Inzamam
Inzamam
I think simillar to #29 we can write a better check function using matrics after updating to 1.4
Can you please provide a method to reproduce this bug?
Either - you can ssh into a peer (or can kebctl exec) and then use `peer commands` such as `peer chaincode install -n {name_of_the_chaincode} -v {version_of_the_chaincode} -p {path_to_the_chaincode}` Then similarly...
Hyperledger 1.4 peer and orderer supports [helath checks ](https://hyperledger-fabric.readthedocs.io/en/release-1.4/operations_service.html#health-checks) where we can just get the health status by sending a GET request to `/healthz`. So utilizing that feature after updating...