-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Select validators for jumpstart DKG (#1053)
* Select validators based on block number when doing initial DKG * Error handling * Tidy * Comments * Select jumpstart validators when handling jumpstart extrinsic * OcwMessageDkg no longer includes signature request account * Update propagation pallet * Update metadata * DKG session id no longer contains signature request account * Handle validating selected validators on jumpstart on TSS * Lockfile * Tidy * Tests for registry pallet * Tidy * Add alloc feature to rand * Update entropy-protocol tests * Update registry benchmarks * Recalculate registry weights * Update test helper for mocking jumpstart * Fix jumpstart network test * Fix registry pallet tests * Update TSS bad siging participant test * Update propagation pallet test * Changelog * Update registry weights * Update registry benchmarks * Add comment following review * Fix getting newest value from jumpstart dkg storage map and add test * Update pallets/registry/src/benchmarking.rs * Comment following review --------- Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
- Loading branch information
Showing
18 changed files
with
425 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.