-
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-5550] configtxgen use protolator JSON parsing
For v1, configtxgen used some hacks into the configtx core code to get a JSON representation of the config. This CR switches the JSON encoding to use the same protolator helpers as the configtxlator code. The existing method was (as already noted) hacky, and not as expressive as the configtxlator method (which also expands other opaque fields like MSP principals and MSP definitions. Plus, it is unnecessary code to maintain. Change-Id: Ibfe79de834bae6d91e7d67a9f528564658650902 Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Aug 5, 2017
1 parent
094244d
commit f4427f9
Showing
5 changed files
with
60 additions
and
384 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.