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

Update Lodestar to allow full blocks to be proposed if a blinded block is not received from MEV-Boost in time #3172

Open
3 tasks done
boulder225 opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
protocol Protocol Team tickets

Comments

@boulder225
Copy link
Collaborator

boulder225 commented Jul 12, 2024

🎯 Problem to be solved

The current Lodestar configuration uses the builderonly flag, which can lead to missed block proposals if MEV-Boost fails to produce a builder block in time. This approach increases the risk of missed blocks due to MEV-Boost issues.

🛠️ Proposed solution

  • Update the Lodestar configuration to use the builderalways flag instead of builderonly
  • Implement the change to allow full blocks to be proposed if a blinded block is not received from MEV-Boost in time
  • Test the new configuration to ensure it works correctly with produceBlockV3
@github-actions github-actions bot added the protocol Protocol Team tickets label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol Protocol Team tickets
Projects
None yet
Development

No branches or pull requests

3 participants