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
The signers need to collectively sign a stacks transaction before submitting it to the network. To do that, we need to correctly formulate the proper digest. This ticket is to add functionality to make that processes easier (analogous to this: #152)
2. Technical Details:
2.1 Acceptance Criteria:
Stacks does not support Schnorr signatures yet, so the signers need to operate as a multi-sig wallet and authenticate using the appropriate spending conditions for the wallet (details on transaction authorization from SIP-005).
Add helper functions to simplify the process of signing a stacks transaction.
3. Related Issues and Pull Requests (optional):
Creating a transaction signed by a multi-sig wallet is difficult for stacks transactions in v2.5, since each signature must be generated serially in the proscribed order. But this might change post Nakamoto.
I hope order-independent-multisig-spending-conditions will land with Nakamoto, but I need to verify. If it does, it will significantly simplify signing Stacks transactions by the signers.
The text was updated successfully, but these errors were encountered:
Feature - Simplify stacks transaction signing
1. Description
1.1 Context & Purpose
The signers need to collectively sign a stacks transaction before submitting it to the network. To do that, we need to correctly formulate the proper digest. This ticket is to add functionality to make that processes easier (analogous to this: #152)
2. Technical Details:
2.1 Acceptance Criteria:
Stacks does not support Schnorr signatures yet, so the signers need to operate as a multi-sig wallet and authenticate using the appropriate spending conditions for the wallet (details on transaction authorization from SIP-005).
3. Related Issues and Pull Requests (optional):
Creating a transaction signed by a multi-sig wallet is difficult for stacks transactions in v2.5, since each signature must be generated serially in the proscribed order. But this might change post Nakamoto.
I hope order-independent-multisig-spending-conditions will land with Nakamoto, but I need to verify. If it does, it will significantly simplify signing Stacks transactions by the signers.
The text was updated successfully, but these errors were encountered: