❗ 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
🚢 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