Status: Open (Wave 5 – product)
Complexity: Medium (150 points)
Summary
Add read-only view entry points needed by frontend/mobile to render accurate UI without relying solely on indexers.
Tasks
- Add views for fee config, pause state, and contract metadata.
- Add views for escrow/link summary by identifier where applicable.
- Ensure views are efficient and do not bloat storage.
- Add tests covering missing/expired records and TTL behavior.
Acceptance Criteria
- Clients can render core UI states using on-chain views when needed.
- Views behave deterministically and are covered by tests.
- Access is safe (no privileged data leakage).
Status: Open (Wave 5 – product)
Complexity: Medium (150 points)
Summary
Add read-only view entry points needed by frontend/mobile to render accurate UI without relying solely on indexers.
Tasks
Acceptance Criteria