-
Notifications
You must be signed in to change notification settings - Fork 75
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
Adjust DKG result submission timeout #3455
Comments
The referenced discussion gets resolved so I am going to copy here what we have agreed on to reference it easier: These are the numbers of DKG retries we need to execute for non-attributable protocol:
This is quite a lot and I think we should agree that if there is even one malicious member in the group, it is better not to create this group at all because it will require multiple retries during the signing:
So let's assume we do not allow for any malicious behavior during DKG but we take into account inactivities after the announcement phase. If we allow for 5 retries of the protocol we need We should also add the time needed to confirm the event informing about DKG started. |
We need to adjust the
resultSubmissionTimeout
parameter in theWalletRegistry
contract. See discussionThe text was updated successfully, but these errors were encountered: