Jan Bevers

Results 17 issues of 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...

bug

Imports don't work, there is no stub for testing.

bug

It now waits the full 30sec which is the maximum amount of time to wait

bug

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

Currently it copies everything.

enhancement

When package.json changes run npm install (if watch mode is enabled)

new feature

Add api to add new chaincode on the fly. Without having to restart the dev setup.

new feature

Document structure of a chaincode package.json file (name and hf-dev-channel)

enhancement

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

new feature

Add go support

new feature