Clarify span batch outdated L1 origin rules#863
Merged
sebastianst merged 1 commit intomainfrom Nov 20, 2025
Merged
Conversation
This was referenced Nov 20, 2025
geoknee
reviewed
Nov 20, 2025
geoknee
approved these changes
Nov 20, 2025
39d73aa to
df314d2
Compare
theochap
added a commit
to op-rs/kona
that referenced
this pull request
Dec 3, 2025
…3059) This is the same fix as ethereum-optimism/optimism#18283 for Kona. Still WIP. Only fixed for the post-Holocene `BatchValidator` so far, old `BatchQueue` still todo, but should be easy. Tests also still todo. The derivation rule was technically in the specs already, but they get clarified with ethereum-optimism/specs#863. Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
theochap
added a commit
to ethereum-optimism/optimism
that referenced
this pull request
Dec 10, 2025
…p-rs/kona#3059) This is the same fix as #18283 for Kona. Still WIP. Only fixed for the post-Holocene `BatchValidator` so far, old `BatchQueue` still todo, but should be easy. Tests also still todo. The derivation rule was technically in the specs already, but they get clarified with ethereum-optimism/specs#863. Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
theochap
added a commit
to ethereum-optimism/optimism
that referenced
this pull request
Jan 14, 2026
…p-rs/kona#3059) This is the same fix as #18283 for Kona. Still WIP. Only fixed for the post-Holocene `BatchValidator` so far, old `BatchQueue` still todo, but should be easy. Tests also still todo. The derivation rule was technically in the specs already, but they get clarified with ethereum-optimism/specs#863. Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
edge-scripter8980
added a commit
to edge-scripter8980/kona
that referenced
this pull request
Feb 5, 2026
…3059) This is the same fix as ethereum-optimism/optimism#18283 for Kona. Still WIP. Only fixed for the post-Holocene `BatchValidator` so far, old `BatchQueue` still todo, but should be easy. Tests also still todo. The derivation rule was technically in the specs already, but they get clarified with ethereum-optimism/specs#863. Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This clarifies the specs regarding outdated L1 origin rules for span batches before and after Holocene.
This is technically not a spec change because the batch queue rules already had this rule which applies to the singular batches coming out of span batches.
A note is added regarding a footgun for implementations, which got fixed here: