-
Notifications
You must be signed in to change notification settings - Fork 414
feat(spec): update eip7928 to latest rlp specs wrt storage; rename tx_index #1912
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
Merged
fselmo
merged 2 commits into
ethereum:eips/amsterdam/eip-7928
from
fselmo:feat/update-eip7928-to-latest-rlp-specs
Dec 12, 2025
Merged
feat(spec): update eip7928 to latest rlp specs wrt storage; rename tx_index #1912
fselmo
merged 2 commits into
ethereum:eips/amsterdam/eip-7928
from
fselmo:feat/update-eip7928-to-latest-rlp-specs
Dec 12, 2025
+875
−453
Conversation
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
c26d85f to
96d0867
Compare
96d0867 to
e17aa53
Compare
qu0b
approved these changes
Dec 12, 2025
9ab51f2
into
ethereum:eips/amsterdam/eip-7928
11 of 13 checks passed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## eips/amsterdam/eip-7928 #1912 +/- ##
==========================================================
Coverage ? 83.85%
==========================================================
Files ? 402
Lines ? 25105
Branches ? 2287
==========================================================
Hits ? 21051
Misses ? 3615
Partials ? 439
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3 tasks
fselmo
added a commit
that referenced
this pull request
Dec 15, 2025
…_index (#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
that referenced
this pull request
Dec 17, 2025
…_index (#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
Carsons-Eels
pushed a commit
to Carsons-Eels/execution-specs
that referenced
this pull request
Jan 6, 2026
* feat(filler): Add unit test to verify pre-alloc grouping on different state test envs * fix(specs): Genesis generation for state tests
fselmo
added a commit
to fselmo/execution-specs
that referenced
this pull request
Jan 12, 2026
…_index (ethereum#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
to fselmo/execution-specs
that referenced
this pull request
Jan 12, 2026
…_index (ethereum#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
that referenced
this pull request
Jan 12, 2026
…_index (#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
to fselmo/execution-specs
that referenced
this pull request
Jan 15, 2026
…_index (ethereum#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
to fselmo/execution-specs
that referenced
this pull request
Jan 15, 2026
…_index (ethereum#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
fselmo
added a commit
that referenced
this pull request
Jan 16, 2026
…_index (#1912) * feat(spec-test): Change storage RLP encoding to U256; tx_index rename * fix: unit tests exception message
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-spec-specs
Area: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)
C-feat
Category: an improvement or new feature
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
U256instead ofBytes32: related change in EIP-7928 heretx_index->block_access_indexacross the testing frameworkFor ease of review, most changes related to the types changes are in
builder.py,rlp_types.py,t8n_types.py, and in the testing framework side withinpackages/testing/src/execution_testing/test_types/block_access_list/account_changes.py🔗 Related Issues or PRs
N/A.
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx tox -e statictype(scope):.Cute Animal Picture