stacks-network / sbtc

Repo containing sbtc
GNU General Public License v3.0
203 stars 2 forks source link

[Feature]: Transaction signer signing stacks transactions #255

Open netrome opened 2 months ago

netrome commented 2 months ago

When the transaction signer receives a StacksTransactionSignRequest message, it should validate the request and if valid return an appropriate signature for the request.

Definition of done

The transaction signer can respond to StacksTransactionSignRequest messages with a valid signature.

djordon commented 3 weeks ago

Signing a stacks transaction requires each signer to validate the stacks transaction, and that is blocked on https://github.com/stacks-network/sbtc/issues/426.