fix: allow --builder without --execution-endpoint#33
Merged
frisitano merged 1 commit intoApr 20, 2026
Merged
Conversation
The --builder flag had .requires("execution-endpoint") which prevents
using MEV-boost on nodes running with --proof-engine-endpoint only
(el_type: None in kurtosis). Since the proof engine serves as an
alternative execution path, --builder should be usable with either
--execution-endpoint or --proof-engine-endpoint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
frisitano
approved these changes
Apr 20, 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.
Issue Addressed
Running lighthouse with
--proof-engine-endpoint(EIP-8025, no EL) and--builder(MEV-boost) fails because--builderhas.requires("execution-endpoint")in its clap definition.This breaks the kurtosis devnet config where a participant has
el_type: Nonebut still needs MEV-boost for block building via zkboost proofs.Proposed Changes
Remove the
.requires("execution-endpoint")constraint from--builder. Since--proof-engine-endpointserves as an alternative execution path,--buildershould be usable with either--execution-endpointor--proof-engine-endpoint.Additional Info
Error when running with
el_type: None+ MEV enabled: