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
#261 calls advance_preparation synchronously on the block processing pipeline. This is OK for now, since the call takes ~500ms, and is only called once every ~65k slots, but we should move it to the background to avoid unnecessary instability.
#261 calls
advance_preparationsynchronously on the block processing pipeline. This is OK for now, since the call takes ~500ms, and is only called once every ~65k slots, but we should move it to the background to avoid unnecessary instability.