CLI 0.5.0
Pre-release
Pre-release
What's Changed
- fix(bridge-withdrawer, cli, sequencer-client): migrate from
broadcast_tx_commit
tobroadcast_tx_sync
by @ethanoroshiba in #1376 - chore(all): remove
once_cell
by @ethanoroshiba in #1576 - fix(conductor): fix flaky restart test by @ethanoroshiba in #1575
- chore(all): Migrate all instances of
#[allow]
to#[expect]
by @ethanoroshiba in #1561 - refactor(cli): merge argument parsing and command execution by @SuperFluffy in #1568
- chore(proto, core)!: remove action suffix from all action types by @SuperFluffy in #1630
- chore: cargo audit warning by @Fraser999 in #1644
- fix(cli): ensure checkTx passes before waiting for inclusion by @quasystaty1 in #1636
- chore(proto)!: prefer astria.primitive.v1.RollupId over bytes by @SuperFluffy in #1661
- feat(cli): add command to perform ics20 withdrawals by @quasystaty1 in #1631
- chore(proto)!: call transactions
Transaction
, contentsTransactionBody
by @SuperFluffy in #1650 - chore(proto)!: rename sequence action to rollup data submission by @SuperFluffy in #1665
- chore(proto)!: upgrade to proto v1s throughout by @joroshiba in #1672
- release: v1.0.0-rc.1 cuts by @joroshiba in #1667
New Contributors
- @WafflesVonMaple made their first contribution in #1466
Full Changelog: cli-v0.4.1...cli-v0.5.0