Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

v0.22.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 07:27
348d745

0.22.0 (2024-04-19)

Features

  • bindings: update Go contract bindings && bump taiko-geth version (#727) (1003687)
  • cmd: default unit for all related flags / logs (#729) (ec7ba9d)
  • driver: only allow one successful beacon sync (#718) (e6d48ab)
  • metrics: collect txmgr metrics (#725) (7fb762a)
  • metrics: remove an unused metric (#712) (76f4003)
  • metrics: remove some unused metrics (#724) (bce8ebb)
  • proposer: introduce TxSender for proposer (#723) (c71155e)
  • prover: check proof status before sending the transaction (#731) (a9d637a)
  • prover: introduce three raiko related flags (#711) (7540be2)
  • prover: use --guardian.submissionDelay flag (#730) (c7db741)
  • rpc: improve L2ParentByBlockID (#715) (036f8e6)
  • rpc: keep retrying when connecting to endpoints (#708) (771f133)
  • rpc: remove WaitL1Origin() method (#716) (70913c6)

Bug Fixes