-
Notifications
You must be signed in to change notification settings - Fork 2
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
Select validators for jumpstart DKG #1053
Merged
Merged
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c515a98
Select validators based on block number when doing initial DKG
ameba23 8c198a5
Error handling
ameba23 7f64bbd
Tidy
ameba23 6c493ed
Comments
ameba23 3da3e69
Select jumpstart validators when handling jumpstart extrinsic
ameba23 c2534db
OcwMessageDkg no longer includes signature request account
ameba23 960ad7d
Update propagation pallet
ameba23 bb69aec
Update metadata
ameba23 44e7f51
DKG session id no longer contains signature request account
ameba23 02075b3
Handle validating selected validators on jumpstart on TSS
ameba23 42ceb07
Lockfile
ameba23 9c52270
Tidy
ameba23 35b7068
Tests for registry pallet
ameba23 5235481
Tidy
ameba23 bf0a608
Add alloc feature to rand
ameba23 4fa98a4
Update entropy-protocol tests
ameba23 ad8702b
Update registry benchmarks
ameba23 a8c96e3
Recalculate registry weights
ameba23 7e026e3
Update test helper for mocking jumpstart
ameba23 b78f6b7
Fix jumpstart network test
ameba23 dde7d20
Fix registry pallet tests
ameba23 87e9a82
Update TSS bad siging participant test
ameba23 a9f06e2
Update propagation pallet test
ameba23 a12525f
Changelog
ameba23 cad4347
Update registry weights
ameba23 5ecf047
Merge master
ameba23 cd5df2d
Update registry benchmarks
ameba23 851e329
Add comment following review
ameba23 e22f902
Fix getting newest value from jumpstart dkg storage map and add test
ameba23 19457cf
Update pallets/registry/src/benchmarking.rs
HCastano 243ddd9
Comment following review
ameba23 bebd86b
Merge branch 'peg/select-initial-validators' of github.com:entropyxyz…
ameba23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Here we don't know which validators are going to be picked, but we want all those who are picked to send confirmations. Since nothing bad happens if the wrong one confirms, we just have them all send confirmations here.