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

On a peer init ( that was working before) I get this error: ``` 2022-03-28 11:30:22.423 UTC [nodeCmd] serve -> INFO 015 Deployed system chaincodes 2022-03-28 11:30:22.423 UTC [peer] Initialize...

Signed-off-by: Josh Horton redo on stack image, text, and links. #### Type of change - Improvement (improvement to code, performance, etc) - Documentation update #### Description - add link for...

Not a big deal but notice the line wrapping in Release Notes, makes it a bit awkward to read, could be adjusted in 2.next: https://github.com/hyperledger/fabric/releases/tag/v2.4.2 ![image](https://user-images.githubusercontent.com/16542757/157522991-ae05f1e2-c2fd-4e55-bd05-0144476e5fea.png)

documentation

In `fabric/orderer` the `consensus` directory holds various pluggable consensus implementations. Currently the consensus implementations in the `orderer/consensus/` directory are {etcdraft, kafka, solo, **inactive**}. This issue is created to understand the...

Do we still want to call this "new"? It may be the new "Fabric" lifecycle in v.2.0. but it's not the latest "Transaction" lifecycle (which is new in 2.4 with...

documentation

Per stackoverflow post https://stackoverflow.com/questions/69115892/hyperledger-fabric-java-chaincode-timeout-expired-while-starting-chaincode  , it appears Java chaincode is missing from chaincode as an external service doc topic: https://hyperledger-fabric.readthedocs.io/en/latest/cc_service.html#writing-chaincode-to-run-as-an-external-service

documentation
good first issue

change default path for snapshot in description from /var/hyperledger/production/orderer/etcdraft/wal to /var/hyperledger/production/orderer/etcdraft/snapshot

Hi, I found one of the images looks clipped from here (https://hyperledger-fabric.readthedocs.io/en/latest/couchdb_tutorial.html#add-the-index-to-your-chaincode-folder). I'm using Chrome (Version 98.0.4758.102 (Official Build) (x86_64)) in Mac OS (10.15.7). And here are the links for...

Issue to collect one-off language etc. fixes when found to address in one PR: "have" ---> "having" ![image](https://user-images.githubusercontent.com/16542757/157331850-3e2ff9eb-1777-43a0-8624-0b9bceabf5f4.png)

documentation
good first issue

The deployCC command provides the ability to deploy Go/Java/Typescript/Javascript chaincode. However in almost all cases this will fail (and that applies for the provided samples in fabric-samples as well) unless...

documentation