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

Support mev-boost in lodestar #157

Closed
come-maiz opened this issue Jun 19, 2022 · 8 comments
Closed

Support mev-boost in lodestar #157

come-maiz opened this issue Jun 19, 2022 · 8 comments
Assignees

Comments

@come-maiz
Copy link
Contributor

Here we track the support of mev-boost in lodestar.

@come-maiz
Copy link
Contributor Author

come-maiz commented Jun 19, 2022

@g11tech, @dapplion, and @tuyennhv are the humans writing the code for mev-boost in lodestar.

Issues in the lodestar repository

Merged work

@come-maiz come-maiz self-assigned this Jun 19, 2022
@g11tech
Copy link

g11tech commented Jul 19, 2022

usage doc: https://github.com/ChainSafe/lodestar/blob/unstable/docs/usage/mev-integration.md

tl-dr:

  1. Provide lodestar BN with a Builder endpoint (which corresponds to the network you are running) via these additional flags:
--builder.enabled --builder.urls <builder/relay/boost url>
  1. Run lodestar VC with these additional flags
--builder.enabled --defaultFeeRecipient <your ethereum address>

@g11tech
Copy link

g11tech commented Aug 11, 2022

Issues found during testing:

* [MaxListenersExceededWarning: Possible EventTarget memory leak detected. ChainSafe/lodestar#4394](https://github.com/ChainSafe/lodestar/issues/4394)

* [error: Error updating eth1 chain cache  Timeout request ChainSafe/lodestar#4395](https://github.com/ChainSafe/lodestar/issues/4395)

* [Chain logs "expected" errors ChainSafe/lodestar#3062 (comment)](https://github.com/ChainSafe/lodestar/issues/3062#issuecomment-1211457758)

thanks @come-maiz for reporting issues, most of these are harmless/self recoverable issues not liked with mev-boost, we have plans to improve our error UX and will keep you updated as we improve the experience. Do update any other issues you are facing. 🙏

@come-maiz
Copy link
Contributor Author

Thank you @g11tech. My beacon node has 3 more days left for syncing. I'll share anything weird that happens.

@g11tech
Copy link

g11tech commented Aug 11, 2022

Thank you @g11tech. My beacon node has 3 more days left for syncing. I'll share anything weird that happens.

which networ are you syncing? may be I can provide you with a weak subjectivity sync encpoint to start off easily with

@come-maiz
Copy link
Contributor Author

I'm in kiln. Now I should actually stop and restart with goerli. And yes please, how do I make this faster? :)

@g11tech
Copy link

g11tech commented Aug 11, 2022

I'm in kiln. Now I should actually stop and restart with goerli. And yes please, how do I make this faster? :)

DM me on discord pls will share you the endpoint (since its not for mass public consumption)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants