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

retry failed validator registrations #6

Closed
ralexstokes opened this issue May 15, 2022 · 1 comment
Closed

retry failed validator registrations #6

ralexstokes opened this issue May 15, 2022 · 1 comment
Labels

Comments

@ralexstokes
Copy link
Owner

right now mev-boost-rs will just drop any failures on validator registration.

it should keep the failed registrations and retry them with some kind of backoff in the event that a relay has transient issues processing them.

I don't think we need to keep any state here as validators should be periodically submitting their registrations and if the updates are frequent enough then we can likely just ignore any need to retry.

Some relevant issues that will impact this:

ethereum/builder-specs#8
ethereum/builder-specs#13

@ralexstokes ralexstokes changed the title boost: retry failed validator registrations retry failed validator registrations May 15, 2022
@ralexstokes
Copy link
Owner Author

I don't think we need to keep any state here as validators should be periodically submitting their registrations and if the updates are frequent enough then we can likely just ignore any need to retry.

in practice, I think we can just rely on how frequently validators are sending their registrations and don't need very sophisticated retry logic here

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

Successfully merging a pull request may close this issue.

1 participant