[Jovian] Add specs for consensus event nonces (deposits + config changes)#487
Open
mdehoog wants to merge 1 commit intoethereum-optimism:mainfrom
Open
[Jovian] Add specs for consensus event nonces (deposits + config changes)#487mdehoog wants to merge 1 commit intoethereum-optimism:mainfrom
mdehoog wants to merge 1 commit intoethereum-optimism:mainfrom
Conversation
Closed
9 tasks
2fc26ec to
43d952e
Compare
mdehoog
commented
Jan 4, 2025
| | l1BlockHash | bytes32 | 100-131 | 4 | | ||
| | batcherHash | bytes32 | 132-163 | 5 | | ||
|
|
||
| Total calldata length MUST be exactly 164 bytes, implying the sixth and final segment is only |
Author
There was a problem hiding this comment.
This may have been applicable to an earlier version of the ecotone calldata, but it was updated to only have 5 segments, and they are all full.
f570238 to
51576e6
Compare
51576e6 to
b3859ca
Compare
emhane
reviewed
Apr 24, 2025
| - [EIP-6110](https://eips.ethereum.org/EIPS/eip-6110) | ||
| - [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685) | ||
| - [L2ToL1MessagePasser Storage Root in Header](./exec-engine.md##l2tol1messagepasser-storage-root-in-header) | ||
| - [L2ToL1MessagePasser Storage Root in Header](./exec-engine.md#l2tol1messagepasser-storage-root-in-header) |
Contributor
There was a problem hiding this comment.
could you please submit this doc bug fix as a separate pr? out of scope
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
Add specs for #330 (comment).
Tracker issue: ethereum-optimism/optimism#13543
Additional context
We're excited to get this change out as we see it as a precursor to #478, which is useful for our L3s.