-
Notifications
You must be signed in to change notification settings - Fork 330
Add Specs: EIP-7928: Block-level Access Lists #1338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self, I haven't reviewed the tests yet.
Thanks a lot Sam! Super helpful comments. |
301eb89
to
5a49b2f
Compare
I've rebased git checkout forks/osaka
git pull
git checkout bals
git reset --hard forks/osaka
git cherry-pick a24d3837cde502cb3133cbe37a5c8871ca516525^..3d986436ca1d9c406a154e3549d3b415ddf88b3b |
Actually, there weren't any conflicts. I took the liberty of rebasing your branch. Please confirm everything looks the way it should! |
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
@nerolation Could we close this and continue the BAL work on #1381 ? |
Add EIP-7928: Block-level Access Lists to the execution-specs.