Releases: astriaorg/astria-cli-go
Releases · astriaorg/astria-cli-go
Nightly Release 2024-07-31
2024-07-31 nightly release of astria-go
What's Changed
New Contributors
Full Changelog: nightly-2024-07-20...nightly-2024-07-31
v0.12.0
What's Changed
- Add Missing Fields to
InitBridgeAccountAction
by @sambukowski in #109 - fix: build for linux/arm64 by @steezeburger in #110
- fix: exclude linux/arm64 again by @steezeburger in #112
- feature: gh action for nightly releases by @steezeburger in #114
- Fix: add build step to nightly action by @steezeburger in #117
- fix: fix version by @steezeburger in #118
- Fix/archs for action by @steezeburger in #119
- feature: monorepo + go sequencer client by @steezeburger in #120
- Fix: fix project path for nightly builds by @steezeburger in #126
- Fix: only create single release by @steezeburger in #131
- Feature: add
bech32m
addresses, Refactor input validation by @sambukowski in #125 - Add
sudo
command integration tests by @sambukowski in #128 - Feature: Add
bech32m
module by @sambukowski in #132 - Bug Fix: Fix view refresh on main view pane selection by @sambukowski in #133
- Feature(cli): Commands that utilize BroadcastTx now have synchronous and asynchronous submission options by @sambukowski in #134
Full Changelog: v0.11.0...v0.12.0
Nightly Release 2024-07-20
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
2024-07-12 nightly release of astria-go
What's Changed
- Add
sudo
command integration tests by @sambukowski in #128 - Feature: Add
bech32m
module by @sambukowski in #132 - Bug Fix: Fix view refresh on main view pane selection by @sambukowski in #133
Full Changelog: nightly-2024-07-10...nightly-2024-07-12
Nightly Release 2024-07-10
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
2024-06-20 nightly release of astria-go
v0.11.0
Remove sudo mint
Adds missing fields to InitBridgeAccountAction
GetBlock command
v0.10.0
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
Updates for Dusk-7
v0.8.0
- uses dusk-5
- more secure private key management
- improved configuration abilities
- replaced
clean
commands withreset
andpurge
- cometbft rpc ready check
- added
sequencer bridge init
andsequencer bridge lock
commands