-
Notifications
You must be signed in to change notification settings - Fork 679
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
Update wsts version to 6.0 and use Packet::verify function #4227
Conversation
Signed-off-by: Jacinta Ferrant <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm as long as CI (test_stackerdb_dkg specifically) passes
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #4227 +/- ##
==========================================
+ Coverage 82.89% 82.92% +0.03%
==========================================
Files 429 429
Lines 302932 302864 -68
==========================================
+ Hits 251109 251154 +45
+ Misses 51823 51710 -113 ☔ View full report in Codecov by Sentry. |
I don't think the stackerdb tests are running here? |
@jferrant I changed the PR description to specify that this does not close #4111, but it is a part of it. I don't think we should close #4111 until I do that last piece of robustness, i.e. allow partial |
I ran |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Need the newest wsts version changes for handling <100% participation in DKG
Also required for processing coordinator messages while in the IDLE state which enables DKG to be calculated by all signers simultaneously
Applicable issues