src(fix): framework bug fix for slotnum#2108
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## eips/amsterdam/eip-7843 #2108 +/- ##
==========================================================
Coverage ? 86.07%
==========================================================
Files ? 599
Lines ? 39483
Branches ? 3781
==========================================================
Hits ? 33986
Misses ? 4864
Partials ? 633
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:
|
4823f1a
into
ethereum:eips/amsterdam/eip-7843
18 checks passed
fselmo
pushed a commit
that referenced
this pull request
Feb 12, 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
With this patch on our side and this patch on geth's side I was able to successfully run all 7843 tests against geth. also almost all 8024 tests pass (179 out of 184)
🔗 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):.mkdocs servelocally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.@ported_frommarker.Cute Animal Picture