feat(hive): add eels client to devnet-8 workflows - #78
Draft
spencer-tb wants to merge 1 commit into
Draft
Conversation
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
eelsas a client to both devnet-8 workflows: EELS runs theexecution spec itself behind the Engine API, so
consume enginevalidates the fixtures directly against the spec that filled them.
eelsadded to the client matrix and dispatch defaults.EELS_ENGINE_FLAGS_EELS_CLIENT): theshared
--sim.limitincludes Osaka and the BPO2→Amsterdamtransition, which the eels client refuses by design (Amsterdam from
genesis only), so its rows run
.*fork_Amsterdam-.*(quick:combined with the EIP filter).
consume-rlp(no/chain.rlpimport) andexecute-blobs(no transaction submission).client_repos/client_imagesentries: the client builds fromits Dockerfile defaults in hive, so
common_client_tagdoes notapply to it.
Verified locally against
glamsterdam-devnet@v8.1.0(consume-engine,.*fork_Amsterdam-.*): 0 failures so far in an in-progress 24,819-testsweep; a 136-test subset passed 136/136.
Draft until the client lands in hive (ethereum/hive#1596, which itself
follows ethereum/execution-specs#3363).