Problem:
Users can cancel streams permanently, but there is no way to pause and later resume a stream without losing its structure.
Scope:
Design and implement a pause/resume lifecycle across contract, backend, and UI.
Acceptance criteria:
- Streams can be paused and later resumed
- Vesting stops while paused
- Resume logic preserves fair accounting
- UI and history clearly show pause/resume transitions
Problem:
Users can cancel streams permanently, but there is no way to pause and later resume a stream without losing its structure.
Scope:
Design and implement a pause/resume lifecycle across contract, backend, and UI.
Acceptance criteria: