-
Notifications
You must be signed in to change notification settings - Fork 300
WaitingFor on not started party causes panic #82
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
Labels
bug
Something isn't working
Comments
I've seen a similar error, same bug, different execution...
|
Looks like both of these can happen before the party is started and therefore before a The round used to be set in the constructor so this might be a bit of a regression after that change. |
nkuba
added a commit
to keep-network/keep-ecdsa
that referenced
this issue
Dec 31, 2019
tss-lib version 1.1.1 fixes bug which caused panic for timeout messages: bnb-chain/tss-lib#82
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I initialized a keygen party but haven't started the process yet. When I call
WaitingFor()
for this party, I get panic runtime error.In such a case I would expect
WaitingFor()
function to return either an error or a list of parties (empty or containing all parties).Stack trace:
Test:
The text was updated successfully, but these errors were encountered: