Commit 5b929bc
Fix anchor CI: DecodeError (five8_core version) and cross-program-invocation test
- Remove committed Cargo.lock files for nft-operations and token-fundraiser:
the old locks pinned five8_core 0.1.2 which lacks std::error::Error for
DecodeError; fresh cargo resolution picks five8_core 1.0.0 which has it,
fixing the solana-keypair 3.1.2 build failure
- Fix cross-program-invocation test: use lever::id() instead of hand::lever::ID
so the lever program ID stays in sync with the compiled lever.so after
anchor keys sync generates a new keypair on fresh CI runs; add lever as a
dev-dependency of hand with no-entrypoint feature
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3ee5f60 commit 5b929bc
4 files changed
Lines changed: 5 additions & 9263 deletions
File tree
- basics/cross-program-invocation/anchor/programs/hand
- tests
- tokens
- nft-operations/anchor
- token-fundraiser/anchor
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments