IBM / BlockchainNetwork-CompositeJourney

Part 1 in a series of patterns showing the building blocks of a Blockchain application
https://developer.ibm.com/code/patterns/build-a-blockchain-network/
Apache License 2.0
232 stars 175 forks source link

Need to update to version 0.19.5 #18

Closed odrodrig closed 6 years ago

odrodrig commented 6 years ago

I can't get the "composer network ping --card admin@my-network" command to work with composer-cli v0.19.1. I'm getting "Error: Connection is not in the READY state".

I updated to v0.19.5 and it works for me now. After some research it looks like this might be due to the underlying GRPC library being updated. I'd recommend just removing the "@v0.19.1" from the install steps.

Discussion on the issue can be found here.