Skip to content

distribution-tools-v0.2.1

Latest
Compare
Choose a tag to compare
@praskoson praskoson released this 15 Jun 12:55
· 2 commits to main since this release
f811f0b

Includes address-fetcher, flat-distributor and proportional-distributor. This is not a build, just a package with all the tools and readmes.

Changelog

  • Bugfixes
    • address-fetcher will correctly eliminate duplicates and sort owner type addresses according to their total balance (#5)
    • Added a --retry-on-429 option (this was previously the default behaviour) to distributors when using transfer sub-command (#13)

Check the PR #14 for more information on the --retry-on-429 option. Using it will keep the old behaviour of transfer, but in rare cases it can result in a duplicate transaction. When Solana rolls out their fix, this will not be an issue anymore.

UPDATE
Solana released spl-token version 2.0.12 which handles 429 Too Many Request errors with exponential backoff, meaning that the --retry-on-429 option is obsoleted. You can update spl-token with solana-install update and you shouldn't see those errors any more.