feat(src): EIP-7843 execution-api PR #731 implemented#2101
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## eips/amsterdam/eip-7843 #2101 +/- ##
==========================================================
Coverage ? 86.14%
==========================================================
Files ? 599
Lines ? 39483
Branches ? 3781
==========================================================
Hits ? 34011
Misses ? 4850
Partials ? 622
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:
|
marioevz
approved these changes
Jan 29, 2026
marioevz
left a comment
Member
There was a problem hiding this comment.
I've tested against all clients and they are all failing but none of the failures point to these changes. We can merge for now to proceed with release.
marioevz
pushed a commit
that referenced
this pull request
Jan 29, 2026
fselmo
pushed a commit
that referenced
this pull request
Feb 3, 2026
spencer-tb
pushed a commit
that referenced
this pull request
Feb 11, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Feb 12, 2026
fselmo
pushed a commit
that referenced
this pull request
Feb 12, 2026
fselmo
pushed a commit
that referenced
this pull request
Feb 13, 2026
gurukamath
pushed a commit
that referenced
this pull request
Feb 24, 2026
marioevz
pushed a commit
that referenced
this pull request
Feb 27, 2026
spencer-tb
pushed a commit
to spencer-tb/execution-specs
that referenced
this pull request
Mar 3, 2026
spencer-tb
pushed a commit
to spencer-tb/execution-specs
that referenced
this pull request
Mar 6, 2026
spencer-tb
pushed a commit
to spencer-tb/execution-specs
that referenced
this pull request
Mar 10, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Mar 10, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Mar 10, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Mar 13, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Mar 17, 2026
fselmo
pushed a commit
to fselmo/execution-specs
that referenced
this pull request
Mar 18, 2026
marioevz
pushed a commit
that referenced
this pull request
Mar 24, 2026
marioevz
pushed a commit
that referenced
this pull request
Apr 8, 2026
spencer-tb
pushed a commit
to spencer-tb/execution-specs
that referenced
this pull request
Apr 20, 2026
LouisTsai-Csie
pushed a commit
that referenced
this pull request
Apr 27, 2026
marioevz
added a commit
that referenced
this pull request
May 14, 2026
* feat(src): Initial EIP-7843 (SLOTNUM) Implementation (#2007) * feat(amsterdam): Implement EIP-7843 SLOTNUM opcode * mario feedback * fix(tests): minor fixes and updates for eip7843 (#2057) * fix(tests): minor updates to eip-7843 following #2007 * fix: account for slotnum in genesis creation * fix: append slot_number in fixture_loader.py * execution-api 7843 pr 731 implemented (#2101) * src(fix): framework bug fix for slotnum (#2108) * refactor(tests): Condition EIP-7843 tests to EIP inclusion * fix(specs): align EIP-7843 SLOTNUM gas references with renamed constants Replace stale GAS_BASE reference with GasCosts.OPCODE_SLOTNUM (= BASE) to match the opcode gas naming convention used across block instructions on forks/amsterdam. Also update the test-fork mixin to use gas_costs.BASE instead of the retired gas_costs.GAS_BASE. * Remove stray header_bal_hash_required checks * Remove unneeded eip7843 spec.py --------- Co-authored-by: felix <felix314159@users.noreply.github.com> Co-authored-by: felipe <fselmo2@gmail.com> Co-authored-by: marioevz <marioevz@gmail.com> Co-authored-by: spencer-tb <spencer.tb@ethereum.org>
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
TODO: test against a client
🔗 Related Issues or PRs
execution apis 731
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx tox -e statictype(scope):.mkdocs servelocally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.@ported_frommarker.Cute Animal Picture