app: generate builder config for validator clients - #4704
Draft
KaloyanTanev wants to merge 3 commits into
Draft
KaloyanTanev wants to merge 3 commits into
KaloyanTanev wants to merge 3 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## kalo/proposer-config-file #4704 +/- ##
=============================================================
+ Coverage 65.53% 65.57% +0.03%
=============================================================
Files 247 248 +1
Lines 30158 30216 +58
=============================================================
+ Hits 19765 19813 +48
- Misses 10392 10402 +10
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
KaloyanTanev
force-pushed
the
kalo/builder-config
branch
2 times, most recently
from
September 17, 2026 16:55
e3b700a to
40e34d7
Compare
KaloyanTanev
force-pushed
the
kalo/builder-config
branch
from
September 18, 2026 15:25
15154f7 to
0b66296
Compare
|
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 gloas builder configuration to the generated VC proposer config file. New
charon runflags (--builder-urls,--builder-min-bid,--builder-boost-factor,--builder-max-execution-payment) emit abuildersection on the file'sdefault_config:min_bid,builder_boost_factorandmax_execution_paymentas defaults plus onebuilders[]entry per URL, with the schema reserving optional per-entry and per-validator overrides for future inputs. Since the values must be identical cluster-wide (they feed signed builder duties post-gloas), each node exposes its config via theapp_builder_config_*metrics and gossips a hash of it via peerinfo, warning and settingapp_peerinfo_builder_config_mismatch{peer}when a peer diverges.category: feature
ticket: #4324