-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ir: Support P2PNotary and NeoFSAlphabet roles preset in the Sidechain
The roles are required to be set for the validators in almost all NeoFS environments. Previously, this required dedicated transaction signed by the committee majority. Starting from release v0.103.0, Neo Go support protocol extension that allows to designate various roles to the various accounts on blockchain genesis (zero height). With this feature, Inner Ring running in local consensus may be at the configuration level. Add `set_roles_in_genesis` value to `morph.consensus` section providing option to Inner Ring to start blockchain with P2PNotary and NeoFSAlphabet roles designated to the genesis block's validators. Closes #2643. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
- Loading branch information
1 parent
539123b
commit 1f709c6
Showing
4 changed files
with
36 additions
and
0 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
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