- Jun 10, 2019
-
- May 21, 2019
-
-
Lucas Kuhring authored
-
- May 17, 2019
-
-
Lucas Kuhring authored
-
Lucas Kuhring authored
-
- May 14, 2019
-
-
Lucas Kuhring authored
-
- May 09, 2019
-
-
Lucas Kuhring authored
-
- Apr 30, 2019
-
-
Lucas Kuhring authored
-
- Apr 24, 2019
-
-
Lucas Kuhring authored
-
Lucas Kuhring authored
-
- Apr 08, 2019
-
-
Lucas Kuhring authored
-
- Apr 05, 2019
-
-
Lucas Kuhring authored
-
- Apr 03, 2019
-
-
Lucas Kuhring authored
-
- Apr 02, 2019
-
-
Lucas Kuhring authored
-
- Apr 01, 2019
-
-
Lucas Kuhring authored
-
Lucas Kuhring authored
-
Lucas Kuhring authored
-
yacovm authored
This change set fixes the test flake by ensuring that we continuously send until the buffer overflow is reported. Ran it 1000 times and it passes. Change-Id: I2b1dec09457a16fbf8e15c79c88fb55ca6e6393e Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
- Mar 30, 2019
-
-
David Enyeart authored
Change-Id: I07ea32f2e001ed52abb1febef87ec872b4d911dc Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
- Mar 29, 2019
-
-
David Enyeart authored
Allow java chaincode javaenv and node chaincode baseimage to be at different version level than Fabric. Similar updates were made for v2.0 in FAB-11096. Change-Id: Ia7706a07aa77f781e5e3199c54194a82b9850820 Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
David Enyeart authored
Change-Id: If94b3d5e358eef87a3b04361d7a8513c1a607db2 Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
-
Jason Yellick authored
-
Jason Yellick authored
-
Jason Yellick authored
-
Jason Yellick authored
-
joe-alewine authored
Change-Id: I5ebe3df7dff68d1147a544c437410f1004969e03 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Change-Id: I987a052f029b2bfe1530c54cd9261bd85252892d Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Links Change-Id: Id93e0fa4f8673bb7a80f77a52640c3da0d5aa6a5 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Link Change-Id: Ib20e44d47a2de201a51fc7c1b19671eb8ef850c9 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Fix link and simply some steps Change-Id: I331d3e56e184e3fb309bd39668630327ba555f47 Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
joe-alewine authored
Doc process for configuring and standing up an orderer node, regardless of orderer implementation Change-Id: I9d5bbf4a3da95ddec999eefcb1920a158b93fbac Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com> (cherry picked from commit 4149094bb5a153495054bf91f3cafa0c13714966)
-
Manish Sethi authored
-
- Mar 28, 2019
-
-
Yacov Manevich authored
-
manish authored
This CR fixes a log message such that it prints the height in readable form as opposed to in hex. Not closing this Jira for now - as we can use this to fix the similar issue elsewhere as well Change-Id: Id4b79cc280605a23bc00589497b4f0120a72d99a Signed-off-by:
manish <manish.sethi@gmail.com>
-
joe-alewine authored
In lieu of a full tutorial, add Raft commands to BYFN with some explanation of what's going on part2 Change-Id: I606e57cda9698f3bfba8f1fcb40f4d8a29b2220d Signed-off-by:
joe-alewine <Joe.Alewine@ibm.com>
-
yacovm authored
The test expected the goroutine that picks a message from a channel and invokes Send() to not fire fast enough and then it would overflow. This test, makes this deterministic by: 1) Ensuring the goroutine actually picks the message from the channel and is stuck on the fake gRPC stream. 2) Moves the assertion of the overflow to after sending a third message, so that now it overflows for sure. Ran it 100 times and it doesn't fail now. Change-Id: Ica9dac316f5333c0cd24dffcc1f7b1f30aa67f45 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
This change set addresses a flake in TestSendBigMessage that happens due to creating the stream too early and freezing too late. Now the code first freezes, and only then creates the stream. Also switched the waitGroup to a condition variable which is more idiomatic for this use case. Change-Id: I673e8d6cc38caf68fd298dc1a3acfc0af1302961 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
This change set adds validation that the TLS certificates in a config update are x509 certificates. Change-Id: Id68202ff1ae47970d76e8435f271329da7ebfaec Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Jay Guo authored
Raft config metadata checks, e.g. non-zero TickInterval, should also be done against HeaderType_CONFIG transactions. Also, since we check against nil consenter set, this also prevents user from removing node from single node cluster, which results in dead channel. Change-Id: Idf0967ed19ffed964f16c83a9862c1c59e132686 Signed-off-by:
Jay Guo <guojiannan1101@gmail.com>
-
Jay Guo authored
While creating new channel, the Raft config metadata supplied should be validated before being proposed and consented, to avoid crashing the orderer due to malformed configs. Change-Id: Ie7cbd9ff609c1cb04e891dd05d49fa8a80195c98 Signed-off-by:
Jay Guo <guojiannan1101@gmail.com>
-
Jay Guo authored
Change the func signature of nwo.CreateChannelFail to be equal to nwo.CreateChannel so it can be reused. Change-Id: Icbcdd38162fa04236b79201c7be62892bafd86d7 Signed-off-by:
Jay Guo <guojiannan1101@gmail.com>
-