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 prysm #158

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

Support mev-boost in prysm #158

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

Comments

@come-maiz
Copy link
Contributor

come-maiz commented Jun 19, 2022

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

✔️ Builder API
❓ local fallback when builder not available
❓ local profit comparison
✔️ circuit breaker

@terencechain prepared this guide: https://hackmd.io/@prysmaticlabs/BJeinxFsq

@come-maiz
Copy link
Contributor Author

come-maiz commented Jun 19, 2022

@terencechain, @james-prysm, and @kasey are the humans writing the code for mev-boost in prysm.

Issues in the prysm repository

Merged work

@come-maiz come-maiz moved this to In Progress in The Merge Jun 19, 2022
@come-maiz come-maiz self-assigned this Jun 19, 2022
@metachris
Copy link
Collaborator

metachris commented Jul 7, 2022

Implementation of the builder-specs is now complete in Prysm, and merged in the develop branch.

Instructions:

  • On the beacon node, add your relay or mev-boost. Example: --http-mev-relay=<mev_boost_service>
  • On the validator client, add your fee recipient. Example: --suggested-fee-recipient=0xD9A5179F091d85051d3C982785Efd1455CEc8699

@james-prysm
Copy link

james-prysm commented Jul 7, 2022

we added another flag used with suggested-fee-recipient called enable-validator-registration to enable this. you can see what happened in my latest PR. currently only in develop.

@james-prysm
Copy link

@ElOpio responded to the kiln question, wondering if that answered you.

@come-maiz
Copy link
Contributor Author

Yes! Thanks @james-prysm. I'm getting a new testing machine and then I will give a try to everything and update the testing guide. I'll report on your repo any findinds.

Repository owner moved this from In Progress to Done in The Merge Sep 23, 2022
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