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
The former block generation loop was structured internally with
Interruptible in a way that allowed async block generation tasks to
cancel previously-spawned async block generation tasks. After the
refactoring of the block creation scheduling, this functionality became
unused, so it and the use of Interruptible itself have now been removed.
0 commit comments