Commit ea05f3a
chore: bump versions (#14)
* 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>1 parent ef41125 commit ea05f3a
25 files changed
Lines changed: 7064 additions & 2616 deletions
File tree
- toolkits/streaming-tokens
- src
- test-tokens
- typescript-client
- actions
- instructions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments