Skip to content

Releases: TxnLab/batch-asset-send

0.0.7

10 Oct 02:58
Compare
Choose a tag to compare

What's Changed

  • feat: Added ability to set a note that's included in every asset/vault send.
  • chore: Dependency updates

Full Changelog: v0.0.6...v0.0.7

0.0.6

09 Oct 05:59
Compare
Choose a tag to compare

Added rate limit/batch fetch support for nfds when loaded from a csv file

Full Changelog: v0.0.5...v0.0.6

0.0.5

30 Sep 19:34
Compare
Choose a tag to compare

What's Changed

  • feature: Enabled loading recipient data from CSV files - see readme for config file param.
  • Changed Algorand node URLs for mainnet, testnet, and betanet to use new nodely URLs.
  • Updated mnemonic environment variable filtering to be more inclusive - anything containing _MNEMONIC is loaded.
  • numerous dependency updates.

Full Changelog: v0.0.4...v0.0.5

0.0.4

05 Apr 20:39
Compare
Choose a tag to compare

What's Changed

  • Removed 'onlyRoots' from randomNFDs option and is instead top level option in destination. Specifying this option means only root nfds are considered.
  • The allowDuplicateAccounts option now restricts by owner instead of depositAccount.
  • Update oauth2 to 0.19.0
  • Update module golang.org/x/crypto to v0.22.0 by @renovate in #14

Full Changelog: v0.0.3...v0.0.4

0.0.3

04 Apr 21:35
Compare
Choose a tag to compare

Refactor initial fetching of NFDs and filtering.
Added ability to filter NFDs so they have to have specific verified fields set. See the verifiedRequirements entry in the readme.
Updated generated swagger NFD API

v0.0.2

04 Apr 03:50
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Dependency updates, minor error message fix.

What's Changed

  • Update actions/checkout action to v4 by @renovate in #6
  • Update module golang.org/x/crypto to v0.19.0 by @renovate in #7
  • Update module golang.org/x/oauth2 to v0.17.0 by @renovate in #8
  • Update module golang.org/x/crypto to v0.21.0 by @renovate in #9
  • Update module github.com/mailgun/holster/v4 to v4.16.4 by @renovate in #10
  • Update module golang.org/x/oauth2 to v0.18.0 by @renovate in #11

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Jan 04:11
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Update dependencies

Add test github action for packaging windows/linux/mac[darwin] binaries when a release is created.