- 21 Feb, 2019 2 commits
-
-
Saad Karim authored
Added health checks for Kafka Change-Id: Ic4b367f26e12d0c27b12eb39714b4e4da62963ca Signed-off-by:
Saad Karim <skarim@us.ibm.com>
-
Matthew Sykes authored
-
- 20 Feb, 2019 1 commit
-
-
Brett Logan authored
Modified ci.properties to use Golang 1.11.5 which is sourced by the Docker build process Change-Id: I5efb66893e592e66986cd26148147fc9509e894f Signed-off-by:
Brett Logan <Brett.T.Logan@ibm.com>
-
- 15 Feb, 2019 1 commit
-
-
David Enyeart authored
Document that 'limit' passed into CouchDB queries will not be honored, since Fabric manages the pagination between peer and CouchDB. Change-Id: I9647163989c640c4e135bbf1b086b3830d3fcddc Signed-off-by:
David Enyeart <enyeart@us.ibm.com> (cherry picked from commit 240fb7a1dca34460e1ea659ffb02bab9dde7275f)
-
- 14 Feb, 2019 1 commit
-
-
pama-ibm authored
Added links to the samples for Idemix Change-Id: I73802354c8f71eaa2a6a2f32618462408f0c5766 Signed-off-by:
pama-ibm <pama@ibm.com>
-
- 06 Feb, 2019 1 commit
-
-
Matthew Sykes authored
-
- 05 Feb, 2019 1 commit
-
-
Christopher Ferris authored
-
- 04 Feb, 2019 2 commits
-
-
Matthew Sykes authored
Change-Id: Ibbbf4f55bd42a0914edc4b247c391e020b3a68a4 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
yacovm authored
FAB-13471 Introduced a UT that does several (3) background listener updates. The test only waits for the listener updates to fire, but there is a log invocation that happens immediately afte the listener fires. The next test that runs, overwrites the logger's reference and thus a data race occurs (the previous test's spawned goroutine reads the logger's reference to write the log, while the next test replaces the logger reference. Fixed it by making the test wait until the log of the first test, logs the last message that is logged during the listener dispatch - 3 times. Ideally we'd have a logger instance for the production struct as a field, but this solution is far easier and has no production code change, so its surface area is smaller. Change-Id: Ia7ef144ae8574783b2b7a4925f47b51e966f8942 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
- 28 Jan, 2019 1 commit
-
-
Artem Barger authored
This commit tries to address flakiness of the TestParallelSend, moving WaitGroup out of the go-routine to make sure that all message was sent and also increase timeout while receiving messages by second instance. Change-Id: I34090a138029317192d1b12faad60e9207e8e703 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
- 25 Jan, 2019 1 commit
-
-
Anthony O'Dowd authored
New key concept topic and new developing apps topic Updated ledger topic Change-Id: I3e947eac44783adc26ec247f7a28f35c2de6738e Signed-off-by:
Anthony O'Dowd <a_o-dowd@uk.ibm.com> Signed-off-by:
Chris Gabriel <alaskadd@gmail.com> Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com> Signed-off-by:
Nik Gupta <negupta@us.ibm.com> (cherry picked from commit cdfbad92cb331b1c01e1dade5b21da5e17929611)
-
- 24 Jan, 2019 1 commit
-
-
David Enyeart authored
Add ways to contribute to contribution guide. Change-Id: I7193f4b346da2264f287527ee8fb6112e2da3921 Signed-off-by:
David Enyeart <enyeart@us.ibm.com> (cherry picked from commit 2a9c4fb34995931c8fcc7be1a7f59772d7d380af)
-
- 23 Jan, 2019 2 commits
-
-
Artem Barger authored
Adjust pull engine timeouts and fix mocked membership to not return self. Change-Id: I69246a96c1369cb97a92f36e313f84405a71221e Signed-off-by:
Artem Barger <bartem@il.ibm.com> (cherry picked from commit ef824dedfa75232f07acfb0417689d173050ffa0)
-
David Enyeart authored
Document how to base64 encode in private data tutorial. Change-Id: I0dc89fc18afd3aa79fdcd6695a9dc8139b689f6c Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
- 21 Jan, 2019 1 commit
-
-
yacovm authored
The ledger calls several HandleChaincodeDeploy for each update but only a single ChaincodeDeployDone after all invocations to HandleChaincodeDeploy were made. The current implementation only supported a single update, and as a result - a second ChaincodeDeployDone will get stuck writing to a channel. This change set makes the Lifecycle in core/cclifecycle to be able to handle any number of updates in a single block. Change-Id: I1d85018af398bd5cb968e42031986a999f6be444 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
- 18 Jan, 2019 1 commit
-
-
pama-ibm authored
Fixed the docs badge link to point to the release branch of the doc. Also added a link to the Hyperledger Fabric rocket chat Change-Id: Icbe64888496ffda046d4e2668bd0caf100875454 Signed-off-by:
pama-ibm <pama@ibm.com>
-
- 17 Jan, 2019 1 commit
-
-
Anthony O'Dowd authored
Change-Id: I883797b9412e411d80bd756d0e91faed964729da Signed-off-by:
Anthony O'Dowd <a_o-dowd@uk.ibm.com> (cherry picked from commit d49b0955a6e06eff463ca71c6383a470a008f245)
-
- 16 Jan, 2019 2 commits
-
-
Matthew Sykes authored
-
Alessandro Sorniotti authored
-
- 15 Jan, 2019 2 commits
-
-
Yacov Manevich authored
-
Saad Karim authored
Added health check for CouchDB Change-Id: If2d32b2197162b5f04997ab71ba2d292701cd0b9 Signed-off-by:
Saad Karim <skarim@us.ibm.com> Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com> (cherry picked from commit 8768567a9c626b2feb533f3c4909d2243d44aac9)
-
- 14 Jan, 2019 6 commits
-
-
Artem Barger authored
Change-Id: Iaba09fe4902d421310f21378b0d8dbfb5e2ed107 Signed-off-by:
Artem Barger <bartem@il.ibm.com> (cherry picked from commit e9c2f4c943845f04c45c44efc3a634a36a66000f)
-
Will Lahti authored
This CR (hopefully) fixes the intermittent failure in TestCreateChainWithTimeoutErr by explicitly setting the channel creation and client connection timeouts. FAB-10957 Change-Id: I81a7a9980d8b2df03bf3df5df26d77358b881d05 Signed-off-by:
Will Lahti <wtlahti@us.ibm.com> (cherry picked from commit a15a2e9558729c36eb6fb684851002317aef3eae)
-
Will Lahti authored
FAB-13594 Change-Id: I27e83ec5edef355362fa5560623786105599c2ec Signed-off-by:
Will Lahti <wtlahti@us.ibm.com> (cherry picked from commit e66e67c5f5ed4ced60089848f3c18bca33199d77)
-
Matthew Sykes authored
-
pama-ibm authored
to 2019. Change-Id: Ie20499d8b6e784bf418fd83d709ac6b2a7962081 Signed-off-by:
pama-ibm <pama@ibm.com> (cherry picked from commit 26d34aaf3340bb17348134696b873173a3c5fd54)
-
Matthias Neugschwandtner authored
Document the trust relationships of PaperNet. Change-Id: Ic2cea82a001833484a4220b89c8a1c936fc786ce Signed-off-by:
Matthias Neugschwandtner <eug@zurich.ibm.com>
-
- 13 Jan, 2019 1 commit
-
-
Matthias Neugschwandtner authored
The SBE integration tests include cases where the ledger is updated, waiting for the event on one peer and then checking the result on another peer. This patch adds synchronization that waits until both peers have the same ledger height, i.e. the transaction has been delivered to both peers. This is handled similarly in the private data integration tests. Change-Id: I6b68d3cf9cfeebf6cddd75003b3a946295fb4392 Signed-off-by:
Matthias Neugschwandtner <eug@zurich.ibm.com> (cherry picked from commit 0de5a321b98f60ab1060a2d1e1491880e22558f6)
-
- 12 Jan, 2019 4 commits
-
-
Artem Barger authored
This commit removes time.Sleep() and instead waiting for peer to get connected with bootstrap peer to build membership before sending state message. Change-Id: If132432a710e3006fc9de0e9ea051709e6edbde6 Signed-off-by:
Artem Barger <bartem@il.ibm.com>
-
waels authored
Change-Id: I6d5c6554ffe77079ee23c735f1ea89e3654f695f Signed-off-by:
waels <wael.shama@ibm.com> (cherry picked from commit e67eeb9bae8d25c7b072b7b2c6f6f0dcbc5becfe)
-
waels authored
Squashed with: [FAB-13377] revert stop discovery after chanState Change-Id: I17d89c3d0d84e634c5bdb477badcdfa2205d4ac7 Signed-off-by:
waels <wael.shama@ibm.com> (cherry picked from commit 2fd63a497531f85937565e74e5a2c61a40fade1b)
-
muralisr authored
This CR adds endorser metrics - #proposals received - #successful proposals - #proposals that failed validation - #proposals that failed due to tx dup. - #proposals that failed due to endorsement failures - #proposals that failed chaincode instantiations - #duration of successful proposals Metrics from other parts in the stack such as chaincode are left to those components. FAB-13088 #done Change-Id: I16a472540b2cd6e31c93d89cce9b5e69940d2db4 Signed-off-by:
muralisr <srinivasan.muralidharan99@gmail.com> Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com> (cherry picked from commit 2d2cd3366bf7693e5e7545682fe1e55ed913512f)
-
- 11 Jan, 2019 5 commits
-
-
Matthew Sykes authored
The handler we were using has been relatively recently deprecated. Change-Id: Ie32b3b5a2bb50a37a134a94c3dba7d3c6b88b47f Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Yacov Manevich authored
-
Yacov Manevich authored
-
David Enyeart authored
-
David Enyeart authored
-
- 10 Jan, 2019 3 commits
-
-
Matthew Sykes authored
Since we have the duration in the log record and the log record includes a time stamp, determining the start time is trivial relative to the amount of text produced when formatting a time stamp. Change-Id: I37e926ffd8402400c58e3bffabc217efc749717c Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
David Enyeart authored
Add long term support policy to v1.4 What's New doc. Change-Id: Ic375c9db3a10b79590c252bde5d16a84a96ff15a Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
David Enyeart authored
Change-Id: Iffef1bff4f3fa2b972c6c54a4b12540bd93255e1 Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-