EVM Bridge Withdrawer 1.0.0-rc.1
What's Changed
- fix(bridge-withdrawer, cli, sequencer-client): migrate from
broadcast_tx_commit
tobroadcast_tx_sync
by @ethanoroshiba in #1376 - feat(proto, core, sequencer)!: add traceability to rollup deposits by @ethanoroshiba in #1410
- fix(bridge-contracts): fix memo transaction hash encoding by @itamarreif in #1428
- chore(bridge-withdrawer): pass GRPC and CometBFT clients to consumers directly by @ethanoroshiba in #1510
- chore(bridge-withdrawer): better grpc client construction by @ethanoroshiba in #1528
- chore(all): remove
once_cell
by @ethanoroshiba in #1576 - chore(proto, core)!: remove action suffix from all action types by @SuperFluffy in #1630
- chore: cargo audit warning by @Fraser999 in #1644
- 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
Full Changelog: bridge-withdrawer-v0.3.0...bridge-withdrawer-v1.0.0-rc.1