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
When a proposer builds its block, it updates head and runs forkchoice, something that is guaranteed to happen at second zero by on_tick. We should aim to synchronize these calls and do it only once.
When a proposer builds its block, it updates head and runs forkchoice, something that is guaranteed to happen at second zero by on_tick. We should aim to synchronize these calls and do it only once.
See discussion in #11992
The text was updated successfully, but these errors were encountered: