Commit b24574d
tilo-14
ci: add simple-claim to tests, update distributor submodule
1 parent 509ae0d commit b24574d
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Submodule distributor updated 54 files
- .coderabbit.yaml+109
- .github/actions/setup-solana/action.yaml-21
- .github/actions/setup/action.yaml+75-4
- .github/workflows/build.yaml+20-109
- .gitignore+5
- Anchor.toml+3-5
- Cargo.lock+6.1k-1.6k
- Cargo.toml+32-11
- README.md+96-8
- api/src/router.rs+6-2
- b-7
- cli/Cargo.toml+14-1
- cli/src/bin/cli.rs+235-60
- merkle-tree/Cargo.toml+1
- merkle-tree/src/airdrop_merkle_tree.rs-5
- merkle-tree/src/csv_entry.rs+1-1
- merkle-tree/src/merkle_tree.rs+2-2
- merkle-tree/src/utils.rs+10-9
- merkle-tree/test_fixtures/test_csv.csv+1-1
- merkle_tree.json-5268.7k
- p-9
- programs/merkle-distributor/CLAUDE.md+96
- programs/merkle-distributor/Cargo.toml+21
- programs/merkle-distributor/README.md+11-3
- programs/merkle-distributor/src/error.rs+6
- programs/merkle-distributor/src/instructions/claim_locked.rs+33-18
- programs/merkle-distributor/src/instructions/clawback.rs+3-4
- programs/merkle-distributor/src/instructions/new_claim.rs+73-32
- programs/merkle-distributor/src/instructions/new_distributor.rs+1-1
- programs/merkle-distributor/src/lib.rs+48-5
- programs/merkle-distributor/src/state/claim_status.rs+24-3
- programs/merkle-distributor/tests/test.rs+465
- s-10
- test/README.md-10
- test/client_py/__init__.py
- test/client_py/accounts/__init__.py-2
- test/client_py/accounts/claim_status.py-100
- test/client_py/accounts/merkle_distributor.py-166
- test/client_py/errors/__init__.py-29
- test/client_py/errors/anchor.py-590
- test/client_py/errors/custom.py-191
- test/client_py/instructions/__init__.py-6
- test/client_py/instructions/claim_locked.py-35
- test/client_py/instructions/clawback.py-35
- test/client_py/instructions/new_claim.py-59
- test/client_py/instructions/new_distributor.py-75
- test/client_py/instructions/set_amin.py-29
- test/client_py/instructions/set_clawback_receiver.py-31
- test/client_py/program_id.py-3
- test/merkle_tree.json-364
- test/merkle_tree.py-42
- test/requirements.txt-73
- test/test.py-318
- test/test_utils.py-9
0 commit comments