Skip to content

Conversation

@tilo-14
Copy link
Contributor

@tilo-14 tilo-14 commented Jan 17, 2026

Summary

  • Native Solana program demonstrating compressed token operations using light-sdk
  • Instructions: mint, transfer, approve, revoke, burn, freeze, thaw, close
  • Rust SBF integration tests
  • TypeScript tests

Test plan

  • Run Rust tests: cd native/program && cargo test-sbf
  • Run TS tests: cd native && pnpm test

Open with Devin

@tilo-14 tilo-14 changed the title feat: add native program examples for compressed tokens feat: add native program examples Jan 17, 2026
@tilo-14 tilo-14 force-pushed the feat/native-program-examples branch from dabdc4e to 2fffdbf Compare January 17, 2026 17:55
@tilo-14 tilo-14 force-pushed the feat/native-program-examples branch from 9d21014 to 59f9ff7 Compare January 21, 2026 23:14
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional flags.

Open in Devin Review

- Format account destructuring across multiple lines for readability
- Remove program-keypair.json (should not be committed)
- Remove AI index line from README
- Use authority_seeds! macro consistently in create_token_account.rs and create_mint.rs
tilo-14 added 4 commits January 23, 2026 12:50
Replace manual proof fields (proof_a, proof_b, proof_c, address_merkle_tree_root_index)
with CreateAccountsProof struct from light-compressible crate for cleaner serialization.
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.

3 participants