- 21 Oct, 2016 2 commits
-
-
Gregory Haskins authored
This reverts commit 5d9a3eab . chaincode_example04 calls chaincode_example02 via a hard-coded ID. This is intentional to catch change to the ID when NOTHING in chaincode_example02 or in its folder changes. ie, a test for the constancy of the hash generation algorithm. The patch attempt pass the ID as a parameter to prevent accidental changes to chaincode_example02 from causing test failures. While well-intented, this subverts the above reasoning behind the hard-coding. Also note that chaincode_example05 does take the argument as a parameter (so that usage is already covered). Change-Id: I8e305efb6fd577bc7d7e3d720d293cfb0e3c191f Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
Gregory Haskins authored
This merges fa02382a from v0.6 into master. core/db/db.go | 26 +++++++ docs/Setup/Chaincode-setup.md | 2 docs/Setup/NodeSDK-setup.md | 3 docs/Setup/TLSSetup.md | 66 ++++++++++++++++++ docs/index.md | 14 +-- docs/nodeSDK/app-developer-env-setup.md | 2 docs/nodeSDK/node-sdk-guide.md | 4 - membersrvc/ca/client_grpc.go | 114 +++++++++++++++++++++++++++++++- membersrvc/membersrvc.yaml | 20 ++++- membersrvc/server.go | 8 +- mkdocs.yml | 22 +++--- peer/core.yaml | 6 + sdk/node/package.json | 3 13 files changed, 257 insertions(+), 33 deletions(-) Some patches were either already merged, or inappropriate for master (e.g. setting v0.6 version numbers) and were therefore dropped. One patch in particular: 7123f77d xnode-sdk: Test Updates for supporting TLS - Allen Bailey was dropped because it had complicated conflicts and we have been told that SDK patches have already been extracted manually and master branch SDK is being deprecated. It was therefore not worth the effort to resolve this further. Change-Id: I862f6a3f20bb169394d67aa5aca064c51175fbae Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
- 19 Oct, 2016 2 commits
-
-
rameshbabu79 authored
nodesdk image in docker-compose file is referring to fabric-node-sdk but actual image name in dockerhub is referring to fabric-starter-kit with latest and x86_64-0.6.1-preview tags. Change-Id: Ie798541ca458abf56d9e9e854e0c2292ce8e2d1a Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
Greg Haskins authored
-
- 17 Oct, 2016 4 commits
-
-
Mr. Angry authored
Updating package.json to update the hfc version to 0.6.3 in order to publish the new package to NPM. Change-Id: I13a45ee0aabf9157a4c25a1f6e79b58ccf580213 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Srinivasan Muralidharan authored
-
Gari Singh authored
-
rameshbabu79 authored
fixed nodesdk doc broken links and added permalinks and admonition in mkdocs.yml file. These changes improves user experience while using documentation through readthedocs. Change-Id: Ic24782898c70732c99565c72487973c8fbce8704 Signed-off-by:
rameshthoomu <rameshbabu.thoomu@gmail.com>
-
- 16 Oct, 2016 2 commits
-
-
Gregory Haskins authored
Change-Id: Ib00779035e9c05b7c077de492382dba3f8e73828 Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
Gari Singh authored
-
- 15 Oct, 2016 3 commits
-
-
Allen Bailey authored
changes required to test the fix for Fabric FAB-392 re-enable ACA+TLS unit test for node-sdk Updated getOptsFromOpts() in hfs.ts Updated eventHub setPeerAddr() in hfs.ts Added new tests: ../test/unit/member-api.js ../test/unit/getChain.js Change-Id: I3a1ad9a3f887720426ecd68de6bc4d1953f05eaf Signed-off-by:
Allen Bailey <eabailey@us.ibm.com>
-
ASHUTOSH KUMAR authored
Fixes FAB-392 Supporting TLS between the ACA client the rest of the CA services. This feature requires changes to the configuration of the Membership Services (YAML file), adding the support for two newly added (YAML) configuration parameters under the security section of membersrvc.yaml. To enable this feature (TLS connectivity), one needs to specify that tls_enabled (=true) and a path to a PEM-encoded certificate file to use. There is also the option to use the serverhostname override, enforcing that the same TLS Server Certificate's Common Name to be used. Change-Id: I64444d0e21615a47662ba1388cd6901ff787b408 Signed-off-by:
ASHUTOSH KUMAR <ashutosh_kumar@hotmail.com> Signed-off-by:
JonathanLevi <jonathan@levi.name> Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Jim Zhang authored
Strangely, when testing locally the target chaincode hash in the cc2cc unit test is calculated differently than when running on the build machine. Reverting the hash value back to what the test generates on the build machine. Change-Id: I0e192b6ca0c7385ec7f93746d0deb23b98dd4361 Signed-off-by:
Jim Zhang <jzhang@us.ibm.com>
-
- 14 Oct, 2016 6 commits
-
-
Jonathan Levi authored
-
Jim Zhang authored
Target chaincode_example02 was updated by the hash was calculated wrong. Updating the target chaincode name hash to make the test pass. Change-Id: I7e6684b40fd4f369b34ad202ac7073e84628968a Signed-off-by:
Jim Zhang <jzhang@us.ibm.com>
-
Jim Zhang authored
The update in npm 3 days ago in typedoc causes it to require typescript 2.0.3 which is not compatible with HFC 0.6. Resolved by locking down typedoc to 0.4.5. Change-Id: If1e47c7a372854d47ea89b2ab0c4be28f407b15a Signed-off-by:
Jim Zhang <jzhang@us.ibm.com>
-
Marko Vukolic authored
- removed submitting peer. Modified Section 2 to convey this. - added an option to optionally "anchor" the execution at endorsing peer - modified endorsement policies section to say that chaincode refers to pre-built end. policies - removed confidentiality section Change-Id: Ibfa3bfe2f696110a375b4b54f8057f2f9be146ba Signed-off-by:
Marko Vukolic <mvu@zurich.ibm.com>
-
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>
-
Christopher Ferris authored
I'm nominating Jason to become a fabric maintainer. His work is consistently of the highest quality. His commits are always well documented, and complete with tests and in-line documentation as appropriate. His reviews are always high quality constructive criticism. I think he'll make a great addition to the team and provide another expert in consensus domain. Change-Id: If6d0628e5170f51268ff55d81d9d8f0540d24d86 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
- 12 Oct, 2016 3 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Gari Singh 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 4 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Gari Singh 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
-
-
Nick Gaski authored
fix incorrect chaincode signatures in REST API and CLI [ci skip] Change-Id: I9ecbb3c4fe0b82ce1b22a6cf5cc34629e353da3e Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Nick Gaski authored
added v1.0 preview added SDK to TOC added starter kit moved starter kit to top of TOC [ci skip] Change-Id: I20607bcd163289f0bfbdaa459952b3ae72112703 Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
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>
-