Jan Bevers
Jan Bevers
Traceback (most recent call last): File "/Users/janb/.hyperledger-fabric-network-setup/scripts/crypto_tools/parse_domain_to_subjects.py", line 22, in raise ValueError('The country code ' + C + ' can only have 2 characters') ```yaml # Assumes port 7051 is...
It now waits the full 30sec which is the maximum amount of time to wait
In our docker compose file we don't refer to it: https://github.com/Kunstmaan/hyperledger-fabric-chaincode-dev-setup/blob/860c28bf407d46e1af15550d0fea51e1c5cb1ae7/dev-network/generated/devmode/docker-compose-simple.yaml#L99 We use yeasy/hyperledger-fabric-couchdb
When package.json changes run npm install (if watch mode is enabled)
Add api to add new chaincode on the fly. Without having to restart the dev setup.
Document structure of a chaincode package.json file (name and hf-dev-channel)
Improve performance by not recreating the docker images (detect the latest version of chaincode using peer chaincode list --installed), use a separate function to start from a clean setup