- 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>
-
- 30 Sep, 2016 1 commit
-
-
Srinivasan Muralidharan authored
-
- 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 6 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
-
Mr. Angry authored
Locking the TypeScript version to 1.8.10, as the newest versions of 2.0.x break the current SDK build. Change-Id: I354df2da88d7a284b29373e9ff79699d4ab3cd71 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
Mr. Angry authored
Locking the TypeScript version to 1.8.10, as the newest versions of 2.0.x break the current SDK build. Change-Id: I31ce2322d33d82682dba4657b8c1a416feb0cdc8 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
- 24 Sep, 2016 2 commits
-
-
Gari Singh authored
-
Gari Singh authored
-
- 23 Sep, 2016 4 commits
-
-
Patrick Mullaney authored
This patch adds a series of chaincode event unit tests and addresses FAB-391 Change-Id: I9e9add7481a46e024628954e51f1baab83ecfdef Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
Christopher Ferris authored
-
Patrick Mullaney authored
This patch allows the sdk to handle multiple registrations on the same event criteria. It also enables registrations for all events for a particular chaincode. Change-Id: I2a4b78b682c8f34555ce89b7a03c6cc690d89b2a Signed-off-by:
Patrick Mullaney <pm.mullaney@gmail.com>
-
Gregory Haskins authored
Building the peer during vagrant provisioning takes extra time. We can't be sure the user even wants to build the peer. They may be trying to perform some other task (such as work on the SDK), in which case we are wasting their time. Therefore, remove peer building from the critical path of provisioning and allow the user to make their own decision. This has the nice benefit of making the provisioning process nice and snappy. Change-Id: I82f120faceeff8d8de08f064d4a6fd911eec65d9 Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
- 22 Sep, 2016 11 commits
-
-
bcbrock authored
Several changes are required due to the removal of the /devops route from the REST API. The major change here is the conversion of the Tcl ::fabric package to use the /chaincode route instead of /devops. Several other enhancements and bug fixes are also inclued: 1) Fixes FAB-139 (Timer overflow) 2) Fixes FAB-414 (Additional timestamp for all TX committed) Tcl support for reading /proc/<PID>/stat was added. This allows more statistics to be printed after the Busywork run (e.g., user + system time and CPU utilization). /proc/<PID>/stat fields can also be accessed for the peers now by way of the 'busy' command, which was also enhanced with 'ps' and 'pid' subcommands. The 'pprofClient' was updated to support Go 1.7 naming conventions for pprof files. The -privacy flag was added to 'userModeNetwork'. Removed trailing whitespace from all modified files. Change-Id: Ie8d2cc95fb6e7384ce3fbb4d19949d14ec19ddc7 Signed-off-by:
Bishop Brock <bcbrock@us.ibm.com>
-
Jonathan Levi authored
-
Bret Harrison authored
cherry-picking commit 70237c34 . Fix broken links and formatting issues on doc files Include docker image and compose files to support docs Update sample apps with environment settings fix src and tag in dockerfile fix docker image name in doc Change-Id: I7e2781411199039ee851ec5da63d3f9377767cac Signed-off-by:
Bret Harrison <beharrison@nc.rr.com>
-
Jonathan Levi authored
-
Nick Gaski authored
This is the "catcher's mitt" for V1 design. Contains a very simplistic overview of the new design, and links to current and backlogged JIRA items. And if merged, will also serve as the URL for animation video. [ci skip] Change-Id: I2281f35db922ef01438bdd8d549d699f949b7575 Signed-off-by:
Nick Gaski <ngaski@us.ibm.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
Add instructions to clarify use of LFID for all tools and ensure that info on setting up your SSH public key in Gerrit is prominent in CONTRIBUTING.md Change-Id: Id1ee955723c11354dc939e62c4d1190ae76f3aa9 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
Bret Harrison authored
Fix broken links and formatting issues on doc files Include docker image and compose files to support docs Update sample apps with environment settings fix src and tag in dockerfile fix docker image name in doc Change-Id: I7e2781411199039ee851ec5da63d3f9377767cac Signed-off-by:
Bret Harrison <beharrison@nc.rr.com>
-
Christopher Ferris authored
-
Gari Singh authored
-
Christopher Ferris authored
-
- 21 Sep, 2016 3 commits
-
-
Gregory Haskins authored
This release fixes issue #28 and is required for supporting the power platform. https://github.com/hyperledger/fabric-chaintool/issues/28 Change-Id: I6d43cda5dcd88f26d4502b600adaf423d4df0cda Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
Baohua Yang authored
Change-Id: I92b4a494e347d71ee8bdc6ed9613004e39977ed9 Signed-off-by:
Baohua Yang <baohyang@cn.ibm.com>
-
Gregory Haskins authored
We now have baseimage in its own repository. We also bake a lot more of the image in during baseimage creation, so we can relax some of the logic here. Fixes FAB-284 Change-Id: I489004800635a126cff78dab79134fac9ae24722 Signed-off-by:
Gregory Haskins <gregory.haskins@gmail.com>
-
- 20 Sep, 2016 3 commits
-
-
Christopher Ferris authored
-
Gabor Hosszu authored
This commit updates CLI related docs adding both forms of chaincode operations (with or without Function). [ci skip] Change-Id: I85ecd24bf644e44c325557c77a88ff55aedc4b60 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
grapebaba authored
Some methods in crypto.ts can be static. Change-Id: I65c2331296dbc6d2cd2ba2e26907a29d25df1154 Signed-off-by:
grapebaba <281165273@qq.com>
-
- 19 Sep, 2016 2 commits
-
-
Gregory Haskins authored
We want baseimage to only be used as a mechanism to assist the build, not referenced at runtime. Therefore, we convert most instances of "baseimage" to use "ccenv" (chaincode environment) since this is what they really want anyway. Note 1: A few instances (such as the UTXO example) did not have an obvious solution so I left those to be sorted out by the respective subsystem owners. Note 2: The GOLANG chaincode type is currently a little suboptimal in that the fabric-ccenv image loads the full fabric.git src at build time and then the runtime re-injects it. In the future the build will only inject the golang shim and the runtime will only inject the chaincode. For now, this is somewhat inefficient but ultimately still results in correct behavior. Change-Id: I7f025bfff147fcca0f29f1656c7f63adc7a17173 Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
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>
-