github 0xPolygonHermez/zkevm-node v0.6.1

latest releases: v0.6.7, v0.6.8-RC8, v0.6.8-RC7...
2 months ago

Compatible versions:

Changelog

RPC

  • Fix timestamp for batch number 0 (#3364)
  • Fix checking executor no error (EXECUTOR_ERROR_NO_ERROR) when processing unsigned transactions (#3365)

Synchronizer

  • Fix ignore ForkID L1 events from another rollup (#3383)
  • New config parameter to check when closing a batch that last L2 block hash matches with the reported from the trusted node (#3406)

[Synchronizer.L2Synchronization]
CheckLastL2BlockHashOnCloseBatch = true

  • Check GlobalExitRoot when synchronizing WIP bach on trusted node (delta changes on WIP batch) (#3384)
  • New config parameter to enable/disable synchronization of empty batches (#3384)

[Synchronizer.L2Synchronization]
AcceptEmptyClosedBatches = false

  • New config parameter to reprocess of full WIP batch after it's closed in the trusted node (#3384)

[Synchronizer.L2Synchronization]
ReprocessFullBatchOnClose = true

  • Store batch closing reason when syncing a batch (#3366)

Sequencer

  • Add metrics and performance estimation (#3380, #3385, #3396, #3398, #3401)
  • Get intermediate state root from receipts in datastreamer (#3400)
  • Fix checking if poseidon hashes counter has been exhausted for the WIP batch (#3393)

Don't miss a new zkevm-node release

NewReleases is sending notifications on new releases.