Commit 3ee6e43
committed
fix: fix 9 remaining CI failures in token projects
Anchor test failures (8 projects):
- Remove 'import { describe, it } from "node:test"' from 7 bankrun test
files. These tests run via ts-mocha which provides describe/it globally.
Importing from node:test creates a conflict where mocha can't see the
test registrations.
- Increase startup_wait from 5000ms to 25000ms in 9 Anchor.toml files.
The default 5s is too short for CI where the test validator takes longer
to start due to shared compute.
Native build failure (1 project):
- tokens/escrow/native: blake3 1.8.3 requires Rust edition 2024 which
the Cargo bundled with solana-program 1.18.17's platform-tools doesn't
support. Added Cargo.lock pinning blake3 to 1.5.5 (last edition-2021-
compatible version).1 parent 0a20794 commit 3ee6e43
35 files changed
Lines changed: 509 additions & 493 deletions
File tree
- tokens
- create-token/anchor
- tests
- escrow/native/program
- nft-minter/anchor
- tests
- nft-operations/anchor
- tests
- pda-mint-authority/anchor
- tests
- spl-token-minter/anchor
- tests
- token-2022
- basics/anchor
- tests
- transfer-hook
- hello-world/anchor
- whitelist/anchor
- transfer-tokens/anchor
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
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 | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments