-
Notifications
You must be signed in to change notification settings - Fork 135
*: v1.9.0 rc2 #4313
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
*: v1.9.0 rc2 #4313
Conversation
This would help us to easily manoeuvre through the list of actions in the UI. category: refactor ticket: none
Improved nodes counts validation for reshare DKG. category: refactor ticket: none
Added threshold validation for `RunDKG` and `RunReshareDKG`. Previous behavior delegated the check down the stack to allow underlying library (kyber) to validate the threshold. Given that Kyber has weak validation that can lead to weird late errors, it is more convenient to verify the threshold upfront. Additionally added verification such that users cannot remove all nodes with "remove operators" command. category: refactor ticket: none
Added dkg p2p wire message size validation. category: refactor ticket: none
Verify that the actual sender's peer ID matches the claimed peer index in nodesigs. category: refactor ticket: none
Using `io.LimitReader` in `FetchDefinition`, the maximum allowed definition size is 16Mb. category: refactor ticket: none
Improving frostp2p code quality. category: refactor ticket: none
This fixes a bug in `restoreKey` routine that affects "remove operators" edit command. category: bug ticket: none
Improves `reshare.go` checks: 1. ` restoreCommits` out-of-bounds checks for `shareNum` 2. polynomial commitment validation during reshare (against expected validator pubkey) category: refactor ticket: none
Better nonce generation and variation for dkg. category: refactor ticket: none
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main-v1.9 #4313 +/- ##
=============================================
+ Coverage 56.56% 56.59% +0.03%
=============================================
Files 237 237
Lines 31471 31559 +88
=============================================
+ Hits 17800 17861 +61
- Misses 11390 11412 +22
- Partials 2281 2286 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Add DKG changes in v1.9.0-rc2
category: misc
ticket: none