Skip to content

feat(src): EIP-7843 execution-api PR #731 implemented#2101

Merged
marioevz merged 1 commit into
ethereum:eips/amsterdam/eip-7843from
felix314159:eip7843
Jan 29, 2026
Merged

feat(src): EIP-7843 execution-api PR #731 implemented#2101
marioevz merged 1 commit into
ethereum:eips/amsterdam/eip-7843from
felix314159:eip7843

Conversation

@felix314159

Copy link
Copy Markdown
Contributor

🗒️ Description

TODO: test against a client

🔗 Related Issues or PRs

execution apis 731

✅ Checklist

  • All: Ran fast tox checks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:
    uvx tox -e static
  • All: PR title adheres to the repo standard - it will be used as the squash commit message and should start type(scope):.
  • All: Considered updating the online docs in the ./docs/ directory.
  • All: Set appropriate labels for the changes (only maintainers can apply labels).
  • Tests: Ran mkdocs serve locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.
  • Tests: For PRs implementing a missed test case, update the post-mortem document to add an entry the list.
  • Ported Tests: All converted JSON/YML tests from ethereum/tests or tests/static have been assigned @ported_from marker.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@codecov

codecov Bot commented Jan 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (eips/amsterdam/eip-7843@ffc4d12). Learn more about missing BASE report.

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           
Flag Coverage Δ
unittests 86.14% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marioevz marioevz added this to the bal devnet-2 milestone Jan 29, 2026
@felix314159 felix314159 marked this pull request as ready for review January 29, 2026 16:32

@marioevz marioevz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 marioevz merged commit 1fef6c9 into ethereum:eips/amsterdam/eip-7843 Jan 29, 2026
23 checks passed
marioevz pushed a commit that referenced this pull request Jan 29, 2026
fselmo pushed a commit that referenced this pull request Feb 3, 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
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
github-actions Bot pushed a commit that referenced this pull request Apr 10, 2026
spencer-tb pushed a commit to spencer-tb/execution-specs that referenced this pull request Apr 20, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants