miniproject - feat(spec-specs,tooling): run EELS under hive consume engine (amsterdam) - #3363
Draft
spencer-tb wants to merge 3 commits into
Draft
miniproject - feat(spec-specs,tooling): run EELS under hive consume engine (amsterdam)#3363spencer-tb wants to merge 3 commits into
spencer-tb wants to merge 3 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## forks/amsterdam #3363 +/- ##
====================================================
- Coverage 93.53% 80.99% -12.55%
====================================================
Files 624 631 +7
Lines 37070 37312 +242
Branches 3394 3420 +26
====================================================
- Hits 34675 30220 -4455
- Misses 1645 6672 +5027
+ Partials 750 420 -330
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Aug 12, 2026
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
EELS side of running the spec as a client under hive's
consume engine(Amsterdam only).
Two layers:
src/ethereum/forks/amsterdam/execution_engine/: the consensus-layerExecutionEngineinterface, ported fromprojects/zkevm(minus thestateless/witness parts).
verify_and_notify_new_payloadvalidates anengine_newPayloadV5-shaped payload (block hash, blob versionedhashes) and applies it via
state_transition.src/ethereum_spec_tools/engine_server/:ethereum-spec-engine, aJSON-RPC server wrapping the interface. Loads a hive genesis file,
serves
engine_newPayloadV5/engine_forkchoiceUpdatedV4(JWTauthenticated) plus the
ethmethods the simulator calls, and mapsmalformed params and execution-request/BAL encoding violations to the
Engine API error codes (
-32602,-38005).Verified by replaying 625 filled
blockchain_tests_enginefixtures(push0, invalid BALs, withdrawals, deposits, blob txs) through the
server over HTTP with the
execution_testingEngineRPC/EthRPCclients, following the exact
consume enginesimulator sequence:0 failures, including
errorCodeand INVALID-status expectations.Follow-up (hive repo): a
clients/eelsdefinition that builds andstarts
ethereum-spec-engine.Related Issues or PRs
N/A.
Checklist
just static<type>(<area>): <title>, where<type>and<area>come from an appropriateC-<type>, respectivelyA-<area>, label. The title should match the target squash commit message.Cute Animal Picture