Samples for Hyperledger Fabric
Find a file
Yuki Kondo 70bff28f8a [FAB-5197]Check all prop-responses in balance-transfer
"balance-transfer" app doesn't check all of the proposal responses.

An app sends a transaction proposal to multiple peers and get
multiple responses. However, the only first response
"proposalResponses[0]" is checked repeatedly in the loop.

This patch fixes the code to check all of the array value of
proposalResponses correctly.

Change-Id: Id61e691eb4d1c3a6c4a7a390584dfd74f1fc6196
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
2017-07-06 08:08:52 -07:00
balance-transfer [FAB-5197]Check all prop-responses in balance-transfer 2017-07-06 08:08:52 -07:00
basic-network FAB-4910 fix incorrect network spec 2017-06-22 09:09:53 +08:00
chaincode-docker-devmode [FAB-4371] - Chaincode Dev Mode 2017-06-23 13:00:49 -04:00
fabcar [FAB-4994] Fix formatting of js files 2017-06-24 17:57:12 -04:00
first-network [FAB-5038] Generate artifacts if they don't exist 2017-06-30 12:53:56 -04:00
.gitignore [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md FAB-4853 initial content 2017-06-21 07:30:04 +08:00
README.md FAB-4853 initial content 2017-06-21 07:30:04 +08:00

Hyperledger Fabric Samples

Please visit the installation instructions.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License