You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use some scripts in e2e-network directory to determine chaincode list, like in wait-for-chaincode.sh. The goal of this issue is to support the following command for Docker engine:
Right now we use some scripts in
e2e-network
directory to determine chaincode list, like inwait-for-chaincode.sh
. The goal of this issue is to support the following command for Docker engine:Implementation details
Add to
fabric-docker.sh
:Use the syntax known from channel query scripts for
chaincode-scripts.sh
; something similar to:Inside
wait-for-chaincode.sh
use:Add
peerChaincodeList
, andpeerChaincodeListTls
functions tochaincode-functions-v2.sh
file.Steps
README
with docs + updateCHANGELOG
Can be implemented in separate PRs
The text was updated successfully, but these errors were encountered: