jferrant
jferrant
### Description Update stacks-signer to verify the contents of a Nakamoto Block ### Context Signers are responsible for ensuring that a nakamoto block is valid AND contains the stacks transactions...
### Description Update signers to store a list of txids in stacker db for signer generated 0 fee STX transactions ### Context Miners need to know how to construct a...
### Description Call stacks_client.submit_tx for all function call stx transactions (no quorum and "no" vote stx transactions) ### Acceptance Criteria - [ ] Following a successful signing round for a...
### Description Create a function to construct a single BTC transaction that fulfills a list of pending stx transactions. ### Context Signers need to be able to convert multiple stx...
### Description Create a function that consolidates a batch of pending deposits into a single BTC OP RETURN transaction that takes all pending deposits as inputs as well as the...
### Description Create a function that constructs a stx transaction for the consensus "no" case. This should be a clarity contract call signed by threshold number of signers. ### Context...
### Description Create a function that builds a clarity function call stx transaction (0 fee) to submit quorum failure signature shares ### Context Signers must prove work is being done...
### Description Retrieve pending deposits from the revealer API and deserialize them into an appropriate struct ### Context In the happy path implementation of a signer, users do not have...
### Description Retrieve signer info from the stacks node instead of the config file. ### Context Currently stacks-signer operates by using a config file to store the list of signers...
Add ability to call read only functions and ability to construct stacks transactions for mutable functions with a vector of args Definition of Done: There exists a function to call...