You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: