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 Lodestar has a risk of missing block proposal at start slot of epoch since it has to poll for proposer duties (and due to I/O lag it may take up to 2s for it which make the block proposal very late into the slot)
Solution description
We already have PrepareNextSlotScheduler run at 2/3 of slot, if we can make sure it runs in less than 2s consistently we can poll for block proposer duties for next epoch 2s before the slot
To add more context, normally getProposerDuties is very fast but due to I/O lag issue sometimes it's up to 2s, that's why I'd like to improve epoch transition and poll proposer duties 2s before next epoch
Problem description
Right now Lodestar has a risk of missing block proposal at start slot of epoch since it has to poll for proposer duties (and due to I/O lag it may take up to 2s for it which make the block proposal very late into the slot)
Solution description
We already have
PrepareNextSlotScheduler
run at 2/3 of slot, if we can make sure it runs in less than 2s consistently we can poll for block proposer duties for next epoch 2s before the slotOne blocker for this is #5409
Additional context
No response
The text was updated successfully, but these errors were encountered: