fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use...

Results 294 fabric issues
Sort by recently updated
recently updated
newest added

The Fabric doc says that "Using this chaincode as an external service model, installing the chaincode on each peer is no longer required" **But this statement can confuse a user...

check for new Gateway note legacy diagram https://hyperledger-fabric.readthedocs.io/en/latest/txflow.html

documentation

When deploying fabric in enterprise's intranet (without the ability to access internet), users maybe upload chaincode builder images and chaincode runtime images to a private docker registry which requires authentication...

good first issue

Step 13('RUN make ccaasbuilder') of the installation process (`make dist-clean all`) is producing binaries with path having a `linux-arm64` architecture. ```bash Step 13/23 : RUN make ccaasbuilder ---> Running in...

fabric 2.4 ## The scenario 1. Prepare policy bytes by ``` var policy = ext.NewKeyEndorsementPolicy(nil) policy.AddOrgs(msp.MSPRole_MEMBER, MSPIDs...) ``` 3. `SetStateValidationParameter` with key `a` and policyBytes. I also did a double...

Hi there, I'm trying to setup chaincode on fabric 2.2, but, I dont'know why, approvals are always setted to false when I run `peer lifecycle chaincode checkcommitreadiness`: this is my...

There's something off with the docs TOC when the expanded topic is a long one - the subtopics stop displaying after a certain number. This occurs in both Firefox and...

documentation

Deploying Typescript Chaincodes Fail using DeployCC.sh In CLI Container for Test Network #591 #### Type of change - Documentation update #### Description In order to make the documentation easier for...

Looking at [Configuring a peer to process external chaincode](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html#modify-the-peer-core-yaml-to-include-the-externalbuilder) and [Writing chaincode to run as an external service](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html#go), it looks like it should be possible for a chaincode to be...

Currently, Peer uses the username and password authentication for the CouchDB authentication. We should be looking at improving the authentication mechanism. CouchDB supports the following types of authentication. - Basic...