feat: list a wallet's royalty claims, one page at a time; 0.7.0 - #1
Merged
Conversation
`listWalletRoyaltyClaims(address, { before, limit })` reads
`/wallets/{address}/royalty-claims`: the wallet's royalty claim
transactions newest first, each with the pools it swept and the amount
paid from each. `nextCursor` pages older; `availableFromMs` says how far
back the event index behind the read still reaches, so a caller can tell
"no older claims" from "no older index".
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0117boNS2uJCQr7L2n94xx53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
listWalletRoyaltyClaims(address, { before, limit })→GET /wallets/{address}/royalty-claims: the wallet's royalty claim transactions newest first, each with the pools it swept (poolId,stakeId,shareType,currency,amountas a u64 string).nextCursorpages older;availableFromMsreports how far back the event index behind the read reaches. Cache classprivate.Schemas
royaltyClaimEntrySchema,royaltyClaimSchema,royaltyClaimsPageSchemaand the matching types are exported. Version 0.6.0 → 0.7.0.Served by misofm/api (read service) on top of
listRoyaltyClaimsin misofm/sdks (platform 0.27.0). Consumed by the app's/royalties/historypage.Verification
bun run typecheckandbun test(68 pass, 2 new) pass.🤖 Generated with Claude Code
https://claude.ai/code/session_0117boNS2uJCQr7L2n94xx53