- 16 Sep, 2016 1 commit
-
-
Will Lahti authored
These changes make sure that the logging.chaincode setting from core.yaml is used to set the chaincode logging level every time the chaincode container starts. The peer reads in the value and passes it to the chaincode via an environment variable as it does for similar values. Fix Issue FAB-394 Change-Id: Ic4b7228c57fc673a97dbfafc1b086ad04c41c05c Signed-off-by:
Will Lahti <wtlahti@us.ibm.com>
-
- 08 Sep, 2016 1 commit
-
-
YACOVM authored
We bump the vagrant devenv from 0.0.10 to 0.0.11 to pick up the latest protoc binary. Users will need to vagrant destroy+up to work with this code. This has been tested with a full unit-test/behave cycle in both Jenkins and vagrant (after a destroy/up cycle). https://jira.hyperledger.org/browse/FAB-108 Change-Id: I62bc7925379a7db86b58aa6cca5ddaeb1069456d Signed-off-by:
Yacov Manevich <yacovm@il.ibm.com> Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
- 06 Sep, 2016 1 commit
-
-
Gabor Hosszu authored
The name of the field UUID was also changed to TxID. Change-Id: Iedeed9af13a99671a756c32944a8c6814d4b2b20 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
- 31 Aug, 2016 1 commit
-
-
xiejunan authored
output error when chaincodename=="" Change-Id: I12661bf5001981af139a75cef0445f9be327213c Signed-off-by:
xiejunan <xiejunan@huawei.com>
-
- 30 Aug, 2016 1 commit
-
-
Gregory Haskins authored
This reverts commit a98c59a1 . We are experiencing several failures related to this merge, so lets revert it for now and re-group Change-Id: Ia476f7247a6ac68aacd34a609d79d3556260e0b0 Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
- 26 Aug, 2016 1 commit
-
-
YACOVM authored
The protobuf files now are compiled when you run "make protos", or when they change. https://jira.hyperledger.org/browse/FAB-108 https://jira.hyperledger.org/browse/FAB-109 Change-Id: I5bfabac127f5a4095f4bca826f245c0139b28efd Signed-off-by:
Yacov Manevich <yacovm@il.ibm.com>
-
- 23 Aug, 2016 1 commit
-
-
Gabor Hosszu authored
Change-Id: Iff28dc9f8b828a47978846741054599c02d3a39c 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>
-
- 11 Aug, 2016 1 commit
-
-
grapebaba authored
Change-Id: Ic1d52d2e4a4da22f2f9ebdbc805174b34c5052b3 Signed-off-by:
grapebaba <281165273@qq.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>
-