-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hook config and policy pieces into orderer startup
This changeset takes the existing work of the config manager, policy manager, and static genesis block creation and hooks them together into the main execution path. Note that the configuration manager is not utilized for any configuration and there is no policy enforcement for chain modifications, so this is only a half step, and will be followed by utilization of the config manager and enforcement of policy on new transactions. Note also, that this changeset does not include tests by design, as it is merely referencing existing pieces of tested code and adds no new function itself. All errors in this code path result in panic so the bdd tests cover it as well. Change-Id: Ie7f67971fee6c223378612af727e8f9aeca0e48e Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Oct 26, 2016
1 parent
4db9abf
commit c883319
Showing
2 changed files
with
139 additions
and
2 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