This repository was archived by the owner on May 11, 2024. It is now read-only.
v0.9.0
0.9.0 (2023-06-04)
Features
- all: check L1 reorg before each operation (#252) (e76b03f)
- all: rename
treasuretotreasury(#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
--minimalBlockGasLimitflag 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
--expectedRewardflag (#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
proofTimeTargetchanges (#227) (c6ea860) - repo: enable OpenAI-based review (#235) (88e4dae)