Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 3.93 KB

Changelog

0.5.0 (2023-03-08)

Features

  • pkg: improve BlockBatchIterator (#173) (4fab06a)
  • proposer,prover: make context.Context part of proposer.waitTillSynced && ProofProducer.RequestProof's parameters (#169) (4b11e29)
  • proposer: new flag to propose empty blocks (#175) (6621a5c)
  • proposer: remove poolContentSplitter in proposer (#159) (e26c831)
  • proposer: remove an unused flag (#176) (7d2126e)
  • prover: ensure L2 EE is fully synced when calling initL1Current (#170) (6c85058)
  • prover: new flags for zkevm-chain (#166) (1c90a3d)
  • prover: tracking for most recent block ID to ensure (relatively) consecutive proving by notification system (#174) (e500039)

Bug Fixes

  • proposer: remove an unused metric from proposer (#171) (8df5eea)

0.4.0 (2023-02-22)

Features

  • all: update contract bindings && some improvements based on Alex's feedback (#153) (bdaa292)
  • bindings: parse solidity custom errors (#163) (9a79127)

Bug Fixes

  • driver: fix an issue in sync status checking (#162) (4b21027)
  • proposer: fix a proposer nonce order issue (#157) (80fc0e9)

0.3.0 (2023-02-15)

Features

  • prover: improve the check for whether the current block still needs a new proof (#145) (6c00fc5)
  • prover: update ZkevmRpcdProducer to make it connecting to a real proverd service (#121) (8c8ee9c)
  • repo: implement release please (#148) (d8f3ad8)