Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed a bug where DKG could not be recovered from an abort #1318

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

CluEleSsUK
Copy link
Contributor

Previously it would work if the participants across epochs were the same, so it went unnoticed.

@CluEleSsUK CluEleSsUK changed the base branch from master to feature/drand-v2.0.0 February 27, 2024 15:52
@@ -61,6 61,12 @@ const (
Failed
)

var terminalStates = []Status{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complete is also a terminal state I guess, but this seemed like the best name

@CluEleSsUK CluEleSsUK merged commit ef81c2e into feature/drand-v2.0.0 Mar 19, 2024
52 checks passed
@CluEleSsUK CluEleSsUK deleted the fix/recover-from-abort branch March 19, 2024 14:55
@GlacierWalrus GlacierWalrus mentioned this pull request May 23, 2024
CluEleSsUK added a commit that referenced this pull request Jun 28, 2024
* fixed a bug where DKG could not be recovered from an abort

* set final group on join

* added some locks around the test bus
AnomalRoil pushed a commit that referenced this pull request Jun 28, 2024
* fixed a bug where DKG could not be recovered from an abort

* set final group on join

* added some locks around the test bus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants