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

Make sure other peers received all our dkg messages #1424

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

dpc
Copy link
Contributor

@dpc dpc commented Jan 20, 2023

Fix #1405

@elsirion elsirion merged commit ce76f01 into fedimint:master Jan 20, 2023
@dpc dpc deleted the dkg-completion-sync branch January 20, 2023 02:57
@@ -101,6 102,12 @@ pub async fn run_dkg(
)
.await?;

// When testing on localhost, it's possible to get
Copy link
Contributor Author

@dpc dpc Jan 20, 2023

Choose a reason for hiding this comment

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

I'm so sloppy. I wrote all this flushing, to avoid this hack and yet I still pushed it in the PR. 🤦

dpc added a commit to dpc/fedimint that referenced this pull request Jan 20, 2023
In fedimint#1424 I first wrote this workaround, then decided it's meh,
then wrote rest of the fedimint#1424 with a proper solution,
and forgot to delete the workaround.
justinmoon pushed a commit that referenced this pull request Jan 23, 2023
In #1424 I first wrote this workaround, then decided it's meh,
then wrote rest of the #1424 with a proper solution,
and forgot to delete the workaround.
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.

Dkg via UI terminates too fast
2 participants