Jakub Dzikowski
Jakub Dzikowski
Currently as our README says: ``` 6. When running external chaincodes(CCAAS), Execute `./fablo chaincodes install` to start the CCAAS container ``` Probably it can be resolved by starting CCaaS containers...
For now it's just to demonstrate the approach. I got several issues with that approach, and I was not able to complete it (yet). First unexpected behavior was that chaincode...
https://github.com/hyperledger/fabric-x
Plus fix this job by passing correct script: https://github.com/hyperledger-labs/fablo/actions/runs/17642333753/job/50132079109 which has wrong file name here: https://github.com/hyperledger-labs/fablo/blob/main/.github/workflows/release-on-tag.yml#L54 The job should be manual, so it's easy to call it when needed. It...
To be checked if it is sufficient to provide TLS envs for the chaincode, like here: https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html > If TLS is enabled, the following additional options are required: > >...