-
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-6223] Define resource tree config protos
The resource tree needs to represent both API ACLs as well as chaincodes. This CR renames the Resource message to APIResource and adds a collection of Chaincode messages for defining the chaincode group. For the new Chaincode group, there is now a structure of: [Group] Resources [Group] Chaincodes [Group] mycc [Value] ChaincodeIdentifier bytes hash = 1; string version = 2; [Value] ChaincodeValidation string name = 1; // Set to vscc bytes argument = 2; // A marshaled: message VSCCArgs string endorsement_policy_ref = 1; [Value] ChaincodeEndorsement string name = 1; // Set to escc Change-Id: Ic2d02fb11a55779031eedce898902bc67185a4aa Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Nov 2, 2017
1 parent
cc29eed
commit c3bfd6d
Showing
8 changed files
with
338 additions
and
34 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.