- 15 Jul, 2018 2 commits
-
-
Artem Barger authored
-
Artem Barger authored
-
- 14 Jul, 2018 23 commits
-
-
Matthew Sykes authored
Given the structure of the script, the recursion flag is unnecessary and can cause a suite to run multiple times. Change-Id: Ife570bb04f7abf131f6fd85f00f44119e44ec4dc Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Gari Singh authored
-
Yacov Manevich authored
-
Yacov Manevich authored
-
Gari Singh authored
-
Daisuke IIZUKA authored
Ignore license header check fo *.pptx file. Change-Id: Ie4b81a837019fcdbf03de4783991dcd3bb83610f Signed-off-by:
Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
-
Gari Singh authored
-
Gari Singh authored
-
Matthew Sykes authored
Enable callers to provide optional additional signers. Change-Id: Ied0d111dcaa76030efc00ce2686f3ab1d59520d4 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
The test tries to point to a port that has no local listeners to test behavior when connecting to the orderer fails. Instead of using 9999, use the invalid port of 0 as no process can listen on that port. Change-Id: I6f63b80e7798336a5ddf2c58b55c44fc8b180906 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Gari Singh authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
yacovm authored
Moved the testPeers variable initialization to be inside the Main function, since it is anyway should be written only once as all tests operate on the same directory of channel artifacts. Change-Id: Ie07be90e1d456dd62abd92d41631df0aab89933e Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
The endorsers always outputs peer chaincodes as nil due to using a shared struct and not populating the chaincodes. Addressed by defining a separate struct. Change-Id: I40687b3a9363455272263e6ba9ac960ae6c99faa Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
yacovm authored
This change set adds unit tests that ensure: 1) A v1.3 digest that represents digests as [][]byte and was marshaled by proto v1.1.0, can be successfully unmarshaled by pre v1.3 protobuf infrastructure. 2) Pre v1.3 protobuf treats bytes and string fields in the same manner and they are interchangable. Change-Id: Ia7a6a63f6186348aa2b62386bc9386f75466c3c4 Signed-off-by:
yacovm <yacovm@il.ibm.com>
-
Yacov Manevich authored
-
Yacov Manevich authored
-
Yacov Manevich authored
-
Will Lahti authored
This CR adds a way to persist a ChaincodeInstallPackage on the filesystem. Change-Id: I59c066ba7b7577904cc78ba34722c3851d51b97d Signed-off-by:
Will Lahti <wtlahti@us.ibm.com>
-
Yacov Manevich authored
-
- 13 Jul, 2018 7 commits
-
-
Srinivasan Muralidharan authored
-
Srinivasan Muralidharan authored
-
Srinivasan Muralidharan authored
-
Christopher Ferris authored
-
Christopher Ferris authored
-
Christopher Ferris authored
* changes: FAB-10830 GetDeploymentPackage to take string FAB-10829 Remove unused java hash file/function FAB-10828 ValidateDepSpec to ValidateCodePackage FAB-10827 Remove meaningless file write from test FAB-10826 Change ValidateSpec to ValidatePath
-
Yacov Manevich authored
-
- 12 Jul, 2018 1 commit
-
-
Matthew Sykes authored
Change-Id: Id2745cbd11d66badf80f3803d9d7ee758b222255 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
- 11 Jul, 2018 3 commits
-
-
Matthew Sykes authored
.. in ExtractStatedbArtifactsForChaincode Change-Id: I9387cb2162537a5007403541093e547f24953b17 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Change-Id: Icc8d1ee55b4d0a00a6084a081faf59a8fa7e52a2 Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Change-Id: Ie87069983c185dca5756be5a681c5634de89258f Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
- 10 Jul, 2018 4 commits
-
-
Matthew Sykes authored
Change-Id: I4159e84a512a52bdba7917a03200c1614067ee7f Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
Change-Id: Iac1be44a5a64d37467e83fac968c84796af7d38d Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Matthew Sykes authored
- remove InstallChaincode and InstantiateChaincode from network - create install, instantiate, and ensure instantiated helpers to deploy - create upgrade command and helpers Change-Id: I9b1395d41be25aba2e3f2067500b0ed265c1196a Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
-
Jason Yellick authored
-