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
Feature - Signers store bitcoin sighashes and decisions
1. Description
This is ticket corresponds to point (5) in 3.1 in #782. Signers stores sighash digests, along with whether they will sign for them, in their databases.
1.1 Context & Purpose
Each signer records their decision for easy look-up before participating in a signing round.
2. Technical Details:
We need a new table that stores the sighashes and the signers decisions.
2.1 Acceptance Criteria:
Signers store enough information in the database to know whether they will participate in a signing round for a sighash.
Feature - Signers store bitcoin sighashes and decisions
1. Description
This is ticket corresponds to point (5) in 3.1 in #782. Signers stores sighash digests, along with whether they will sign for them, in their databases.
1.1 Context & Purpose
Each signer records their decision for easy look-up before participating in a signing round.
2. Technical Details:
We need a new table that stores the sighashes and the signers decisions.
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
Relates to:
The text was updated successfully, but these errors were encountered: