Description
Add recipient-based stream index for recipient portal and withdraw workflows.
Requirements and context
- Must be secure, tested, and documented.
- Must stay consistent if recipient updates are supported.
Suggested execution
- Branch:
git checkout -b feature/recipient-stream-index
- Add recipient index data structure and update hooks.
- Add tests for lifecycle consistency and retrieval.
- Add docs with expected sort order.
Example commit message
feat: implement recipient stream index
Guidelines
- Minimum 95 percent test coverage.
- Clear documentation.
- Timeframe: 120 hours.
Description
Add recipient-based stream index for recipient portal and withdraw workflows.
Requirements and context
Suggested execution
git checkout -b feature/recipient-stream-indexExample commit message
feat: implement recipient stream indexGuidelines