Releases: praskoson/distribution-tools
distribution-tools-v0.2.1
Includes address-fetcher, flat-distributor and proportional-distributor. This is not a build, just a package with all the tools and readmes.
Changelog
- Bugfixes
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
Includes address-fetcher, flat-distributor and proportional-distributor. This is not a build, just a package with all the tools and readmes.
Changelog
- Features
- Bugfixes
distribution-tools-v0.1.0
Includes address-fetcher, flat-distributor and proportional-distributor.
This is not a build, just a convenient package of all scripts.