Skip to content

Add anchor#9

Closed
tilo-14 wants to merge 18 commits into
mainfrom
add-anchor
Closed

Add anchor#9
tilo-14 wants to merge 18 commits into
mainfrom
add-anchor

Conversation

@tilo-14
Copy link
Copy Markdown
Member

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

@tilo-14 tilo-14 force-pushed the add-anchor branch 2 times, most recently from 3772405 to 81db9df Compare January 17, 2026 17:55
Comment thread rust-client/tests/all_instructions.rs Outdated
Comment thread rust-client/tests/all_instructions.rs Outdated
Comment thread program-examples/native/states.mermaid Outdated
Comment thread program-examples/native/CLAUDE.md Outdated
Comment thread program-examples/anchor/programs/burn/src/lib.rs Outdated
Comment thread program-examples/anchor/README.md Outdated
Comment thread program-examples/anchor/programs/burn/tests/test.rs Outdated
Comment thread program-examples/anchor/programs/create-token-account/keypair.json Outdated
tilo-14 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.
Copy link
Copy Markdown
Contributor

@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 found 1 potential issue.

View issue and 4 additional flags in Devin Review.

Open in Devin Review

Comment thread program-examples/anchor/programs/create-token-account/keypair.json Outdated
tilo-14 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
Copy link
Copy Markdown
Contributor

@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 found 1 new potential issue.

View issue and 10 additional flags in Devin Review.

Open in Devin Review

Comment thread program-examples/anchor/anchor-sdk/create-token-account/tests/test.rs Outdated
Comment thread program-examples/anchor/README.md Outdated

### Requirements

- light cli version 0.27.0+ (install via `npm i -g @lightprotocol/zk-compression-cli`)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we have a non alpha release?

Comment thread program-examples/anchor/README.md Outdated
Comment thread program-examples/anchor/programs-sdk/transfer-checked/tests/test.rs Outdated
tilo-14 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 tilo-14 closed this Jan 28, 2026
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>
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