sbtc-developer-release
sbtc-developer-release copied to clipboard
[stacks-signer] Integration test for complete deposit flow
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
- [ ] PR adds the feature ...