- 19 Sep, 2016 7 commits
-
-
Gregory Haskins authored
This doesn't seem to be used any more, and we want to prepare for cleaning up references to baseimage later in the series. Change-Id: If68586b8b30c2d81a27be37cfd7d002300403d79 Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
Greg Haskins authored
-
Christopher Ferris authored
-
Gabor Hosszu authored
-
Srinivasan Muralidharan authored
-
Srinivasan Muralidharan authored
-
xiejunan authored
make clean' will output error due to trying to rm directory lib etc. Change-Id: If9b712c039409e14e4481b3d2832f658a5d63258 Signed-off-by:
xiejunan <xiejunan@huawei.com>
-
- 17 Sep, 2016 2 commits
-
-
Satheesh Kathamuthu authored
Change-Id: I20963098689a7f90ce6ea9af8bad4f612dbda820 Signed-off-by:
Satheesh Kathamuthu <satheesh.ceg@gmail.com>
-
rameshthoomu authored
fixed broken links and formatted node-sdk documents. Copied new images into images folder in both docs and nodeSDK folder to make images working from both github and readthedocs. This is a duplicate effort while submitting changes on these images. https://jira.hyperledger.org/browse/FAB-406 Change-Id: Ia62ffcc602617574f9e685cfa3b44a3873877a84 Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
- 16 Sep, 2016 2 commits
-
-
rameshthoomu authored
created custom search.html file and update in mkdocs.yml file also updated yaml file with strict set to true. This fails the documentation build if it detemines a broken link. https://jira.hyperledger.org/browse/FAB-385 Change-Id: I6f7a60d980af07e14c8b2940d1aa224108c6416a Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
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>
-
- 15 Sep, 2016 1 commit
-
-
Jonathan Levi authored
-
- 14 Sep, 2016 7 commits
-
-
Binh Nguyen authored
-
Srinivasan Muralidharan authored
-
Binh Nguyen authored
-
Bret Harrison authored
Changes: modified: docs/Setup/NodeSDK-setup.md modified: docs/index.md new file: docs/nodeSDK/app-developer-env-setup.md new file: docs/nodeSDK/app-overview.md new file: docs/nodeSDK/node-sdk-guide.md new file: docs/nodeSDK/node-sdk-indepth.md new file: docs/nodeSDK/node-sdk-self-contained.md new file: docs/nodeSDK/sample-standalone-app.md new file: docs/nodeSDK/sample-web-app.md new sample file: examples/sdk/node/standalone-app.js new sample file: examples/sdk/node/web-app.js Change-Id: I65f0f470806bc66a28d151780e1f36cf05b509df Signed-off-by:
Bret Harrison <beharrison@nc.rr.com>
-
Jason Yellick authored
This patch changes the peer snapshot retrieval logic from a non-blocking channel write to a blocking channel write with a timeout. This allows gRPC's own buffering mechanisms to apply back pressure when sending large state snapshots. Additionally, this change will suppress some of the spammy log messages which can flood logs when the correlation id gets out of sync. https://jira.hyperledger.org/browse/FAB-380 Change-Id: Icc3d37f2d161f6ac0bae984ca43e2286a45fbb3d Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Mr. Angry authored
Merging in TLS related changes from previous work which were mistakenly left out of this branch. These changes were originally made and tested on the Fabric05 branch. Fixes FAB-374 Change-Id: If5b482d00297d840924dab78f35824a4245e1f02 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com> Signed-off-by:
Allen Bailey <eabailey@us.ibm.com>
-
xiejunan authored
'make protos' will report errors due to compiling protos of 'testdata' of protobuf, just skip doing it. Change-Id: Ic96a33178cbc3e231703f1bde45b7673952c71a2 Signed-off-by:
xiejunan <xiejunan@huawei.com>
-
- 13 Sep, 2016 13 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Jason Yellick authored
This changeset validates state at startup, switching the assumption from state being valid to state being invalid. Further, once state transfer completes, the replica will now broadcast a checkpoint for the state it transferred to. https://jira.hyperledger.org/browse/FAB-379 Change-Id: I491451f4829f14c9167ceed5d29befe3a3b08521 Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Patrick Mullaney authored
This patch adds support for fabric events to the SDK. It defaults to the same timer based mechanism for transactional events if the app doesn't connect to a peer event source(eventHubConnect). Change-Id: Ib9f9f79f11438eb67d5ada7666ce1d117af511a5 Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
Gabor Hosszu authored
-
Gari Singh authored
-
Gari Singh authored
-
Gari Singh authored
-
Satheesh Kathamuthu authored
FIX FAB-158 https://jira.hyperledger.org/browse/FAB-158 Change-Id: I79aae2b4e537a20a72b2fcc1bf83a40087cfeed6 Signed-off-by:
Satheesh Kathamuthu <satheesh.ceg@gmail.com>
-
Mr. Angry authored
Currently, the Node.js SDK unit tests are cloning the master branch from Gerrit in order to include it as a dependency inside pre-built chaincode packages. That causes the unit tests to fail on all other branches except the master branch. Until the fabric dependency is entirely removed from the SDK unit tests, the test script will instead use the local copy of the fabric project to avoid cloning the dependency directly from master. This avoids unit test failures due to incompatible versions. Change-Id: I995d16b98f1e8d337a8cd44c87133c92542437d0 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Mr. Angry authored
Modify the transaction id for a deployment transaction to the chaincode hash. The Txid was being incorrectly set to a generated UUID. Fixes FAB-288 Change-Id: I69736e05e2240b79ae3bb5bf378abf519ebbf993 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Jonathan Levi authored
-
Mr. Angry authored
Remove remaining references to "account" parameter, which was previous removed from the ECert and the registration request. Change-Id: Ia4233af3f711175910911a3469b29789c5238e44 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
- 12 Sep, 2016 8 commits
-
-
Julian Carrivick authored
Change 'Given I start peers' to 'Given I start peers, waiting up to "<time>" seconds for them to be ready', reusing the functions created for intelligently starting used in 'Given we compose <compose-file>'. Modify the issue_1874b test to wait for the transaction invoked during vp0's down time to be committed instead of implicitly accomplishing this during the wait for 15 seconds statement. Change-Id: Ib4b00a6d4eb1dfb50f065cba7ac1d4804f447798 Signed-off-by:
Julian Carrivick <cjulian@au1.ibm.com>
-
Jonathan Levi authored
-
Gari Singh authored
Change 899 introduced a new unit test for the node sdk which causes the node sdk unit tests to fail. The fix was to change the chaincodeID from mycc3 to mycc4 for the new test. This amends FAB-285 Fixes FAB-285 Change-Id: I8bdfec16f7e46727995cb755c9e51a5e27658de0 Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Jonathan Levi authored
-
Srinivasan Muralidharan authored
-
Jonathan Levi authored
-
Satheesh Kathamuthu authored
Currently only local deployment of Java chaincode is supported. Change-Id: Id7651f6eeae232260f76f2280b935f7c9a15d169 Signed-off-by:
Satheesh Kathamuthu <satheesh.ceg@gmail.com>
-
Jonathan Levi authored
-