- 19 May, 2018 7 commits
-
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Artem Barger authored
This commit makes use of the stored collection config which was available at endorsement time to support pull of the missing private data. Change-Id: Ic10f3142f769e6afa7cfff70553fa3093244a08e Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Zhenguo Niu authored
This tries to check whether mspMgrConfigDir is a Dir instead of just existing. Change-Id: Ifb9f52e7d88c5f2b74e4c47390bc71116f6db61e Signed-off-by:
Zhenguo Niu <Niu.ZGlinux@gmail.com>
-
yacovm authored
When the collection config specifies max peers, it might be 0. Currently, gossip assumes that if the max peers is 0 then it was omitted, and just sets the max peers to all the known peers. Since collection membership can change in v1.2, we should be conservative and enforce 0 max peers as 0. Change-Id: Idef84b6d5d88a719c737aef05b65a724a3a38468 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Gari Singh authored
-
David Enyeart authored
-
- 18 May, 2018 10 commits
-
-
Gari Singh authored
Added a output flag to idemixgen (with a default as well). This will make it easier to integrate with e2e, samples, etc. Change-Id: I8a71eff2b32da30fd58417a1c703966778495488 Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Yacov Manevich authored
-
Matthew Sykes authored
When the assertions in execute fail, they're attributed to execute instead of the caller. That makes debugging more difficult than it should be. Change-Id: I0a0f145247b444844b96e0f5540c062931c60633 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Keys aren't executable. Change-Id: Ide8d3e59f2189a1d26e971f49ab472b9743877db Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Gari Singh authored
idemixgen was using the orderer metadata so added a metadata sub package Change-Id: Ibdbff33ac020f62a5d4338030cf6b730430cd5ad Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Christopher Ferris authored
-
Gari Singh authored
-
Jonathan Levi (HACERA) authored
-
Robert P. J. Day authored
Overall cleanup of peers.md, including: - grammar - wording - standardize on em dashes Change-Id: Ic0a0d325002c41a4b68ca93beaf317ae8e4e6c59 Signed-off-by:
Robert P. J. Day <rpjday@crashcourse.ca>
-
Dohyeon Kim authored
use pathto to keep links relative Change-Id: Id60c9702630dbd83d256166db31257f05890a91c Signed-off-by:
Dohyeon Kim <nero.union12@gmail.com> Signed-off-by:
Arnaud J Le Hors <lehors@us.ibm.com> (cherry picked from commit 6238d584ca9a9f1f1d41b547895a43decf26e9f4)
-
- 17 May, 2018 17 commits
-
-
Artem Barger authored
Change-Id: I000c4fbeb0c2949d8fe2680370cef5797af380f6 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Jonathan Levi (HACERA) authored
-
Jason Yellick authored
-
pama-ibm authored
Updating help text for peer channel create command indicating that the channel name must be all lower case Change-Id: I3c5520d57ea3ab3f4576e04f77e49bb22e9ad33a Signed-off-by:
pama-ibm <pama@ibm.com>
-
Christopher Ferris authored
-
Matthew Sykes authored
Also, reorder the elements in configtx.yaml for logical consistency with the config model. Change-Id: I54d4387c890cdfea708c0a74435bc38d5cf203b1 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Gari Singh authored
-
Jonathan Levi (HACERA) authored
-
David Enyeart authored
-
Artem Barger authored
-
Gari Singh authored
-
yacovm authored
The validation test has a sample implementation of a validation plugin. There is a missing call to Done() in the code. Since this is just a test, it doesn't affect production runtime, but it might still serve as a reference of how to write a validation plugin. Therefore, to set a good example - we should also add a call to Done() on the state object after we obtain it. Change-Id: Ie96a8fdf583aa2c8c64ceb119810bb1764ba3041 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Matthew Sykes authored
Most of the configtx.yaml documents in the tree contained invalid YAML. This wasn't detected before now because bugs in go-yaml have hidden the issue. These changes need to be made before the parser is bumped to help ensure things don't break. A draft release note has been added to the tree to highlight the issue as we approach the end of our current release cycle. Change-Id: I8d9cd9e2278ccd51ffd136fd17e3d858f6b56b2d Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Gari Singh authored
-
David Enyeart authored
-
David Enyeart authored
-
Manu Drijvers authored
The identity mixer based MSP now supports anonymity principals and combined principals. Change-Id: Ib703d47d8729e697c351379d64da67bd022a5b34 Signed-off-by:
Manu Drijvers <mdr@zurich.ibm.com>
-
- 16 May, 2018 6 commits
-
-
David Enyeart authored
-
yacovm authored
This change set adds support for cc2cc queries for the discovery service. Change-Id: I08707c906d7f0da7b38ded55f8f5a5b31a7e50aa Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
There is a missing call to Close() after obtaining the RWSetScanner and iterating over the results, in the private data support for the endorser plugins. Change-Id: I645ae82f2e985188b1d526461695aaf24a77674e Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
The endorser's private data support assumes there is simulation results if the iterator claims the iteration hasn't ended and if there aren't any - it returns an error. I think it's better be safe than sorry and just skip this iteration and continue to the next one, and in the worst case - the user anyway needs to inspect the results from this method. Change-Id: I765057f6f4d231eceef55232b3831f5925a17dfa Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
pama-ibm authored
To avoid scope creep, please only comment on the following entries in the glossary: - Added ACL - Updated Policy, Anchor Peer Leading Peer Change-Id: I14cc55b180120522900914b4193095fbc6be8f50 Signed-off-by:
pama-ibm <pama@ibm.com>
-
Matthew Sykes authored
Change-Id: I979b8ffbe69b87bf2e93613e4357ba8356f7f037 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-