Skip to content

v0.5.13

Compare
Choose a tag to compare
@int-bot int-bot released this 21 Feb 15:11
· 150 commits to develop since this release
6c864ad

Compatible versions:

Changelog

Version v0.5.13 is a patch-release fixing some issues found in v0.5.12

RPC

  • Add new zkevm_estimateGasPrice endpoint that returns the estimate gas price for a given transaction (#3327)
  • Add new zkevm_estimateCounters endpoint that returns the estimate use of ZK counters for a given transaction (#3260)
  • Fix return null value for hash, miner, nonce and totalDifficulty fields only for pending blocks (#3274
  • Fix transaction index field provided in the transaction log responses (#3303)
  • Fix set SkipVerifyL1InfoRoot as true when debug trace needs to provide the L1 InfoTree data (#3321)

Aggregator

  • Wait BatchProofL1BlockConfirmations L1 block confirmations before to generate proof of a virtual batch (#3302). New config parameter has been added:

[Aggregator]
BatchProofL1BlockConfirmations = 2