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] Integration test for complete deposit flow #391

Open jferrant opened 11 months ago

jferrant commented 11 months ago

Description

Create an integration test that spins up a stacks node, bitcoind, and submits a STX withdrawal transaction and ensure that this manifests as sbtc burn via a corresponding burn call from the node

Similarly test the failure case and ensure no burn is manifested, but a corresponding "proof" stx transaction is submitted (for both rejection and no quorum cases)

Acceptance Criteria