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 - Make sure signers go through the validation code path
1. Description
The code that signs bitcoin transactions does not go through the bitcoin validation code path. It needs to.
1.1 Context & Purpose
A signer needs to validate a bitcoin sign requests before it provides a signature. Right now the signers always sign the request partly because they don't try to validate it.
2. Technical Details:
2.1 Acceptance Criteria:
We call the function that is supposed to do validation of the bitcoin transaction before providing signature shares.
Feature - Make sure signers go through the validation code path
1. Description
The code that signs bitcoin transactions does not go through the bitcoin validation code path. It needs to.
1.1 Context & Purpose
A signer needs to validate a bitcoin sign requests before it provides a signature. Right now the signers always sign the request partly because they don't try to validate it.
2. Technical Details:
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
This is the last part of #286.
The text was updated successfully, but these errors were encountered: