Skip to content

Releases: stacks-network/send-many-stx-cli

v3.0.0

10 Feb 22:20
ac6f0a3
Compare
Choose a tag to compare
Merge pull request #24 from stacks-network/chore/wileyj_1739224846

use PAT to enable triggering secondary workflow on release

v2.0.0

04 Feb 16:23
3b91104
Compare
Choose a tag to compare

https://www.npmjs.com/package/@stacks/send-many-stx-cli/v/2.0.0

Changelog v2.0.0

Fixes

  • deploy testnet contracts that were missing after testnet reset
  • update dependencies to fix TypeError: Referrer "no-referrer" is not a valid URL bug
  • update explorer url from explorer.stacks.co to explorer.hiro.so

v1.3.0

01 Sep 19:46
137f103
Compare
Choose a tag to compare

https://www.npmjs.com/package/@stacks/send-many-stx-cli/v/1.3.0

Changelog v1.3.0

Features

  • add feeMultiplier arg - can be used to increase the tx fee by a given percent for the purpose of prioritizing transactions #7

Fixes

  • deploy new testnet contracts #8

Changelog v1.2.0

Features

  • send-many-memo-safe - the 'safe' counterpart of send-many-memo checks for the existence of a memo-expected contract for each recipient. If it exists, the transfer will be aborted if the corresponding memo is empty or missing #3
  • deploy-contract - a utility command to simplify deploying contracts related to the STX bulk transfer tool #3