- 17 Oct, 2018 2 commits
-
-
Matthew Sykes authored
Let the tool do what it wants with the imports. Change-Id: I115230369be6349d89b5869951ce088ce38d8fb6 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Yacov Manevich authored
-
- 16 Oct, 2018 13 commits
-
-
Artem Barger authored
-
Artem Barger authored
-
Artem Barger authored
FAB-12481 #done Change-Id: I9a007ddd1e9a614dd64c66ab0798e24c20620aac Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Matthew Sykes authored
-
Matthew Sykes authored
-
David Enyeart authored
-
Gari Singh authored
-
David Enyeart authored
Document relation between private data collection policy and endorsement policy. Change-Id: Iefe560ea014d2c2838f7c1de365e2ac169fc3dbe Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
Adarsh Saraf authored
This CR adds the integration test for a three node etcd/raft orderer. Change-Id: I67f476c4f9ee3604c35f624f40734989ec88a917 Signed-off-by:
Adarsh Saraf <adarshsaraf123@gmail.com>
-
Jay Guo authored
This CR makes etcdraft.Chain consume communication layer to pass messages among Raft nodes, so that they are able to form a cluster. Change-Id: I60327f1c1c6942db037e55f17da4d6d5b632ee2a Signed-off-by:
Jay Guo <guojiannan1101@gmail.com> Signed-off-by:
yacovm <yacovm@il.ibm.com> Signed-off-by:
Kostas Christidis <kostas@christidis.io>
-
Gari Singh authored
core/comm has a transirtive dependency on the bccsp pkg which seemed unnecessary given it was only for a sha256 function. Use crypto/sha256 directly instead. Change-Id: I4e43c986382d3edaaa815a60a771944d4aa753cc Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Yacov Manevich authored
-
Angelo De Caro authored
The Token Transaction Processor does do the following 1. unmarshal the envelope 2. retriever a TMS token committer for the channel the transaction targets to 3. invoke the committer to generate the RW set 4. return the generate RW set The change-sets is accompanied by tests Change-Id: If41830d26aa2aaba766e90e8d0480610ef6f5e43 Signed-off-by:
Angelo De Caro <adc@zurich.ibm.com> Signed-off-by:
Mathias Bjoerkqvist <mbj@zurich.ibm.com>
-
- 15 Oct, 2018 3 commits
-
-
Matthew Sykes authored
The 1.11 version of `go fmt` was also run across the code base to reflect minor changes in indent thresholds for the tool. Change-Id: I4e5a75d09ec5c1fb3240aa35e41ad8950a1d7334 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
FAB-12466 #done Change-Id: I5e52eb41d277e000f0660ff9192fb021595d20b5 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
qubing authored
Fixed wrong example of policy expression `Outof` in doc `endorsement-policies.rst`. 1. Changed `B.member` to `Org2.member`. 2. Add more example of Outof as below: ``` ``OutOf(2, 'Org1.member', 'Org2.member', 'Org3.member')`` is equivalent to ``OR(AND('Org1.member', 'Org2.member'), AND('Org1.member', 'Org3.member'), AND('Org2.member', 'Org3.member'))`` ``` Change-Id: I250a6f271fff3397d76a48fc02d56a46d5503be9 Signed-off-by:
qubing <23227732@qq.com>
-
- 14 Oct, 2018 6 commits
-
-
yacovm authored
This change set adds support for spawning etcdraft ordering nodes in integration tests. It also enhances the e2e suite by adding a test with a single node etcdraft. Change-Id: Ie96a96f0cc75349ad766755e13b9fbf9607bb869 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Jonathan Levi (HACERA) authored
-
Artem Barger authored
This commit enables creation of Raft based channel and aligns unit-tests accordingly. Change-Id: Iead5cddcab5137b0bce9740f47db8a3f583f2f4f Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
Matthew Sykes authored
Change-Id: Ieabe30f932ee981514b3f3046990c99041c2a88d Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
nirro authored
added differentiation between error and nil policy while fetching collection policy from collection store FAB-11630 - #done Change-Id: Ia51037a929759e746d48f3027a6dbef37b650098 Signed-off-by:
nirro <nirro@il.ibm.com>
-
Artem Barger authored
Propagate Raft algorithm parameters from channel configuration into Raft chain instance. Change-Id: I8fe53dc8f3bdd98f7d2cb3c27e446688ca1c636e Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
- 13 Oct, 2018 2 commits
-
-
David Enyeart authored
-
Chris Elder authored
CouchDB 2.2 does not throw an exception anymore if a specified index does not exist. This is a change and unit tests will need to not check for exceptions if a named index in the query does not exist. Example: {"selector":\{"owner":"tom"} , "use_index":["indexOwnerDoc","indexOwner"]} If the document indexOwnerDoc or the index indexOwner does not exist, an exception will not be thrown. CouchDB unit tests are changed to reflect the changes. Change-Id: I627a500599e696d580d06fe92fe8362f6923440e Signed-off-by:
Chris Elder <chris.elder@us.ibm.com>
-
- 12 Oct, 2018 8 commits
-
-
manish authored
This CR makes a small fix in order to free ledger test from data race FAB-12436 #done Change-Id: I79947b6c02098f84b7d1836bee295076abde4888 Signed-off-by:
manish <manish.sethi@gmail.com>
-
yacovm authored
FAB-12335 Dropped the boolean value, but a nil value that is returned as an interface without an explicit "return nil" is returned as a "nil interface type" pointer and expressions such as "pt == nil" are evaluated to false, which causes a NPE. Change-Id: Ieaaa0e8731b6588eeab7f994fe3864c3bb9f7f4b Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Matthew Sykes authored
The upstream x/tools repo merged changes to goimports as "improvements" that are incompatible with existing code in fabric. Since we pull and build the tools from master on every build, we get what we get. Disable goimports. Change-Id: I4b5bcaf5befe4e3f4f40f393d8d4e363890ed2b4 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
David Enyeart authored
-
David Enyeart authored
-
Christopher Ferris authored
-
Angelo De Caro authored
This change-set does the following: 1. Code contains more comments on the meaning of the cryptographic operation. More references are added o the papers where the crypto alogiruthms are described. Change-Id: I0f2320cbb385e6f387c43cf5c2f7516a99a1839a Signed-off-by:
Angelo De Caro <adc@zurich.ibm.com>
-
David Enyeart authored
-
- 11 Oct, 2018 4 commits
-
-
David Enyeart authored
Cleanup rc1 refernces in what's new topic Change-Id: I6f85a80220775a21c03c56ef70271071c445c8cc Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
Matthew Sykes authored
CC response codes between 200 and 400 were not treated appropriately. Fix the success range in the tx utils and extend tests. Change-Id: I819f06b4e0d3cc383185fb5ae623b8095ae90e4e Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Change-Id: I8107bf366eff0a556bc6570e94f54581821c0f47 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Yacov Manevich authored
-
- 10 Oct, 2018 2 commits
-
-
David Enyeart authored
Already released from release-1.3 branch. This CR cleans up master to match. Change-Id: Iad0521a41d81d1ef0f96aaf3cad25ec6f2461fa5 Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
Christopher Ferris authored
-