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

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:36
ef32392

0.9.0 (2023-06-04)

Features

  • all: check L1 reorg before each operation (#252) (e76b03f)
  • all: rename treasure to treasury (#233) (252959f)
  • all: update protocol bindings and some related changes (#237) (3e12042)
  • bindings: update bindings with EthDeposit changes (#255) (f91f2dd)
  • bindings: update go contract bindings (#243) (132500e)
  • driver: optimize reorg handling && add more tests (#256) (20c38a1)
  • pkg: do not return error when genesis block not found (#244) (8033e31)
  • proof_producer: update request parameters based on new circuits changes (#240) (31521ef)
  • proposer: add a --minimalBlockGasLimit flag to mitigate the potential gas estimation issue (#225) (ab8305d)
  • proposer: add a new metric to track block fee (#224) (98c17f0)
  • proposer: propose multiple L2 blocks in one L1 block (#254) (36ba5db)
  • prover: add --expectedReward flag (#248) (f64a762)
  • prover: improve proof submission delay calculation (#249) (7cc5d54)
  • prover: normal prover should wait targetProofTime before submitting proofs (#232) (2128ddc)
  • prover: remove submission delay when running as a system prover (#221) (49a25dd)
  • prover: remove the unnecessary special proof delay (#226) (dcead44)
  • prover: updates based on protocol proofTimeTarget changes (#227) (c6ea860)
  • repo: enable OpenAI-based review (#235) (88e4dae)

Bug Fixes

  • driver: handle reorg (#216) (fc2ec63)
  • flag: add a missing driver flag to configuration (#246) (0b60243)
  • prover: fix an issue in prover event loop (#257) (c550f09)
  • prover: update bindings && fix a delay calculation issue (#242) (49c3d69)
  • repo: fix openAI review workflow (#253) (f44530b)