github ethereum-optimism/optimism op-node/v1.16.3

5 hours ago

Important

This is an essential release for all OP stack chains

This release contains an important fix of the blob fetching logic to handle the case where multiple blobs with the same content (but different indices in the block) are requested. Without this fix, a safe head stall is possible, due to an error triggered if the batcher submits multiple blobs with the same content (#18492).

Another edge case in the derivation pipeline is fixed where an overlapping span batch has a first singular batch after the current safe head with an outdated origin. This can happen if a large span batch is posted which overlaps with an auto-derived chain (due to sequencing window elapse). Such a span batch should be dropped, but the derivation pipeline stalled instead. This was recently triggered on an OP Stack testnet and hasn't been observed before (#18283).

The sequencer's L1 origin selection got fixed to properly handle L1 reorgs (#18233).

What's Changed in op-node/v1.16.3

New Contributors

Full Changelog: op-node/v1.16.2...op-node/v1.16.3

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

Don't miss a new optimism release

NewReleases is sending notifications on new releases.