-
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-2574] Config parsing outside configtx.Manager
https://jira.hyperledger.org/browse/FAB-2574 The configtx.Manager is currently the only place which parses a configuration transaction (appropriately unmarshaling all of the config values). In order to facilitate the inspection of configuration transactions outside of the context of a full running system, this CR splits the configuration parsing from the configtx.Manager (although the configtx.Manager is the only consumer of this code). Change-Id: I91d7fb880892f4e88cf50bc3ba930f67204dcc52 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Mar 7, 2017
1 parent
cf29ef3
commit 093394b
Showing
2 changed files
with
68 additions
and
58 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