[Feature]: Initiating distributed key generation #413
Labels
key rotation
The functionality to rotate a private key for a signer in sBTC-v1.
sbtc signer binary
The sBTC Bootstrap Signer.
Milestone
Feature - Initiating distributed key generation
1. Description
The signers cannot do anything without aggregate key, so we need to specify some conditions that will trigger all signer to initiate distributed key generation (DKG) at the same time.
1.1 Context & Purpose
Although we have much of the logic for completing DKG, we do not have any of the logic for initiating it. Right now we just need to support initiating DKG from some hard configured block height (either stacks or bitcoin) and/ via an endpoint that is only available in a testing mode.
2. Technical Details:
2.1 Acceptance Criteria:
There is an endpoint in the signer binary that can kick off DGK.3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: