fix: support custom CL for MEV builder (issue #627)#1277
Open
DarkLord017 wants to merge 6 commits intoethpandaops:mainfrom
Open
fix: support custom CL for MEV builder (issue #627)#1277DarkLord017 wants to merge 6 commits intoethpandaops:mainfrom
DarkLord017 wants to merge 6 commits intoethpandaops:mainfrom
Conversation
- Infer CL type from mev_builder_cl_image instead of hardcoding Lighthouse - Set CL-specific builder flags for all supported clients - Use correct beacon HTTP port in builder config CLEndpoint - Add robust cl_type inference in cl_launcher based on image
barnabasbusa
reviewed
Jan 5, 2026
Author
|
@barnabasbusa ran it with all cl clients , plese check is it correct ? |
Collaborator
|
I still do not see how will nimbus and grandine going to trigger a payload event for each slot? |
Author
I looked at their docs & code and tried to find out , but wasn't able to .. is it possible that it does not exst for these clients ? |
Author
|
@barnabasbusa nimbus n gradine do not support this feature , n like getting a json serialization error with lodestar , so added with teku , prysm please review |
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.
Tried to fix #627
Please review @parithosh @barnabasbusa , am i heading towards the issue correctly