- 02 Oct, 2016 1 commit
-
-
Christopher Ferris authored
Fix FAB-578 incorrect chaincode signature in REST API fix rest_api.json Change-Id: If2258b09d89a79cdfa73e6897af737a5286ec436 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
- 05 Sep, 2016 1 commit
-
-
Christopher Ferris authored
Remove deprecated devops API. Skipped one behave test that still used it. Will open separate issue to deal with that. Update API docs. Fixes FAB-258 rebased Change-Id: Iba55fb271aca5a1d1d8e895ecc6ff34c69f59ac2 Signed-off-by:
Christopher Ferris <chrisfer@us.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>
-
- 31 Jul, 2016 1 commit
-
-
Christopher Ferris authored
reassign port numbers to 7050-7060 range to avoid conflicts with Windows port usage (5000). Fixes #2283 https://github.com/hyperledger/fabric/issues/2283 Port assignments as follows: 7050 REST 7051 peer gRPC 7052 peer CLI 7053 peer events 7054 eCAP 7055 eCAA 7056 tCAP 7057 tCAA 7058 tlsCAP 7059 tlsCAA NOTE: when this PR lands, it will require people to rebuild their Vagrant development environment(s), so we will want to make an announcement. Also @bcbrock recommended that we eventually seek a block of ports from IANA. We should hold off on that until we sort out Consensus next. Change-Id: I1e54d45589e155a69a2a779b1dac447d5473cf03 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.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>
-