- 23 May, 2018 5 commits
-
-
pama-ibm authored
Ran scripts/generateHelpDocs.sh to pull in changes from FAB-10071 Change-Id: I89c3eb929352432d95754cf3c1d84a03f92d8307 Signed-off-by:
pama-ibm <pama@ibm.com>
-
Latitia M Haskins authored
Instead of each test setup having it's own copy of chaincode we should have a single chaincodei directory containing chaincode that can be accessed. Change-Id: I93916f9875f9d8d302d7a42f2488536050614bfb Signed-off-by:
Latitia M. Haskins <latitia.haskins@gmail.com>
-
Christopher Ferris authored
-
Matthew Sykes authored
Change-Id: I1d0d6c4e578e0d9cfd99a175c112cc728a1df4a6 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
manish authored
This CR adds more UTs and increase the code coverage by UTs from 72% to 87% Change-Id: I15d3e692e4449ce80b894fe8da4acfd42073510b Signed-off-by:
manish <manish.sethi@gmail.com>
-
- 22 May, 2018 35 commits
-
-
Christopher Ferris authored
-
David Enyeart authored
-
David Enyeart authored
-
David Enyeart authored
-
Manish Sethi authored
-
Jason Yellick authored
Presently, the proto translation framework does not understand the new idemix MSP type. This CR adds the mapping from type '1' to the idemix config proto structures. Change-Id: I0ea4f27d617b4d2c319c4f0f4bdb7d0aef31a3ce Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Jason Yellick authored
-
Gari Singh authored
-
yacovm authored
This change set makes the MSP protos conform to the official proto style Change-Id: I766cc341833279fcd4149aeea124978145595fed Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Manish Sethi authored
-
ratnakar authored
Set the correct msp directory for the crypto generated using idemix Change-Id: I24798a705c8d11b57ad3cf4a365f0e36b9ffdb4c Signed-off-by:
ratnakar <asara.ratnakar@gmail.com>
-
Kostas Christidis authored
-
Matthew Sykes authored
Change-Id: I6863621e0f6c9eda47e6d37027f059a4ec3028b6 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
...and fix some typos Change-Id: I81fc5566cbae60349579de861b0fc74237212255 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
joe-alewine authored
Small fixes. Change-Id: Ia9a324500f96118578199d5ced2d01bd0393cbfa Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
pama-ibm authored
Minor edits to msp topic Change-Id: I6fe26a3213274b42d6b621aa684ff07062dac4bf Signed-off-by:
pama-ibm <pama@ibm.com>
-
senthil authored
Though the anchor peers are not needed for the default e2e integration test (but for other test such as private data), as we may use the default configuration as reference and copy (sometimes), it is better to set the correct port number for anchor peer as in core.yaml. Change-Id: Ie48bec21ebfeef27fc7aba2c50fb6c0691edf848 Signed-off-by:
senthil <cendhu@gmail.com>
-
yacovm authored
This change set adds cc2cc and collection support to the go client Change-Id: I4ad1d6627d162e81de77524b809ab59b28395a27 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Matthew Sykes authored
Change-Id: I60478d967258551f58bd9ca936cc1e60fa59973a Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Keith Smith authored
-
Christopher Ferris authored
-
Srinivasan Muralidharan authored
-
manish authored
This CR adds unit test to increase the UT coverage for the package ledger/pvtdatapolicy Change-Id: I2a4a5494298fc62f14f51527830ee6fb72d9107c Signed-off-by:
manish <manish.sethi@gmail.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Artem Barger authored
-
Matthew Sykes authored
HandleInvokeChaincode should have returned the pb.ChaincodeMessage from the target handler as the response payload but it was returning the payload from the response. The handler now returns the original message. The TestChaincodeInvokeChaincode test has also been restored and is no longer skipped by default. Change-Id: I42aeb8504d70dd9435f55050cb7f0da3f71c8977 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Manu Drijvers authored
The idemix.proto file did not follow the .proto style, which is corrected in this commit. Change-Id: Id8685bd9902f7fb6f0f3032676dd1dab956a3ed2 Signed-off-by:
Manu Drijvers <mdr@zurich.ibm.com>
-
David Enyeart authored
-
David Enyeart authored
-
nirro authored
pull interval must be greater than digestWaitTime + responseWaitTime according to core.yaml documentation. changed mock gossip pull interval value to 4s to make sure it meets the requirements. after the fix ran the test in a loop and haven't seen failures. Change-Id: Ied5e89cbd8f1d27afcaae93004e289c10b36fe7b Signed-off-by:
nirro <nirro@il.ibm.com>
-
Artem Barger authored
-