fabric
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...
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  Others can be added and worked in this issue.
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...
"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...
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