-
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-2718] Enable Java chaincode invoke
- ChaincodeBase updates: - query() method removed - run() return type changed to Reponse to mirror golang chaincode. - updated SimpleSample java chaincode - deleted bdd - introduce example02 'clone' in Java - Parameterized TestExecuteInvokeTransaction so that is runs w/ both Java and Go chaincode. - Added TestChaincodeInitializeInitError test. NOTES: - more cleanup is still needed, but this gets Java chaincode deployment going. - the other java chain samples need cleanup - there might be some features in the shim copy in fabric-sdk-java that should be merged into this version. Change-Id: Ie254a1430d53e4ca037ae4b3d2e51747e668752b Signed-off-by: Luis Sanchez <sanchezl@us.ibm.com>
- Loading branch information
Luis Sanchez
committed
Apr 6, 2017
1 parent
cacb292
commit adebfad
Showing
19 changed files
with
1,185 additions
and
695 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
Oops, something went wrong.