- 04 Dec, 2018 15 commits
-
-
David Enyeart authored
-
Kostas Christidis authored
-
Yacov Manevich authored
-
Matthew Sykes authored
-
Angelo De Caro authored
This change-set addresses two JIRA items to help the idemix-bccsp integration in Fabric-ca Change-Id: I1c202831fa43287d877340037f9bdc93f6665f0e Signed-off-by:
Angelo De Caro <adc@zurich.ibm.com>
-
Gari Singh authored
-
Senthil Nathan N authored
This CR renames CommitPvtData() to CommitPvtDataOfOldBlocks() as it is more expressive. FAB-12849 #done Change-Id: I5feadfccb6a373314e23a92f08dc53a47ca923b7 Signed-off-by:
senthil <cendhu@gmail.com>
-
yacovm authored
This change set disables etcdraft as it's not supported in v1.4 Change-Id: I89faff522af8d9d625cf1bac3b6fe0c50b070acd Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Yacov Manevich authored
* changes: [FAB-12944] Pulling system chain failure should panic [FAB-12761] Attach onboarding to orderer
-
Yacov Manevich authored
-
Krishna Harsha Voora authored
This patch allows to initialize softhsm2 token as non-root user, by merely setting SOFTHSM2_CONF, CI Envrionment should be updated to leverage SOFTHSM2_CONF. Change-Id: I9fdc9c837859a78619d9edc9e2e3fbe8733f04af Signed-off-by:
Krishna Harsha Voora <krishvoor@in.ibm.com>
-
yacovm authored
This change set makes a failure pulling the system chain to panic. Tests have been modified to accomodate: - TestReplicateChainsFailures in replication_test now panics in all cases because it invokes ReplicateChains which invokes PullChannel indirectly. - TestReplicateIfNeeded in onboarding_test now panics in the last test case because all we care about (to test) is the fact that we successfully attempt to pull from the orderer, and not whether the blocks actually arive from it, which is tested in the cluster tests. Change-Id: Ied21201e693536935eaa708dc3692b76a49d1c61 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
This change set attaches the onboarding replication code to the orderer. Change-Id: Ib442c19c89c6ac5b8f9cfa9366ce39f08683f8af Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
In tests where we have 2 block pullers, or that the block puller initiates a disconnect, the server side deliver service may send 2 blocks down the stream before it senses the disconnect. This interferes with the assertions of the next block pull after the disconnect. This change set fixes this by making the server side expect a disconnect after the last block of that client is expected to be pulled. Change-Id: Ic5501098ced12684f95d4a4f698f06963d6f7908 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
This change set addresses golint warnings. Change-Id: I5af4289ad669a829dd01587a85eeaef4146386db Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
- 03 Dec, 2018 17 commits
-
-
manish authored
FAB-12836 #done Change-Id: I93d55fb4dc07a92a4cd082fb6ecb285381bd8783 Signed-off-by:
manish <manish.sethi@gmail.com>
-
Gari Singh authored
-
Matthew Sykes authored
-
Gari Singh authored
runProgram was not returning the proper error when the 60 sec timeout is reached. FAB-12168 #done Change-Id: Ie955c4f402fab942a5430c75f774feac13bbc975 Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Srinivasan Muralidharan authored
-
Alessandro Sorniotti authored
-
manish authored
Change-Id: Icea248ca21a6b2e163322fb04b86bd4fac7c6df2 Signed-off-by:
manish <manish.sethi@gmail.com>
-
Manish Sethi authored
-
Artem Barger authored
-
Manish Sethi authored
* changes: collACL: use cache to avoid repetative ACL check collACL: perform ACL on private data access collACL: add simpleCollectionStore to txContext collACL: add `MemberOnlyRead` in collectionConf
-
Gari Singh authored
-
Gari Singh authored
-
kutenglaoshu authored
Change-Id: Ie8d7f1180c80efab20bfcb644f293bee3c3d7adc Signed-off-by:
kutenglaoshu <1065239881@qq.com>
-
Yacov Manevich authored
-
Yacov Manevich authored
-
Jason Yellick authored
The only real tunables for the orderer as far as latency and throughput goes is the batch parameters. Therefore, it's critical for network operators to be able to gain insight into the duration filling a block takes to know whether they should relax or tighten their batch parameters. Change-Id: I9f64116f16b3138c1bb1cce11b00787f630a7141 Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
-
Jay Guo authored
Remove current orderer benchmark tests. We will be using nwo onwards. Change-Id: I20b9fc26c16e57ffe2bcd0b7b7139e31795a87e4 Signed-off-by:
Jay Guo <guojiannan1101@gmail.com>
-
- 02 Dec, 2018 7 commits
-
-
David Enyeart authored
-
manish authored
This CR implements rollback in pvtdata store. In the implementation, it deletes the existing pvtdata and eligible missingdata that had been created by the last 'prepare' call immediately preceding the rollback call. See Jira for more details FAB-11755 #done Change-Id: Icc47c79f9c55bb3590ecea82a138acb8165ec02c Signed-off-by:
manish <manish.sethi@gmail.com>
-
Senthil Nathan N authored
This CR introduces a cache (i.e., Golang map) in the txContext so that we can avoid repeating the same collection ACL check for a given <ns, coll> during privateData access. FAB-13040 #done Change-Id: I3093c2079e78b2b349276a275b22e77d7bd9c871 Signed-off-by:
senthil <cendhu@gmail.com>
-
nirro authored
FAB-13013 #done Change-Id: I06630b72108edd685a5a3abdeebaf063635158f2 Signed-off-by:
nirro <nirro@il.ibm.com>
-
Gari Singh authored
-
Artem Barger authored
-
nirro authored
this change set is to rewrite private data e2e tests using the new test framework. as part of this change, will also fix pvtdata e2e tests flakes. FAB-12181 #done Change-Id: Ib01765ca76a553d960e144e736042be8b6aa9eab Signed-off-by:
nirro <nirro@il.ibm.com>
-
- 01 Dec, 2018 1 commit
-
-
Gari Singh authored
-