-
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
```
name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
inc…
-
Currently the chaincode id is hard coded as `chaincode-as-external-service:33b295bb4ac3f8dead7bddb9e86315aa7b3729b76d6d53f9379ddba6db900f7f`. Should it be injected into chaincode deployments yaml from…
-
when im trying to join channel using osnadmin im getting tls bad certificate error
-
Hi~
I'm learning the external-chaincode mode, and the sample is in golang.
Is there any sample for java chaincode?
Thanks!
-
### Description
When I use Docker Compose standalone v2.24.0, I encountered a bug. If you follow the steps below, you should be able to reproduce it:
1. Pull some images:
```docker
docker pull…
-
### Description
Hi, I'm trying to deploy chaincode as 'ccaas'. But, I got the following error messages.
```
root@peanut-fabric-cli-pod:/home/token# peer lifecycle chaincode install peanut-token.tar…
-
**Is your feature request related to a problem? Please describe.**
Currently the deploy contract endpoint of the Fabric connector does not support external chain code deployment and that is a probl…
-
After run **ff start **, setting connection profiles files and organization msp paths, I receive this message when command ends:
```
dependency failed to start: container teste_fabconnect_0 exited (…
-
Hello, Some things are not well documented so I have a couple of questions which I believe will help everyone.
1. The latest version of hlf plugin is the 1.6.4 while of the operator (in helm charts) …
-
**Describe the solution you'd like**
Having external chaincode will help in resolving issues with Kubernetes and will also help in chaincode management (by operators and devs)
For more reference,
h…