Add Jovian L1Block Scalar Parsing Guide#901
Open
Lesedi37 wants to merge 1 commit intoethereum-optimism:mainfrom
Open
Add Jovian L1Block Scalar Parsing Guide#901Lesedi37 wants to merge 1 commit intoethereum-optimism:mainfrom
Lesedi37 wants to merge 1 commit intoethereum-optimism:mainfrom
Conversation
### Summary This PR adds a technical guide for parsing the new packed `l1FeeScalar` introduced in the Jovian upgrade. ### Technical Changes - Defines the bit-layout for the 32-byte storage slot at the L1Block predeploy. - Provides a Solidity implementation for extracting `baseFeeScalar` (bits 192:224) and `blobBaseFeeScalar` (bits 160:192). ### Impact Ensures that application developers and indexers can accurately calculate L1 data costs post-Jovian, preventing inflated gas estimates and transaction failures. ### Payout Metadata - **Contributor:** Lesedi37 - **Wallet Address:** 0x1db618e6bfc35bd48b91431a55c4948b27e7a539
Author
|
Hi Team, I've added the Jovian scalar parsing guide. I see the spec check failed—I'm happy to adjust the formatting or sign the DCO once a maintainer has had a chance to review the technical logic. Thanks! - Lesedi37 |
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.
Adding technical specification for bit-shifting logic in the Jovian upgrade.