Skip to content

feat: light token kit#2289

Draft
sergeytimoshin wants to merge 5 commits intomainfrom
sergey/feat-light-token-kit
Draft

feat: light token kit#2289
sergeytimoshin wants to merge 5 commits intomainfrom
sergey/feat-light-token-kit

Conversation

@sergeytimoshin
Copy link
Contributor

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 14, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sergey/feat-light-token-kit

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants