-
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.
Address review comments from: https://gerrit.hyperledger.org/r/#/c/4767/ Updates to logging and comments per Murali's feedback. Rename ExecuteQuery() to GetQueryResult() per Binh's feedback. The rename is only made at the top level chaincode function The name change will be propagated to all the underlying helper functions and messages as part of a larger refactor that Murali has planned for post-alpha. Fix handler.go result type (KV should be QueryRecord). Tested that chaincode calls to GetQueryResult() work end-to-end. Change-Id: I9cda95bab237e03880243be0b15110d119f033e8 Signed-off-by: denyeart <enyeart@us.ibm.com>
- Loading branch information
Showing
6 changed files
with
58 additions
and
40 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
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