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
Both are blocks not received over gossip, but one is a flaky gossip vs fully borked. We could fully solve fully broken, while flaky is still incorrect.
Currently in conductor, soft commits (gossiped) transactions are executed (via
DoBlock
) and firm commits (from DA) are finalized (FinalizeBlock
).We need support for various edge cases where transactions aren't seen immediately:
The text was updated successfully, but these errors were encountered: