Skip to content

op-batcher/v1.11.4

Latest
Compare
Choose a tag to compare
@geoknee geoknee released this 04 Mar 10:12
· 33 commits to develop since this release
c46bb16

❗ We have had some reports of the batcher failing to post batches at all from version v1.11.2 -- this is caused by the sequencer incorrectly reporting the LocalSafeL2 field. This batcher release works around that issue.

This is a recommended release for all users to upgrade to.

Overview

This release reverts a change in the default behaviour of the batcher introduced in v1.11.2 where unsafe blocks were loaded from the sequencer based on it's LocalSafeL2 sync status field. From this release, that behaviour is optional and may be activated by setting the PREFER_LOCAL_SAFE_L2 configuration variable to true. Otherwise, the batcher will load blocks starting from the SafeL2 status field.

What's Changed

  • op-batcher: introduce PREFER_LOCAL_SAFE_L2 config var by @geoknee in #14587

🚢 Docker Image https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.11.4

Full Changelog: op-batcher/v1.11.3...op-batcher/v1.11.4