-
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-3235] cleanup chaincode shim error handling
- only status codes >= 500 result in failed tx - Error repsonses only carry string messages - introduced non-proto Chaincode.Response - DRYed up Handler Change-Id: I3a458e0281ce60b633552ab35183b5be44ded6e6 Signed-off-by: Luis Sanchez <[email protected]>
- Loading branch information
Luis Sanchez
committed
May 10, 2017
1 parent
7eada3b
commit 4ce3507
Showing
14 changed files
with
364 additions
and
747 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
172 changes: 0 additions & 172 deletions
172
core/chaincode/shim/java/src/main/java/org/hyperledger/fabric/shim/ChaincodeHelper.java
This file was deleted.
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.