- 22 May, 2018 30 commits
-
-
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
-
Kostas Christidis authored
-
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>
-
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
-
Gari Singh authored
-
Manu Drijvers authored
The godoc of signature.Ver stated that we can check the value of undisclosed attributes, this should have been disclosed attributes. Change-Id: Ideb503f788bd3335cd9bc7505f4310028c59b5b5 Signed-off-by:
Manu Drijvers <mdr@zurich.ibm.com>
-
Baohua Yang authored
The path of qscc (github.com/hyperledger/fabric/core/chaincode/qscc) is wrong. Change it to correct path of github.com/hyperledger/fabric/core/scc/qscc. Change-Id: Ic70c050c10494a60a2d34f26bc2116d68946e4d7 Signed-off-by:
Baohua Yang <yangbaohua@gmail.com>
-
Matthew Sykes authored
Change-Id: Icffce261c676fd80afecfeafbc873288c950ffca Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
- 21 May, 2018 10 commits
-
-
Anthony O'Dowd authored
Added links to glossary terms. Final edits in preparation for +2 review. Change-Id: Ie2bea8db1ed7bae9a0c8c77e30b2a8c35bde7b32 Signed-off-by:
Anthony O'Dowd <a_o-dowd@uk.ibm.com> Signed-off-by:
Chris Gabriel <alaskadd@gmail.com>
-
Artem Barger authored
Change-Id: Idec22188727673eacce3f91f4ffc0d5e7b44c255 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Artem Barger authored
Add log messages to assist in troubleshouting and debuging of private data commit and distribution. Change-Id: I003569d998023a00a6548fdb313e8656f5e6ebd5 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Yacov Manevich authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Artem Barger authored
While answering pull message for missing private data we need to distiguish and choose most recent collection configuration. This commits adds ledger height while distributing pvt with collection config, hence while answering pull request we can pick most updated one. Change-Id: Id50e0e9e8910f33f154cd95f7adc84dc91deb28b Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
manish authored
This CR adds a check that the collection name uses only allowed characters Change-Id: I382aafad01e73daba871f572d3d96a6e03127993 Signed-off-by:
manish <manish.sethi@gmail.com>
-
manish authored
This CR moves the functions related to pvt data from the experimental files to the regular files Change-Id: I0db71f46cc6a5fe5605c227927b5dd2e41585ff7 Signed-off-by:
manish <manish.sethi@gmail.com>
-
Kostas Christidis authored
-