-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge refresh and proposer set proposals and unify more flows. (#660)
* Modify proposers to only come from validator set * Fix more rust errors * Updates * Fix threshold in misbehaviour report * Remove proposer work in prep for merging with refresh vote * Remove all substrate proposals, remove separate refresh proposal flow, merge with all proposals * Fix proposal decoding, opt for simpler trait def * WIP impl OnSignedProposal trait for tuples to use over DKG metadata + proposals * Get session rotation working * Fix tests, clippy, fmt * Fix tests * Fix lint * Fix test, linkt * Merge master * Fix merge conflicts * Update dkg-primitives/src/types.rs Co-authored-by: Thomas Braun <[email protected]> * Update dkg-runtime-primitives/src/proposal.rs Co-authored-by: Thomas Braun <[email protected]> * Update dkg-runtime-primitives/src/proposal.rs Co-authored-by: Thomas Braun <[email protected]> * Remove unused events, use Self::LENGTH when applicable * Address review comments * Clippy --------- Co-authored-by: Thomas Braun <[email protected]>
- Loading branch information
Showing
65 changed files
with
1,071 additions
and
2,302 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.