-
The cross-platform compilation of the Fabric binaries for OSX causes DNS resolution on the Mac to have some _extremely unpredictable_ behavior. This is due to our compile-time linkage of the golang D…
-
### **Description :**
Now BAF is supporting to install single chaincode on peer. I would like to install multiple chaincodes on peers
### Proposal Summary:
would like to install multiple chain…
-
Hi, thanks for the amazing work done in this project. Does the operator supports chaincode as an external service?
I am having troubles understanding how we could customize the [existing instructi…
-
https://github.com/hyperledger/fabric/blob/07e6231e452f941dbc508f21e50d4897a9dd47a4/internal/peer/chaincode/install.go#L162-L199
as lines above, when chain code as a service case, the chain code w…
-
### Description
As a developer, I want to integrate Kubernetes operator logic in Bevel deployments, to quicky and easily manage entire Kubernetes deployments done by Hyperledger Bevel by simple comma…
-
Hello, I was trying to run Javascript Chaincode on my Macbook and came up with below error. Any direction or guidance will be great.
Error: chaincode install failed with status: 500 - failed to inv…
-
It would be useful to agree how the APIs in this repo should be managed in terms of versioning and breaking changes.
Until recently there wasn't really any version involved and it was left as an ex…
-
As of Fabric > 2.4.1 the peer image contains the default [ccaas external chaincode builder](https://github.com/hyperledger/fabric/tree/main/ccaas_builder) to simplify networks relying on the Chaincode…
-
Hi all,
I'm following the "Getting started" and I noticed that you added the "chaincode as a service" feature of Hyperledger Fabric.
I noticed that using the default `PEER_VERSION=2.4.1` and `ORDER…
-
Hi everyone!
First of all, thanks for the awesome work you put in here! :clap:
We're using the built-in way of installing the chaincode since `v1.4.3` where the peer builds and deploys the chain…