Commit 44c9c9c
Bump Light Protocol crates to 0.23.0 (#33)
* Bump Light Protocol crates to 0.23.0
Light SDK ecosystem:
- light-sdk 0.17.1–0.19.0 → 0.23.0
- light-client 0.17.2–0.19.0 → 0.23.0
- light-program-test 0.17.1–0.19.0 → 0.23.0
- light-compressed-account 0.7.0–0.8.0 → 0.11.0
- light-sdk-pinocchio 0.18.0 → 0.23.0
- light-sdk-types 0.17.1 → 0.23.0
- light-token 0.3 → 0.23.0
Breaking changes addressed:
- Remove anchor-discriminator feature (dropped in 0.23.0)
- Add PackedAddressTreeInfoExt trait import for get_tree_pubkey()
- Migrate simple-claim to light-compressed-token-sdk for v1 API
- Remove v2/new-unique feature flags (now defaults)
Utility crates:
- tokio → 1.49.0
- serial_test 3.2.0 → 3.4.0
- solana-pubkey 2.2–2.3 → 2.4
- Keep blake3 at =1.8.2 (1.8.3 incompatible with SBF toolchain)
Scope: all examples except airdrop-implementations/distributor
Verified: cargo build-sbf passes for all 14 projects
* Fix zk/nullifier and zk/zk-id idl-build by propagating light-sdk/idl-build feature
---------
Co-authored-by: tilo-14 <tilo@luminouslabs.com>1 parent 7c8293a commit 44c9c9c
55 files changed
Lines changed: 7769 additions & 4498 deletions
File tree
- account-comparison
- programs/account-comparison
- src
- airdrop-implementations/simple-claim
- program
- src
- basic-operations
- anchor
- burn
- programs/burn
- src
- close
- programs/close
- src
- create
- programs/create
- src
- reinit
- programs/reinit
- src
- update
- programs/update
- src
- native
- programs
- burn
- src
- close
- src
- create
- src
- reinit
- src
- update
- src
- counter
- anchor
- programs/counter
- src
- native
- src
- pinocchio
- create-and-update
- programs/create-and-update
- src
- read-only
- src
- zk
- nullifier
- programs/nullifier
- src
- zk-id
- programs/zk-id
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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 | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments