-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple signers in beacon (#5158)
## Motivation Part of spacemeshos/pm#261 Closes #5088 ## Changes - beacon protocol driver supports registering new keys to participate in the protocol - when a new epoch starts, the protocol selects active signers that will participate - state is changed to contain the set of active protocol participants. A participant session consists of: * signer * VRF nonce - weakcoin supports multiple participants. Each one publishes the same proposal. ## Test Plan Existing unit-tests were extended to run beacon and weakcoin with multiple signers per node. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry Shulyak <[email protected]> Co-authored-by: Matthias Fasching <[email protected]>
- Loading branch information
1 parent
fda95ec
commit ca721f7
Showing
14 changed files
with
323 additions
and
353 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.