-
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.
[FAB-2202] Initialize configtx.Manager from Config
https://jira.hyperledger.org/browse/FAB-2202 As a transitional mechanism, the config currently depends on the WriteSet containing the entire configuration. Instead, the config as written in the config envelope needs to be utilized. This CR makes the configtx.Manager utilize the config envelope at instantiation time, but the orderer multichannel support still needs to be updated to generate the config envelope based on a WriteSet for instantiation. Change-Id: I35c069cfd1ca523fe6c80f6acccfabb0e5ed8ad0 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Feb 15, 2017
1 parent
cf887e5
commit 26dcef1
Showing
5 changed files
with
121 additions
and
136 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
Oops, something went wrong.