Skip to content

v0.6.7

Latest
Compare
Choose a tag to compare
@int-bot int-bot released this 07 May 09:59
· 170 commits to develop since this release
f34d60a

Compatible versions:

Changelog

Version v0.6.7 is a patch-release fixing some issues found in v0.6.6

Synchronizer

  • Fix timestamp error when syncing a batch from L1 and the previous one was synced from L2 (#3614)
  • Fix updating GER when syncing a batch from L2 when GER changes again before closing the batch (#3599)
  • Fix log (#3595)

Sequencer

  • New reprocess mechanism when processing L2 blocks in parallel in case an unexpected executor error happens when processing the L2 block (e.g. OOC) (#3604)
  • Removes waiting to close wip batch to open a new one, that allows to increase sequencer performance (#3604)
  • Added new config parameter that allows specifiy an interval time to synchronize stateroot of the "tx-by-tx" and "L2 block" processes (#3604)

[Sequencer.Finalizer]
StateRootSyncInterval = "3600s"

  • Fix batch number field when sending L2 block entry in datastreamer (#3616)