Overview
Add a modify_flow_rate instruction that allows the sender to change the flow rate on an active stream, settling accumulated balance at the old rate first.
Acceptance Criteria
- Current claimable balance locked at the modification timestamp
- New flow rate applies from modification timestamp onward
end_time recalculated based on remaining balance and new rate
- Only sender can modify rate
- Tests: modify rate up and down; verify claimable is continuous
Overview
Add a
modify_flow_rateinstruction that allows the sender to change the flow rate on an active stream, settling accumulated balance at the old rate first.Acceptance Criteria
end_timerecalculated based on remaining balance and new rate