Commit fdeaccc
committed
ci: re-enable escrow, token-swap, external-delegate anchor examples
These three Anchor examples were already migrated to Anchor 1.0.0 with
complete Rust (litesvm/solana-kite) test suites, but were still listed in
.ghaignore for reasons that no longer apply:
- finance/escrow/anchor: old reason was a JS helpers bug (#40); the test
is now pure Rust, so that bug is irrelevant. Verified: anchor test green
(4/4 + lib test).
- finance/token-swap/anchor: verified anchor build + 18/18 tests pass.
- tokens/external-delegate-token-master/anchor: verified 3/3 tests pass.
All three verified locally with Anchor 1.0.0, Solana CLI, and surfpool,
matching the CI flow (anchor keys sync -> anchor build -> anchor test).
Also clarifies basics/pyth/anchor's ignore reason: it fails because
pyth-solana-receiver-sdk 1.1.0 pulls a borsh version incompatible with
Anchor 1.0 / Solana 3.x (PriceUpdateV2 fails BorshDeserialize). Left
ignored pending a compatible upstream SDK.
https://claude.ai/code/session_013dpnF6uSGWXjkJJZseqzcP1 parent 35911e7 commit fdeaccc
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
0 commit comments