Skip to content

Tags: TessorNetwork/Tessor

Tags

v5.0.1

commit

v5.0.0

commit

v1.0.4

commit

v0.5.0-Tessor.1

commit

v4.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.0.3 (#497)

v4.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.0.2 (#468)

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rebuild protos now that we refer to v4 (#452)

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V4 changelog (#450)

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add max claimable tokens query (#375)

## Context and purpose of the change
- Add a query to get the total number of tokens a user can claim in an airdrop period
- Add a setup script to run the airdrop locally (reproducibly) 

## Changelog
- Add `includeClaimed` arg to `TotalClaimable` query (and dependent functions)

## Testing
- Add unittest

I also tested this manually, by running
```
make start-docker
bash scripts/airdrop.sh
$STRIDE_MAIN_CMD query claim total-claimable stride stride1nf6v2paty9m22l3ecm7dpakq2c92ueyununayr "true"
```
and verifying the output
```
coins:
- amount: "600000"
  denom: ustrd
```
using `"false"` returns
```
coins: []
```

v3.0.1-partial

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'main' into airdrop-test