- 14 Oct, 2016 1 commit
-
-
Gong Su authored
If chaincode_example02 directory has other files, its deployment hashcode will be different from the hashcode ee5b... hardcoded in chaincode_example04. Change-Id: I4d435123a58d07b3a434f32a3d08e9cf98fdb9c6 Signed-off-by:
Gong Su <gongsugongsu@gmail.com>
-
- 12 Oct, 2016 1 commit
-
-
Christopher Ferris authored
-
- 11 Oct, 2016 4 commits
-
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Arnaud J Le Hors authored
Fixed broken markup in developer guides sections Fixed a broken link [ci skip] Change-Id: I4cf13e8292b40ec33322a7b9335a7d0471415838 Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
Arnaud J Le Hors authored
Moved Further exploration to the bottom and use absolute path [ci skip] Change-Id: I5d9efdefcd944d2fa2091933b0cef17041d38520 Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com>
-
- 10 Oct, 2016 1 commit
-
-
Christopher Ferris authored
Fix FAB-640 doc to build locally on MacOSX by adding instructions to compile 4.1 of RocksDB locally Change-Id: I1f67b898410245e872a93c3d382c17b5fe686465 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
- 08 Oct, 2016 3 commits
-
-
Christopher Ferris authored
-
Gari Singh authored
Prior to this change the Dockerfile installed hfc from source. With this change the published version of hfc will be installed Fixes FAB-541 Change-Id: Ic1461975abecdf9bdf387700a179510ec0add019 Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Gari Singh authored
-
- 06 Oct, 2016 2 commits
-
-
Christopher Ferris authored
-
Gari Singh authored
-
- 05 Oct, 2016 2 commits
-
-
Nick Gaski authored
Fixed CLI commands and REST API payloads in chaincode-setup.md [ci skip] Change-Id: Ia737638158a519e0f34d03d3895c91af53b112ed Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Gari Singh authored
-
- 04 Oct, 2016 4 commits
-
-
Patrick Mullaney authored
This changed fixes a missed parameter change for eventHubConnect in chain-tests unit test. Change-Id: I6f1232c2413e3b00b1f60e4286138cadd19c0ca9 Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
rennman authored
Adding a utility file that will simplify the process of writing and adding Node SDK unit tests. Additionally, this file allows the user to run tests against different environments without modifying the unit test files, by instead modifying a set of environment variables. Change-Id: I7a2a2d714024584ab91417cbb8f83b5e365ab182 Signed-off-by:
Allen E Bailey <eabailey@us.ibm.com>
-
Christopher Ferris authored
-
Gari Singh authored
-
- 03 Oct, 2016 4 commits
-
-
Nick Gaski authored
clean up video format change Fabric to fabric starter kit typos and edits [ci skip] Change-Id: I029a79ab4bc27179f251bc88d33d08ae358b384d Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Jonathan Levi authored
-
Nick Gaski authored
fixed typos on v1_abstract fixed timestamps in cli section embedded animation video on preview page final cosmetic edits [ci skip] Change-Id: I5a5ddd23d441b62f8b8b1efa16480f747f56736b Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Srinivasan Muralidharan authored
-
- 02 Oct, 2016 2 commits
-
-
David Geng authored
Change-Id: I07e1b2d27a51776db0475cdc51fe3197579bc7d8 Signed-off-by:
David Geng <david@esse.io>
-
Christopher Ferris authored
-
- 01 Oct, 2016 3 commits
-
-
Leonard Harley authored
Current doc instructs user to run app.js file with "node app" which does not work. Updated doc contains cmd line run instructions and edits to app.js file if user does not want to pass cmd line arguments. Fix Issue # FAB-576. Change-Id: I57ca22527c815d69c7f2fd4e6d1994ffeee3dd43 Signed-off-by:
Leonard Harley <leonard.harley@impactchoice.com>
-
Patrick Mullaney authored
This patch adds support for using TLS with eventhub connection and addresses FAB-429. Change-Id: I8df2335c93c0a526706024c2e32bcaccdb07f390 Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
Christopher Ferris authored
Fix FAB-578 incorrect chaincode signature in REST API fix rest_api.json Change-Id: I5d53c4f82976f1b67217b74a1cc22ba8976d6241 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
- 30 Sep, 2016 1 commit
-
-
Srinivasan Muralidharan authored
-
- 29 Sep, 2016 1 commit
-
-
rennman authored
Change-Id: I0a4519a072a7b36dc9b5282943c1421c3367eea7 Signed-off-by:
rennman <eabailey@us.ibm.com>
-
- 28 Sep, 2016 4 commits
-
-
rameshthoomu authored
fixed broken links and added new targets (Releases, Fabric Starter kit & SystemChaincode) in mkdocs.yml. Also fixed some formatting errors in fabric-starter-kit.md Change-Id: Ia5736bd258ef3bd2e1bb6575af605da35f62ea0a Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
Satheesh Kathamuthu authored
Modify build instruction for Java shim to reflect publishing shim-client.jar to local Maven repo FIX FAB-439 https://jira.hyperledger.org/browse/FAB-439 Change-Id: I2a2e87cad0fb7bc386f107e75389ffceafe3977c Signed-off-by:
Satheesh Kathamuthu <satheesh.ceg@gmail.com>
-
Gari Singh authored
-
Gregory Haskins authored
Change-Id: I0ad99ac3c8a3be8ac17497439c8651aa3770ef82 Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
- 27 Sep, 2016 3 commits
-
-
Christopher Ferris authored
Improve the documentation to make it easier to find things, and to make the standalone sample development environment more prominent. Fixed broken link to SystemChaincodes/noop.md so that it is integrated into the documentation. Refactored the standalone doc to read better and to limit line length to 80. Added release notes. Changed to starter-kit Change-Id: I8d5f0eb62a6ac2e5e338c3c9e486c4f952f9e0e2 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
Mr. Angry authored
Updating the Node.js SDK README file to include the most up to date information and to point to updated Node.js documenation on readthedocs. Also, updating the package.json file to update the package version number as this is being published to NPM. Change-Id: I113c567100832b9116f22960a767e72878659718 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Mr. Angry authored
Updating the Node.js SDK README file to include the most up to date information and to point to updated Node.js documenation on readthedocs. Also, updating the package.json file to update the package version number as this is being published to NPM. Change-Id: I15dbb9dacf9fb3abc5ab3289f925cc3cc97a1d2b Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
- 26 Sep, 2016 4 commits
-
-
Mr. Angry authored
Upgrading the gRPC package version to 1.0.0 from the outdated pre-release version, which causes compilation failures on Windows. Adding the x509 package that aids with testing. Change-Id: I62ae11c5a0bc32cb167fff77618e3fbe9ee14dbb Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Mr. Angry authored
Upgrading the gRPC package version to 1.0.0 from the outdated pre-release version, which causes compilation failures on Windows. Adding the x509 package that aids with testing. Change-Id: Ie3f4af470981871c583866918f36f17853a601f0 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-