Add Specs: EIP-7928: Block-level Access Lists#1338
Closed
nerolation wants to merge 15 commits intoethereum:forks/osakafrom
Closed
Add Specs: EIP-7928: Block-level Access Lists#1338nerolation wants to merge 15 commits intoethereum:forks/osakafrom
nerolation wants to merge 15 commits intoethereum:forks/osakafrom
Conversation
SamWilsn
reviewed
Jul 22, 2025
Contributor
SamWilsn
left a comment
There was a problem hiding this comment.
Note to self, I haven't reviewed the tests yet.
Contributor
Author
|
Thanks a lot Sam! Super helpful comments. |
301eb89 to
5a49b2f
Compare
Contributor
|
I've rebased git checkout forks/osaka
git pull
git checkout bals
git reset --hard forks/osaka
git cherry-pick a24d3837cde502cb3133cbe37a5c8871ca516525^..3d986436ca1d9c406a154e3549d3b415ddf88b3b |
Contributor
|
Actually, there weren't any conflicts. I took the liberty of rebasing your branch. Please confirm everything looks the way it should! |
Contributor
Author
|
yeah looks good, what I can tell. |
…to RLP - System contracts (parent hash, beacon root) now use block_access_index 0 - Transactions use block_access_index 1 to len(transactions) - Post-execution changes use block_access_index len(transactions) + 1 - Migrated from SSZ to RLP encoding as per updated EIP-7928 spec - Updated all tests to match new API and structure - Replaced tx_index with block_access_index throughout codebase
fselmo
reviewed
Aug 19, 2025
Contributor
|
@nerolation Could we close this and continue the BAL work on #1381 ? |
danceratopz
added a commit
to danceratopz/execution-specs
that referenced
this pull request
Oct 22, 2025
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.
Add EIP-7928: Block-level Access Lists to the execution-specs.