sbtc-developer-release
sbtc-developer-release copied to clipboard
sBTC primitives, signer components, helper tools
### Description Import all reuseable data structs & functions from previous versions of sBTC-token contracts (particularly sbtc-mini). ### Acceptance Criteria - [ ] sBTC-withdrawal.clar contract created in sbtc-nakamoto directory -...
### Description Import all reuseable data structs & functions from previous versions of sbtc-deposit (particularly sbtc-mini). ### Acceptance Criteria - [ ] sBTC-deposit.clar contract created (data structs & functions) in...
### Description Import all reuseable data structs & functions from previous versions of sBTC-token contracts (particularly sbtc-mini & sbtc-romeo). ### Acceptance Criteria - [ ] sBTC-token.clar contract created in sbtc-nakamoto...
### Description Create an integration test that spins up a signers and tests that they can determine wallet handoff is required and trigger one successfully ### Acceptance Criteria - [...
### Description Following a successful signing round across a BTC wallet handoff transaction, broadcast it to the node. ### Context This is mostly just a placeholder to make sure that...
### Description Given a new DKG key, construct a BTC that sends the funds to the new DKG address. ### Context Signers have to hand off their funds to the...
### Description Create a helper function that determines whether wallet handoff needs to happen based on signer state/pox 4 state (DKG wallet for next reward cycle should be set) ###...
### 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...
### Description Create a function to retrieve the list of pending withdrawal transactions to process ### Context Signers need to know what data they are compelled to process/what they need...
### Description Create an integration test that spins up a stacks node, bitcoind, and submits an OP DROP BTC tx and its reveal info via a Challenge STX tx, and...