Add anchor#9
Closed
tilo-14 wants to merge 18 commits into
Closed
Conversation
3772405 to
81db9df
Compare
tilo-14
commented
Jan 22, 2026
tilo-14
commented
Jan 22, 2026
tilo-14
commented
Jan 22, 2026
added 2 commits
January 22, 2026 01:03
- Remove AI index line from README.md - Delete keypair.json from create-token-account program - Simplify test println statements to only output transaction signature The transaction signature provides all necessary information for verification and is more useful than verbose descriptive text.
added 8 commits
January 23, 2026 11:02
- Remove all TypeScript test files (tests/*.ts) - Remove package.json and tsconfig.json - Remove .claude/settings.json and BURN_ARCHITECTURE.md - Add .gitignore for node_modules, target, TS files - Update Anchor.toml test script to use cargo test-sbf Rust integration tests remain in programs/*/tests/test.rs
|
|
||
| ### Requirements | ||
|
|
||
| - light cli version 0.27.0+ (install via `npm i -g @lightprotocol/zk-compression-cli`) |
Contributor
There was a problem hiding this comment.
do we have a non alpha release?
added 2 commits
January 27, 2026 15:25
- Replace manual AccountMeta vectors with to_account_metas(Some(true)) - Fix create-token-account: change account field to Signer for CPI - Remove unused light-token-interface dependency from all Cargo.toml
tilo-14
pushed a commit
that referenced
this pull request
Feb 1, 2026
- Remove AI index line from README.md - Delete keypair.json from create-token-account program - Simplify test println statements to only output transaction signature The transaction signature provides all necessary information for verification and is more useful than verbose descriptive text.
tilo-14
added a commit
that referenced
this pull request
Feb 1, 2026
* feat: add anchor program examples for compressed tokens * fix: address PR #9 review comments - Remove AI index line from README.md - Delete keypair.json from create-token-account program - Simplify test println statements to only output transaction signature The transaction signature provides all necessary information for verification and is more useful than verbose descriptive text. * ts tests1 * chore: remove TypeScript tests and add .gitignore - Remove all TypeScript test files (tests/*.ts) - Remove package.json and tsconfig.json - Remove .claude/settings.json and BURN_ARCHITECTURE.md - Add .gitignore for node_modules, target, TS files - Update Anchor.toml test script to use cargo test-sbf Rust integration tests remain in programs/*/tests/test.rs * must still cleanup * add metadata * add macros * rm log * add macro sdk separation * reorder * fixes tests * first final * rename and bug fix * anchor * fix: remove stale macro-basics refs, clean gitignore * latest * chore: bump versions * add interface * update * clean up * fix laserstream * fix streaming tokens * remove program-examples from streaming-tokens branch Belongs in a separate PR. --------- Co-authored-by: tilo-14 <tilo@luminouslabs.com>
tilo-14
added a commit
that referenced
this pull request
Feb 2, 2026
* feat: add anchor program examples for compressed tokens * fix: address PR #9 review comments - Remove AI index line from README.md - Delete keypair.json from create-token-account program - Simplify test println statements to only output transaction signature The transaction signature provides all necessary information for verification and is more useful than verbose descriptive text. * ts tests1 * chore: remove TypeScript tests and add .gitignore - Remove all TypeScript test files (tests/*.ts) - Remove package.json and tsconfig.json - Remove .claude/settings.json and BURN_ARCHITECTURE.md - Add .gitignore for node_modules, target, TS files - Update Anchor.toml test script to use cargo test-sbf Rust integration tests remain in programs/*/tests/test.rs * must still cleanup * add metadata * add macros * rm log * add macro sdk separation * reorder * fixes tests * first final * rename and bug fix * anchor * fix: remove stale macro-basics refs, clean gitignore * latest * chore: bump versions * add interface * update * clean up * fix laserstream * fix streaming tokens * remove program-examples from streaming-tokens branch Belongs in a separate PR. --------- Co-authored-by: tilo-14 <tilo@luminouslabs.com>
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.
Uh oh!
There was an error while loading. Please reload this page.