Jakub Dzikowski
Jakub Dzikowski
Yes, that's the relevant issue. Feel free to start, thanks! A simple removal of the check and the sh script is enough for the first PR. Update test-02 to contain...
It looks legit. Could you also fix tests? It includes e2e-network tests and snapshots probably.
It fails on `e2e-network/docker/test-01-simple.sh` script. You can execute it locally and check. I guess this is missing `--silent` flag in the sh test file.
Currently this is the place where we have functions handling chaincode lifecycle (build, install, approve and commit): [fabric-docker/scripts/chaincode-functions-v2.sh](https://github.com/hyperledger-labs/fablo/blob/main/src/setup-docker/templates/fabric-docker/scripts/chaincode-functions-v2.sh). And this is the place where we use the functions: [fabric-docker/commands-generated/chaincode-install-v2.sh](https://github.com/hyperledger-labs/fablo/blob/main/src/setup-docker/templates/fabric-docker/commands-generated/chaincode-install-v2.sh) (it...
Yes, exactly. I think that's the best approach.
Thanks for posting the issue! Unfortunately the k8s support for Fablo does not work very well, and we have some work towards fixing it, see https://github.com/hyperledger-labs/fablo/pull/425. There is still a...
The second step for this command after #403 is to ensure we have consistent API - the same as for chaincode list #406 and we use generators to make it...
sure @afzal442 and thanks for contribution. Everything is fine, it just needs to wait a bit till fix CI processes.
I observe this error when something goes wrong, and Fablo suddenly exits, leaving one of temporary docker containers running and blocking mounted directories. I guess restarting Docker Desktop works, because...
Is `network-target` the same or child directory of chaincode source? `network-target` contains docker compose file with chaincode directory mounted as a volume. So you may end up with a situation,...