Jakub Dzikowski
Jakub Dzikowski
1. CA URL in connection profile starts from `http://`, even if TLS is enabled (it should be `https://` in this case) 2. missing `orderers` section (required when service discovery is...
i.e. allow to run some chaincodes in dev mode and some on Docker (default mode)
see https://hyperledger-fabric.readthedocs.io/en/release-1.4/peer-chaincode-devmode.html
It shouldn't since, it may be a peer dependency or a dependency of a dependency Current output: ``` jq: error (at /xxx/package.json:75): null (null) and string ("1.4.") cannot have their...
Fablo allows to call destructive commands on the network: `down`, `prune`, `recreate` etc. They should prompt if use is sure of doing it to avoid unwanted loss of the network...
This is a general issue to address compatibility with Fabric samples (https://github.com/hyperledger/fabric-samples). @AbhishekBhargav99 in https://github.com/softwaremill/fablo-rest/issues/38: > I want to use wallet and gateway like described in asset-transfer-basic example can I...
Since Fabric 2.3 fabric-tools docker image is deprecated. We need to use Fabric executables instead Recommended process: * step 1 - download fabric bins on generate and save in `fablo-target/bin`...