Skip to content

Releases: astriaorg/astria-cli-go

Nightly Release 2024-07-31

31 Jul 06:03
5ccc8d5
Compare
Choose a tag to compare
Pre-release

2024-07-31 nightly release of astria-go

What's Changed

  • update binary versions and env vars to match latest releases by @jbowen93 in #141

New Contributors

Full Changelog: nightly-2024-07-20...nightly-2024-07-31

v0.12.0

19 Jul 11:16
9c858af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

Nightly Release 2024-07-20

20 Jul 06:04
9c858af
Compare
Choose a tag to compare
Pre-release

2024-07-20 nightly release of astria-go

What's Changed

  • Feature(cli): Commands that utilize BroadcastTx now have synchronous and asynchronous submission options by @sambukowski in #134

Full Changelog: nightly-2024-07-12...nightly-2024-07-20

Nightly Release 2024-07-12

12 Jul 06:04
628c2db
Compare
Choose a tag to compare
Pre-release

2024-07-12 nightly release of astria-go

What's Changed

Full Changelog: nightly-2024-07-10...nightly-2024-07-12

Nightly Release 2024-07-10

10 Jul 06:04
f1e2e0b
Compare
Choose a tag to compare
Pre-release

2024-07-10 nightly release of astria-go

What's Changed

  • Feature: add bech32m addresses, Refactor input validation by @sambukowski in #125

Full Changelog: nightly-2024-07-04...nightly-2024-07-10

Nightly Release 2024-06-20

20 Jun 19:23
9ec0661
Compare
Choose a tag to compare
Pre-release

2024-06-20 nightly release of astria-go

v0.11.0

18 Jun 19:23
f727a42
Compare
Choose a tag to compare

Remove sudo mint
Adds missing fields to InitBridgeAccountAction
GetBlock command

v0.10.0

05 Jun 19:07
ad17017
Compare
Choose a tag to compare

Adds sudo command with subcommands:

  • fee-asset - Interact with fee assets on the sequencer.
  • ibc-relayer - Interact with IBC Relayers on the sequencer.
  • mint - Mint tokens to an account.
  • sudo-address-change - Update the sequencer's sudo address to a new address.
  • validator-update - Update a validator on the sequencer.

v0.9.0

04 Jun 00:29
b80932f
Compare
Choose a tag to compare

Updates for Dusk-7

v0.8.0

23 May 20:30
3a634c4
Compare
Choose a tag to compare
  • uses dusk-5
  • more secure private key management
  • improved configuration abilities
  • replaced clean commands with reset and purge
  • cometbft rpc ready check
  • added sequencer bridge init and sequencer bridge lock commands