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

In purge private data, in the initial design we considered keeping one purge marker that would be used for both a) deleting the data in the background and b) reconciliation....

For example, this one is pending / working: https://hyperledger-fabric.readthedocs.io/en/release-2.4/getting_started.html ![image](https://user-images.githubusercontent.com/16542757/157545894-b070fee2-75b7-4296-9c02-2244311268c2.png) Others can be added and worked in this issue.

documentation

Write integration tests to verify the behavior of purge operation and changed reconciliation process.

Can the Fabric protocol stack replace TCP with QUIC?Hope to get the answer, if possible, how to modify?Thank you

Refer [#48](https://github.com/hyperledger/fabric-rfcs/pull/48) for complete details Workitems: - [ ] Story: Define and implement a generic BFT Block Replication Module - [ ] [Implement a new interface BlockFetcher with source suspicious...

Epic

"Developing Applications" [doc](https://hyperledger-fabric.readthedocs.io/en/latest/developapps/developing_applications.html) has gotten somewhat outdated and is based on the Commercial Paper chaincode that many people don't understand. It should be overhauled and potentially based on a simpler...

documentation

During learning and comparing external chaincode `bin/peer lifecycle chaincode package --label=diagnose --lang=external --path=...chaincode/golang/diagnose ccPackage.tar.gz` I see the failure ``` Error: failed to normalize chaincode path: unknown chaincodeType: EXTERNAL ``` Is...

Write new integration tests for new block replication service #3411