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...
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 
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...
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
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" 
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...