jferrant
jferrant
Regtest will sometimes stall on bootup. One signer never seems to properly see it is registered for the current reward cycle and happens to be the coordinator so never triggers...
The signer should be able to handle duplicate messages sent by a particular signer. This may require updates to the wsts coordinator/signing round logic. This may already be done, but...
### Description Update stacks signer to retrieve proposed blocks from miners ### Context Miners should be writing proposed blocks to the .miners contract for signers to observe and validate and...
### Description Enable parallization of message signing by passing a vector of messages to sign through stacker-db instead of a single message. ### Context This is required to enable construction...
### Description Add ability for signers to sign each individual key spend of a BTC deposit consolidation transaction. ### Context Signers are meant to consolidate deposit transactions via batching and...
### 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...