Skip to content

Releases: archway-network/cli

1.2.1

19 Jul 09:15
f7e8f6b
Compare
Choose a tag to compare
  • Updates ESLint rules (it's very opinionated but good)
  • Fixes for child process error during cargo build
  • Fixes for --args flag being ignored when using command archway tx
  • Fixes to make Docker great again (query module, which is used by tx module, was broken for pipe output)
  • Fixes GitHub cloning URLs when creating a new project from a template
  • Adds the escrow smart contract template to project templates

Full Changelog: 1.2.0...1.2.1

1.2.0

16 Jun 09:02
a375ad0
Compare
Choose a tag to compare

What's Changed

  • Added CLI version check after each command (#70)
  • Split the deploy command into multiple steps (#69)
  • Changed the broadcast mode to sync on the deploy command (#69)

Full Changelog: 1.1.1...1.2.0

1.1.1

15 Apr 12:36
d9dc1f6
Compare
Choose a tag to compare

What's Changed

  • Enabled Torii testnet
  • Bugfix for Issue #42 (#43)

Full Changelog: 1.1.0...1.1.1

1.1.0

08 Apr 13:59
808c46f
Compare
Choose a tag to compare

What's Changed

  • Upgrade Constantine to support the latest archwayd version (#32)
  • Add support for Torii testnet (#40)
  • The deploy command will retry upload and init operations when there are network connectivity issues (#38)
  • The migrate command now supports extra flags to migrate to a new chain in a single step (#32)
  • Remove the faucet command (#37)
  • Bump minimist from 1.2.5 to 1.2.6 (#35)

Full Changelog: 1.0.8-beta...1.1.0

1.0.8-beta

23 Mar 19:13
62b2e21
Compare
Choose a tag to compare

What's Changed

  • Fix for faucet requests returning Error: decoding bech32 failed: checksum failed. (#31)

Full Changelog: 1.0.7-beta...1.0.8-beta

1.0.7-beta

10 Mar 00:18
b910b5a
Compare
Choose a tag to compare

What's Changed

  • Fixed an error when the lodash library is not available in the global npm scope (#29)

Full Changelog: 1.0.6-beta...1.0.7-beta

1.0.6-beta

09 Mar 19:13
fd6b523
Compare
Choose a tag to compare

What's Changed

  • Major changes to the project structure, added tests and configured a CI/CD pipeline (#20, #21, #22, and #24)
  • Prepared the CLI for Augusta testnet (#25)
  • Refactored the accounts command (#23)
  • Refactored the tx command (#27)
  • Added command to set contract metadata (#28)

Full Changelog: 1.0.5-beta...1.0.6-beta

1.0.5-beta

10 Jan 10:57
ac9b116
Compare
Choose a tag to compare

What's Changed

  • Added new templates for cw20 and cw721 contracts
  • The command archway new now accepts the project name as an argument
  • It's now possible to run the cli from any sub-folder in the project

New Contributors

Full Changelog: https://github.com/archway-network/archway-cli/commits/1.0.5-beta