-
Notifications
You must be signed in to change notification settings - Fork 210
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
Proposed block and mevboost timed out #532
Comments
it looks like there may be some internal logic to nimbus that times out 1 second into the slot so for some reason, your local node was just a little slow to build the block and rather than run the risk of having a missed slot via the mev-boost network, it just went w/ local building id check in w/ the nimbus team to see if such a timeout exists |
Yes, Nimbus has such internal logic, for the reasons noted; https://github.com/status-im/nimbus-eth2/blob/11f5250ce4e786625382282a00f2dfc87183d1fc/beacon_chain/spec/mev/bellatrix_mev.nim#L70 defines # Spec is 1 second, but mev-boost indirection can induce delay when the relay
# itself has already consumed the entire second.
BUILDER_PROPOSAL_DELAY_TOLERANCE* = 1500.milliseconds which did change in v23.5.1 from v23.5.0, but increased from 1 second to 1.5 seconds. So, if the According to one client I checked logs of,
is consistent with this scenario, being almost 2 seconds after the slot start. |
I see - so CPU or network latency was responsible for this slowness? What can I do to prevent this in the future? I had 2 relays in the mevboost parameters, would remaining with only one relay decrease the likelihood of a timeout? |
My validator proposed another block today, and the exact same issue happened.
mevboost log (nothing seems to be going on here? This time mevboost didn't even get a request from nimbus?):
Using most up-to date clients. |
I've been using mevboost for some time and have proposed some blocks with mev normally. However a couple of days ago I noticed that mevboost timed out, fortunately my CL proposed the block but without mev.
Is there anything abnormal about this or is it just a random thing?
Posting logs from nimbus and mevboost below.
The text was updated successfully, but these errors were encountered: