Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charon and lighthouse_vc fixes #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

b0a7
Copy link

@b0a7 b0a7 commented Aug 8, 2024

This PR fixes a couple of errors encountered when trying to use the geth_teku_lighthouse example.

1 - lighthouse validator was failing to start with error: "lighthouse_vc-1 | error: unexpected value 'true' for '--builder-proposals' found; no more were expected"
Fix by modifying lighthouse/run.sh to check the value of the variable and add the --builder-proposals accordingly (without =true)

2 - charon was not receiving the BUILDER_API_ENABLED env variable properly. Fix by using the proper variable name (as per Lodestar example)

lighthouse validator also has a 'distributed' arg, which I also added because it looks to be required for use in a DV

@b0a7
Copy link
Author

b0a7 commented Aug 8, 2024

note that I am just using charon and lighthouse-vc, so there may be additional updates required for the geth, teku & mev services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant