Skip to content

v0.6.1

Compare
Choose a tag to compare
@int-bot int-bot released this 01 Mar 10:40
· 190 commits to develop since this release
fe9b257

Compatible versions:

Changelog

Version v0.6.1 is a patch-release fixing some issues found in v0.6.0

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)