fabric-test
fabric-test copied to clipboard
A collection of utilities used to test the core Hyperledger Fabric projects
### Automate configuration of a provisioned environment to enable a developer provided fabric to be driven by a caliper workload - [ ] investigate the suitability for the environment to...
- https://github.com/hyperledger/caliper/issues/1355
PTE relies on an old unsupported version of the node SDK. The Operator Test tool relies on PTE to do admin (such as channel creation) as well as drive business...
- https://github.com/hyperledger/caliper-benchmarks/issues/201 - https://github.com/hyperledger/caliper-benchmarks/issues/189
requires caliper update - https://github.com/hyperledger/caliper/issues/1210 as part of this implementation we should perform actual benchmarks and compare results
## Code base - [x] add operator based network - [x] add chaos chaincode from fabric-chaos testing into chaincodes/chaos/node - [x] add chaos client (don't forget the lint dot file)...
Fabric has three SDK's: Go, Node.js/Typescript, and Java, in order to maintain and verify functionality we should create a full-featured interoperability definition. This definition should define all of the functionality...
Interop tests in release-2.2 and release-2.3 are failing since the node update in https://github.com/hyperledger/fabric-chaincode-node/pull/295. See details at: https://dev.azure.com/Hyperledger/Fabric-Test/_build?definitionId=114&_a=summary
I am super new to fabric. Can someone please point me to how i would go about connecting a java app using the fabric java SDK ? I can contribute...
[externalIP](https://github.com/hyperledger/fabric-test/blob/master/tools/operator/launcher/k8s/connprofile.go#L38) is currently returning localhost in my current deployment. As such the health check are failing and the deployment is not successful. I am wondering if i missed a configuration...