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
Per #339, we panic upon seeing cosigns to distinct chains (where each cosign has 17% of the total stake). This assume that if two 67% cosigns exist, they successfully propagate across the network before any sign protocol completes. We should explicitly add a time delay for this propagation latency (even though it should be less than the sign protocol time).
So long as we only delay cosign acknowledgement, not production, this should be a fixed delay (not an ever-growing one).
The text was updated successfully, but these errors were encountered:
Per #339, we panic upon seeing cosigns to distinct chains (where each cosign has 17% of the total stake). This assume that if two 67% cosigns exist, they successfully propagate across the network before any sign protocol completes. We should explicitly add a time delay for this propagation latency (even though it should be less than the sign protocol time).
So long as we only delay cosign acknowledgement, not production, this should be a fixed delay (not an ever-growing one).
The text was updated successfully, but these errors were encountered: