Uh oh!
There was an error while loading. Please reload this page.
feat: light token kit - #2289
Conversation
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Uh oh!
There was an error while loading. Please reload this page.
…ain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Implement the 5 missing instruction builders (transfer2, create-token-account, mint-action, claim, withdraw-funding-pool) and their codec, fixing the token-sdk build pipeline end-to-end. Changes: - Fix Codama IDL: add prefixedCountNode for array types, update renderVisitor import - Fix CI workflow: add Codama generation step before token-sdk build - Implement transfer2.ts with Path A/B/C routing and compression factory helpers - Implement create-token-account.ts with compressible/non-compressible modes - Implement mint-action.ts with full account layout - Implement claim.ts for rent recovery - Implement withdraw-funding-pool.ts for pool withdrawals - Implement codecs/mint-action.ts with full Borsh encoding - Add legacy SDK devDeps to token-client for e2e test setup - Add .gitignore for Codama-generated code (build artifact) All 350 unit tests pass (286 token-sdk + 64 token-client). Refs: #2280, #2289
No description provided.