Skip to content

Commit

Permalink
[FAB-3170] invokechaincode from java chaincode
Browse files Browse the repository at this point in the history
- Added invokeChaincode methods to ChaincodeStub
- Added Java chaincode test to existing
  TestChaincodeInvokeChaincode

Change-Id: I1b0674f6cc40cf6c3c5b10fb8d24274190e115d6
Signed-off-by: Luis Sanchez <[email protected]>
  • Loading branch information
Luis Sanchez committed Apr 26, 2017
1 parent 852997a commit 99b6817
Show file tree
Hide file tree
Showing 11 changed files with 820 additions and 269 deletions.
8 changes: 4 additions & 4 deletions core/chaincode/chaincodetest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ logging:
# info - Set default to INFO
# warning:main,db=debug:chaincode=info - Override default WARNING in main,db,chaincode
# chaincode=info:main=debug:db=debug:warning - Same as above
peer: debug
crypto: info
peer: warning
crypto: warning
status: warning
stop: warning
login: warning
vm: debug
chaincode: debug
vm: warning
chaincode: warning


###############################################################################
Expand Down
Loading

0 comments on commit 99b6817

Please sign in to comment.