-
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-18527] Discovery supports state based endorsement queries (#2764)
This commit adds support for state based endorsement queries to the discovery service. When state based endorsement policies are passed in the chaincode call, discovery now combines them and then requires their combinations to be satisfied as well as the chaincode endorsement policies. Support for chaincode calls with *only* state based endorsement is future work and not implemented yet because of lack of a way to express this intent in the protobuf definition. Change-Id: I005a6abca77061cd531888cdff544691b25d09ec Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
2 changed files
with
257 additions
and
3 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