hyperledger-caliper / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger-caliper.github.io/caliper/
Apache License 2.0
653 stars 404 forks source link

error [caliper] [cli-launch-master] #947

Closed casm3 closed 4 years ago

casm3 commented 4 years ago

Unexpected error during benchmark execution: Error: Invalid "mychannel" channel configuration: child "chaincodes" fails because ["chaincodes" is required]. "contracts" is not allowed

Context

When I try to start the Benchmark by running

npx caliper launch master --caliper-bind-sut fabric:1.4.1 --caliper-workspace . --caliper-benchconfig benchmarks/scenario/simple/config.yaml --caliper-networkconfig networks/fabric/v1/v1.4.1/2org1peergoleveldb/fabric-go.yaml

Context

Your Environment

aklenik commented 4 years ago

@casm3 The contracts terminology is introduced by the upcoming v0.4.0 release, please checkout the v0.3.2 tag of the benchmark repository to match the Caliper version you're using. If the issue still persists, let us know.