You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
We need to update the design based on the discussion at the Signer hackathon. In the current design, the PoX prepare phase is distinct from the Handoff phase which contains both DKG and Signing. One problem with this, is that we need to separate DKG and signing to distinct phases. In addition to this, the new Nakamoto consensus rules allows us to run the consensus prepare phase in parallel with these phases, and run DKG immediately since the set of Stackers is known throughout the cycle.
The docs specify PoX phases which distinguish DKG from Handoff.
The text was updated successfully, but these errors were encountered:
EmbeddedAndroid
changed the title
Design Update: Handoff: Split DKG and Handoff Operations
Design Update: Split DKG and Handoff Operations
Aug 14, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We need to update the design based on the discussion at the Signer hackathon. In the current design, the PoX prepare phase is distinct from the Handoff phase which contains both DKG and Signing. One problem with this, is that we need to separate DKG and signing to distinct phases. In addition to this, the new Nakamoto consensus rules allows us to run the consensus prepare phase in parallel with these phases, and run DKG immediately since the set of Stackers is known throughout the cycle.
Current state
(BTC Blocks)
|----Prepare (80)----|----Handoff (20)----|-----Reward(2000)----|
Proposed update
|------- DKG (80) --------|-----Handoff (20) --------|------Reward(2000)---|
Definition of done:
The docs specify PoX phases which distinguish DKG from Handoff.
The text was updated successfully, but these errors were encountered: