Summary
After a creator claims their locked allocation, get_locked_allocation should return a status with claimed: true. A unit test should confirm the field updates correctly after a successful claim and stays true if the view is called again.
Scope
- Register a creator with a locked allocation
- Advance ledger past the unlock ledger
- Claim the allocation
- Call
get_locked_allocation and assert claimed is true
- Call again and assert it is still
true
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
After a creator claims their locked allocation,
get_locked_allocationshould return a status withclaimed: true. A unit test should confirm the field updates correctly after a successful claim and stays true if the view is called again.Scope
get_locked_allocationand assertclaimedistruetrueAcceptance Criteria
claimedfield isfalsebefore claimclaimedfield istrueafter successful claimtrueon subsequent readsETA: 12 hours
Coordinate on Telegram