Skip to content

Releases: praskoson/distribution-tools

distribution-tools-v0.2.1

15 Jun 12:55
f811f0b
Compare
Choose a tag to compare

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.

distribution-tools-v0.2.0

12 Jun 21:19
0b6723d
Compare
Choose a tag to compare

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

Changelog

  • Features
    • Short option (-t) for specifying address type (available in all tools, #11)
    • Show the estimated total drop amount when running distributors (#7)
    • Allow usage of --fund-recipient and --allow-unfunded-recipient options with distributors (#8)
  • Bugfixes
    • Fixed CSV headers in log files for unconfirmed transfers (thanks @leafwind, #3)
    • Exit immediately when there is no config or console params in distributors (#4)

distribution-tools-v0.1.0

04 Jun 19:47
Compare
Choose a tag to compare

Includes address-fetcher, flat-distributor and proportional-distributor.
This is not a build, just a convenient package of all scripts.