stacks-network / sbtc-developer-release

sBTC primitives, signer components, helper tools
https://sbtc.tech
MIT License
1.98k stars 23 forks source link

[stacks-signer] create no quorum stx transaction #388

Open jferrant opened 11 months ago

jferrant commented 11 months ago

Description

Write a function to create a stx transaction no quorum from the signature shares/result of a signing round to prove no quorum reached for a specific BTC or STX txid

Context

Signers need to prove they did work and considered a particular BTC txid or STX txid.

Expected Approach

Create a function that takes signature shares and the txid of the STX or BTC tx being considered and create a contract call for the corresponding "submit_no_quorum" stx transaction

Acceptance Criteria