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
At any step in the improvements listed in #529, something can go wrong. We must identify this and provide a path for recovering from these issues resiliently. For example, if we parallelize signing operations and a certain set fails to sign their allocated proposal, we must re-allocate that proposal.
Tasks
Identify the parts in which the Signing manager improvements will fail.
Provide implementation improvements that reduce the failure rate and adapt to failures.
Test with test harness.
The text was updated successfully, but these errors were encountered:
Overview
At any step in the improvements listed in #529, something can go wrong. We must identify this and provide a path for recovering from these issues resiliently. For example, if we parallelize signing operations and a certain set fails to sign their allocated proposal, we must re-allocate that proposal.
Tasks
The text was updated successfully, but these errors were encountered: