Commit e0e2db2
Fix CI test failures: rename AccountConstraints structs, fix clippy, add Quasar pyth files
- Remove AccountConstraints suffix from all Anchor account struct names so
tests referencing the shorter names (e.g. CreateToken, InitRentVault) compile
- Fix Clippy warnings in lever/src/lib.rs: prefix unused context with _,
remove unnecessary mut on switch_power context parameter
- Create missing oracles/pyth/quasar/src/instructions/read_price.rs and
src/tests.rs so the Quasar pyth build and test steps succeed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 05a26ea commit e0e2db2
99 files changed
Lines changed: 405 additions & 266 deletions
File tree
- basics
- account-data/anchor/programs/anchor-program-example/src
- instructions
- checking-accounts/anchor/programs/anchor-program-example/src
- counter/anchor/programs/counter_anchor/src
- create-account/anchor/programs/create-system-account/src
- cross-program-invocation/anchor/programs
- hand/src
- lever/src
- favorites/anchor/programs/favorites/src
- pda-rent-payer/anchor/programs/anchor-program-example/src
- instructions
- program-derived-addresses/anchor/programs/anchor-program-example/src
- instructions
- realloc/anchor/programs/anchor-realloc/src
- rent/anchor/programs/rent-example/src
- transfer-sol/anchor/programs/transfer-sol/src
- compression
- cnft-burn/anchor/programs/cnft-burn/src
- cnft-vault/anchor/programs/cnft-vault/src
- cutils/anchor/programs/cutils/src
- actions
- oracles/pyth
- anchor/programs/pythexample/src
- quasar/src
- instructions
- tokens
- create-token/anchor/programs/create-token/src
- escrow/anchor/programs/escrow/src
- instructions
- external-delegate-token-master/anchor/programs/external-delegate-token-master/src
- nft-minter/anchor/programs/nft-minter/src
- nft-operations/anchor/programs/mint-nft/src
- contexts
- pda-mint-authority/anchor/programs/token-minter/src
- instructions
- spl-token-minter/anchor/programs/spl-token-minter/src
- instructions
- token-2022
- basics/anchor/programs/basics/src
- cpi-guard/anchor/programs/cpi-guard/src
- default-account-state/anchor/programs/default-account-state/src
- group/anchor/programs/group/src
- immutable-owner/anchor/programs/immutable-owner/src
- interest-bearing/anchor/programs/interest-bearing/src
- memo-transfer/anchor/programs/memo-transfer/src
- metadata/anchor/programs/metadata/src
- instructions
- mint-close-authority/anchor/programs/mint-close-authority/src
- nft-meta-data-pointer/anchor-example/anchor/programs/extension_nft/src
- instructions
- non-transferable/anchor/programs/non-transferable/src
- permanent-delegate/anchor/programs/permanent-delegate/src
- transfer-fee/anchor/programs/transfer-fee/src
- instructions
- transfer-hook
- account-data-as-seed/anchor/programs/transfer-hook/src
- allow-block-list-token/anchor/programs/abl-token/src
- instructions
- counter/anchor/programs/transfer-hook/src
- hello-world/anchor/programs/transfer-hook/src
- transfer-cost/anchor/programs/transfer-hook/src
- transfer-switch/anchor/programs/transfer-switch/src
- instructions
- whitelist/anchor/programs/transfer-hook/src
- token-fundraiser/anchor/programs/fundraiser/src
- instructions
- token-swap/anchor/programs/token-swap/src
- instructions
- transfer-tokens/anchor/programs/transfer-tokens/src
- instructions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 2 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 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments