clients/eels: add EELS Engine API client (amsterdam only) - #1596
Draft
spencer-tb wants to merge 4 commits into
Draft
clients/eels: add EELS Engine API client (amsterdam only)#1596spencer-tb wants to merge 4 commits into
spencer-tb wants to merge 4 commits into
Conversation
2 tasks
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.
Adds an
eelsclient definition that runs the execution-specs(EELS) as an Engine API client, so
consume engineandconsume enginexcan drive the spec directly. Amsterdam only.clients/eels/: Dockerfile (uv image, installs EELS and runs theethereum-spec-engineserver fromfeat(spec-specs,tooling): run EELS under hive consume engine for all post-merge forks execution-specs#3363),
eels.sh(requiresHIVE_AMSTERDAM_TIMESTAMP=0, rejects/chain.rlpand/blocksimports),
hive.yamlwith roleeth1, stubenode.sh(no p2p).No genesis mapper: the server parses the simulator-provided
genesis file directly. Enginex client reuse works via
explicit-parent reorgs (the debug rewind probe cleanly reports
method-not-found).
simulators/ethereum/eels/consume-engineandconsume-enginex:add
eelsto the defaultdisable_strict_exception_matchinglist; there is no eels exception mapper in
execution_testingyet, so strict matching would reject correct
INVALIDresponses.Verified against
glamsterdam-devnet@v8.1.0(.*fork_Amsterdam-.*,24,819 tests): consume-engine smoke 136/136 and consume-enginex smoke
1030/1030 in real hive, ~49k hive test executions across full runs,
and the complete 24,819-test sweep through the exact simulator
sequences locally — all zero failures.
Draft until ethereum/execution-specs#3363 merges; the Dockerfile
then flips its default
github/branchbuild args from theworking fork branch to
ethereum/execution-specs.