- 26 Oct, 2016 1 commit
-
-
Srinivasan Muralidharan authored
FAB-853 Ledger is removed from . core/peer/peer.go . core/rest/api.go Ledger package itself is removed. "ledgernext" is replaced with "ledger". Change-Id: Ie7dfbd9bf94afa0031aef759fc46929e4fb3b400 Signed-off-by:
Srinivasan Muralidharan <muralisr@us.ibm.com>
-
- 01 Sep, 2016 1 commit
-
-
Gabor Hosszu authored
As currently (for backward compatibility) the 0th element of args is passed as a function, Noop chaincode needs to threat this is its only argument. Change-Id: I5049db0210502355a3f11154e4bfaf04f9b2b17b Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 31 Aug, 2016 1 commit
-
-
Gabor Hosszu authored
Change-Id: I397f11320be2dc1225b9be6ef089a080e94986f1 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 18 Aug, 2016 1 commit
-
-
Gabor Hosszu authored
- no need for function, only one kind of operation is supported by this chaincode - exactly one argument is needed Change-Id: I1700b6fbd1a1c6a5086af075be323c96426da083 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 16 Aug, 2016 1 commit
-
-
Brad Gorman authored
Replaced ChaincodeStub with ChaincodeStubInterface to allow unit testing of chaincode. MockStub added to emulate a real chaincode without the storage or network requirements. Unit test examples for chaincode_example02 to 05. I have another changeset to address tables and certificates. Change-Id: I37d6115781436e080a70d5c48c1128ee01fef3ba Signed-off-by:
Bradley Gorman <bgorman@au1.ibm.com>
-
- 10 Aug, 2016 1 commit
-
-
Gabor Hosszu authored
This allows applications to easily pass arbitrary blobs without having to serialize them to strings. At the same time, we also consolidate the function argument to be part of the repeated bytes args. For convenience and to simplify porting of existing chaincode to the new argument format, we introduce helper functions in the shim which cast between ([][]byte) and (string, []string). Change-Id: I67562523a208727157c4767e86e1ef437e997f13 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 08 Aug, 2016 1 commit
-
-
Gabor Hosszu authored
This squashed changeset does the following: - It renames UUID to TXID in the code (Go/Java), in tests, in proto files, in all chaincode related files - It uses all the arguments of the chaincode to generate the TXID Change-Id: Iae6f1fb45c12c2652d9ad18451e75ea1f91fe9a3 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 26 Jul, 2016 1 commit
-
-
Christopher Ferris authored
Copied from commit sha 346f9fb448140e931fed73b46f528de6dacbc0d0 to Gerrit. Verified that all DCO signoff received or IBM contribution. Change-Id: I812a2f48382a3cd37e153cd056d0ea94b7f416a0 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-