Skip to content

Commit b24574d

Browse files
author
tilo-14
committed
ci: add simple-claim to tests, update distributor submodule
1 parent 509ae0d commit b24574d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/rust-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- counter/pinocchio
3131
- account-comparison
3232
- zk-id
33+
- airdrop-implementations/simple-claim/program
3334
include:
3435
- example: basic-operations/native
3536
package: native-program-burn

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
### Airdrop Claim Reference Implementations
88

9-
* **Basic**: [**simple-claim**](https://github.com/Lightprotocol/program-examples-airdrop-implementations/simple-claim) - Distributes compressed tokens that get decompressed to SPL on claim with cliff.
10-
* **Advanced**: [**merkle-distributor**](https://github.com/Lightprotocol/distributor) - Distributes SPL tokens, uses compressed PDAs to track claims with linear vesting, partial claims and clawback. Based on Jito Merkle distributor and optimized with rent-free PDAs.
9+
* **Basic**: [**simple-claim**](./airdrop-implementations/simple-claim) - Distributes compressed tokens that get decompressed to SPL on claim with cliff.
10+
* **Advanced**: [**merkle-distributor**](./airdrop-implementations/distributor) - Distributes SPL tokens, uses compressed PDAs to track claims with linear vesting, partial claims and clawback. Based on Jito Merkle distributor and optimized with rent-free PDAs.
1111

1212
For simple client side distribution visit [this example](https://github.com/Lightprotocol/example-token-distribution).
1313

Submodule distributor updated 54 files

0 commit comments

Comments
 (0)