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

Optimistic builder should only build if it is going to be the next proposer #2465

Open
shotes opened this issue Feb 3, 2025 · 0 comments
Open

Comments

@shotes
Copy link
Contributor

shotes commented Feb 3, 2025

Currently every single validator node optimistically sends a build over the engine API for every single slot. This workload can be greatly reduced by only optimistically building if the validator thinks it is going to be the next proposer.

There needs to be a feasibility analysis done to determine the consistency of determining when a validator is going to be the next proposer. Additionally, this needs to ensure proper calculation under faulty conditions. For example, we must be able to determine the next proposer accurately (and trigger timely builds) when there are multiple failed rounds for a slot.

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

No branches or pull requests

1 participant