Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 691 Bytes

File metadata and controls

28 lines (22 loc) · 691 Bytes

Description This is a smart-contract issue for the GrantFox campaign. Read-only view returning unsettled accrual per (stream, recipient).

Requirements and Context Implement per the description Add focused tests for the change Document any API/visible changes Adhere to repo's lint and code style Must be secure, tested, and documented Suggested Execution Fork the repo and create a branch git checkout -b feature/claim-drip-view Implement changes Test and commit Example commit message

feat: claim_drip read-only view Acceptance Criteria

Implementation matches the description

Tests added and passing

Code review approved

Docs updated Guidelines Clear documentation and inline comments