Add lighthouse validator client with proposer config - #487
Open
KaloyanTanev wants to merge 1 commit into
Open
KaloyanTanev wants to merge 1 commit into
KaloyanTanev wants to merge 1 commit into
Conversation
KaloyanTanev
force-pushed
the
kalo/lighthouse-vc
branch
3 times, most recently
from
September 16, 2026 20:45
f6b8bc9 to
e77c213
Compare
KaloyanTanev
force-pushed
the
kalo/proposer-config
branch
from
September 16, 2026 20:45
74e278f to
8612503
Compare
KaloyanTanev
force-pushed
the
kalo/lighthouse-vc
branch
from
September 16, 2026 21:15
e77c213 to
fa36afc
Compare
7 tasks
KaloyanTanev
force-pushed
the
kalo/lighthouse-vc
branch
from
September 16, 2026 21:27
fa36afc to
df2e87e
Compare
KaloyanTanev
force-pushed
the
kalo/proposer-config
branch
from
September 16, 2026 21:50
8612503 to
ec82eae
Compare
KaloyanTanev
force-pushed
the
kalo/lighthouse-vc
branch
2 times, most recently
from
September 18, 2026 15:43
bc3362e to
da1b2a2
Compare
KaloyanTanev
force-pushed
the
kalo/lighthouse-vc
branch
from
September 18, 2026 16:14
da1b2a2 to
f48676d
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 a
vc-lighthousevalidator client profile, completing the fifth VC for the proposer config rollout (ObolNetwork/charon#4692).Custom image (
lighthouse/Dockerfile,jqbaked in like nimbus) with arun.shentrypoint that authors the completevalidator_definitions.ymlfrom the mounted charon keystores andproposer-config.json— replacinglighthouse account validator import— and starts the VC with--distributed --disable-auto-discover. The definitions file is regenerated on every container start, soproposer-config.jsonupdates apply on restart; without a proposer config it generates plain definitions and falls back to the zero default fee recipient, which charon overrides pre-gloas.Verified against
sigp/lighthouse:v8.2.0with a real charon-generated proposer config: lighthouse parses the authored definitions (per-validatorsuggested_fee_recipient+gas_limitapplied), a config update is picked up on restart, and the fallback path generates plain definitions. Stacked on #486.