fabric icon indicating copy to clipboard operation
fabric copied to clipboard

THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted

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

## Description According to the [claim](https://github.com/hyperledger/fabric/blob/master/docs/FAQ/usage_FAQ.md) of fabric, 100,000 TPS is the aim to achieve if there are about 15 validating nodes running in close proximity. However, according to my...

consensus
performance

## Description I am trying to install hyperledger fabric locally by following https://hyperledger.github.io/composer/installing/using-playground-locally.html but facing the below error ``` "WARNING: The ARCH variable is not set. Defaulting to a blank...

## Description I'm developing a chaincode program in my own repo (outside the `fabric` repo). I want to define a private function that accepts a parameter of type `gp.Timestamp`, where...

chaincode
build-system

Consider splitting the CAs to allow them to be distributed across different servers / ports, and potentially add local admin interfaces. This allows to have each CA running on a...

security
membersrvc

## Description If chaincode includes an infinite loop, it keeps running and there is no mechanism to abort chaincode. This happens both in invoke and query transactions. If an infinite...

## Description how to debug fabric code? ## Describe How to Reproduce

### Description Using node I make a typical API POST request for which I have a `.catch` block with response variable say `err`. On error, the response body is returned...

I am currently using Hyperledger Fabric. I am using the REST API to make GET request as so: `curl 172.18.0.3:7050/chain/blocks/31` And the output I am getting back is : `{`...