- 24 Aug, 2016 2 commits
-
-
grapebaba authored
Avoid typo same string in multiple places, extract to const instead. Change-Id: Ic2a92fe1e75827883f7f0f4e707fdd2bc1f8f265 Signed-off-by:
grapebaba <281165273@qq.com>
-
Jonathan Levi authored
-
- 23 Aug, 2016 24 commits
-
-
Jonathan Levi authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Gregory Haskins authored
Fixes Github issue #2222 (from pre gerrit/jira days). Forward ported at the request of @cbf. Change-Id: I3fc03fbf74837d7462ceead1a6faa81392c2d3be Signed-off-by:
Greg Haskins <gregory.haskins@gmail.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Jonathan Levi authored
-
Kostas Christidis authored
Change-Id: I3c7fbd94641aa6785e95573867f1fdcd3d446abd Signed-off-by:
Kostas Christidis <kostas@christidis.io>
-
Greg Haskins authored
-
Greg Haskins authored
-
Greg Haskins authored
-
Greg Haskins authored
-
Greg Haskins authored
-
Jonathan Levi authored
-
Gabor Hosszu authored
Change-Id: I870509063e2ec0277961f72414afc44d85d82447 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
Gabor Hosszu authored
Change-Id: Iff28dc9f8b828a47978846741054599c02d3a39c Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
Jonathan Levi authored
-
Greg Haskins authored
-
grapebaba authored
1.Change 'detaultStateImpl' to 'defaultStateImpl' in state.go. 2.Rename method IsDelete() to IsDeleted() in state_delta.go. Change-Id: I8afc4aa4542ca9fed1f904db4ae5e79d8d0f4599 Signed-off-by:
grapebaba <281165273@qq.com>
-
Julian Carrivick authored
As part of the setup script, set APT to use the mirror protocol so that no matter where you are in the world, the closest mirror to you will be chosen. If you don't reside in the US it can be slow to download all the packages when building images. This will mean the best mirrors will be chosen regardless of the developer's location. Change-Id: Iadda26f38aad8526219da2e4ef0fd66150004829 Signed-off-by:
Julian Carrivick <cjulian@au1.ibm.com>
-
Mr. Angry authored
Adding the SJCL codec package based off of SJCL v1.0.3. This includes the bytes codec necessary for hash.js. Change-Id: Icc8a6ded8bfecca9b1cc329e55c0ee9cf31716d8 Signed-off-by:
Anna D Derbakova <adderbak@us.ibm.com>
-
- 22 Aug, 2016 9 commits
-
-
Gabor Hosszu authored
-
Gabor Hosszu authored
This commit adds missing files needed for by the SDK/node. These files are brought over from <https://github.com/hyperledger/fabric/tree/master/sdk/node/lib >, and are needed for building the sdk/node and for unit testing. These files were left out during the migration as they were listed in the .gitignore file. In addition, this patchset: - Adds fixes (use byte arrays as arguments and use Txid instead of Uuid). - Updates hash.js to also reuse SJCL's bytes codec for converting from and to BitArrays when using sha3 on the client-side. Change-Id: I8e7f5ef9be7f187bcd2ca6948f04c9b122b9ec31 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com> Signed-off-by:
Jonathan Levi <jonathan@levi.name>
-
jiangyaoguo authored
Don't need to broadcast to peer self. Though a receive from nil channel blocks forever, it's better to reduce a goroutine. Change-Id: I731af8ec9541967e4fa2892ad1df21952ef684b7 Signed-off-by:
jiangyaoguo <jiangyaoguo@gmail.com>
-
Christopher Ferris authored
Change-Id: I0afd9f844322be9463997dcb8004e15efee873c3 Signed-off-by:
Christopher Ferris <chrisfer@us.ibm.com>
-
HaiyangDING authored
The PR was originally at https://github.com/hyperledger/fabric/pull/2331:wq Change-Id: I3156607e12d72a3ca92ea5c4db2076bf61b8af68 Signed-off-by:
dinghaiyang84 <haiyang.ding@gmail.com>
-
jiangyaoguo authored
Change-Id: Idf05c9ada738e42cb2912e9eae4b04bdf91e221a Signed-off-by:
jiangyaoguo <jiangyaoguo@gmail.com>
-
Gabor Hosszu authored
It is not guaranteed that Protobuf encoding will always generate the same bytes for the same structure. This could lead to different hashes for the same object that's why we should use ASN1 DER (which will surely generate the same bytes). Change-Id: I75420e8436fb8144490e3801c51886062a0bd2a4 Signed-off-by:
Gabor Hosszu <gabor@digitalasset.com>
-
grapebaba authored
It would be cleaner to have a single interface method createIndexes(...) and let the two implementations (Sync and Async) deal with the inherent differences in implementation than require that the caller choose the correct method. Change-Id: Ia040c5aeee2c5fdd1b05cc6f7729931aa6d7d548 Signed-off-by:
grapebaba <281165273@qq.com>
-
Jonathan Levi authored
-
- 21 Aug, 2016 4 commits
-
-
jiangyaoguo authored
Add some print to show cli result. Help to find error when tests failed. Change-Id: Ia55850156af8d4786c64ace330bc45864c87a391 Signed-off-by:
jiangyaoguo <jiangyaoguo@gmail.com>
-
Gari Singh authored
Change-Id: I016ebae0e7b407815a8476349b6a2a2a29939672 Signed-off-by:
Gari Singh <gari.r.singh@gmail.com>
-
Jonathan Levi authored
-
Jonathan Levi authored
-
- 20 Aug, 2016 1 commit
-
-
Kostas Christidis authored
Change-Id: Ia11c7ace7a710986dd87059ef5affb897200aa2a Signed-off-by:
Kostas Christidis <kostas@christidis.io>
-