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

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 22:54
a95380f

0.13.0 (2023-07-23)

Features

  • cmd: update proveUnassignedBlocks flag name (#315) (df640d9)
  • driver: improve ProcessL1Blocks for reorg handling (#325) (7272e15)
  • proposer: add --txpool.localsOnly flag (#326) (b292754)
  • proposer: handle transaction replacement underpriced error (#322) (2273d10)
  • prover: add --oracleProofSubmissionDelay flag (#320) (85adc04)
  • prover: add some prover metrics for Alpha-4 protocol (#319) (d8ff623)
  • prover: flag for proving unassigned proofs or not (#314) (13e6d1d)
  • prover: generate an oracle proof if the incoming proof is incorrect (#311) (003a86b)
  • prover: optimize skipProofWindowExpiredCheck check && update NeedNewProof check (#313) (b0b4c25)
  • prover: update l1Current cursor to record L1 hash (#327) (4a5adb5)
  • prover: update open proving blocks check (#316) (b34930c)

Bug Fixes

  • ci: fix workflow pnpm install error (#321) (9eefc8d)
  • prover: add end height for block filtering if startHeight is not nil, and don't block when notifying (#317) (aaec1bb)
  • prover: move concurrency guard (#318) (af29c95)