Draft
Conversation
Contributor
|
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 |
…ain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
tilo-14
pushed a commit
that referenced
this pull request
Mar 17, 2026
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
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.
No description provided.