fabric-gateway icon indicating copy to clipboard operation
fabric-gateway copied to clipboard

Go, Node and Java client API for Hyperledger Fabric v2.4+

Results 20 fabric-gateway issues
Sort by recently updated
recently updated
newest added

**As a** maintainer **I want** to run scenario tests with Fabric v3 **So that** I have confidence that the client API continues to work with Fabric v3 Testing for pull...

enhancement

Errors similar to this periodically occur in the automated build: ``` java.util.NoSuchElementException: No value present at java.base/java.util.Optional.get(Optional.java:143) at org.hyperledger.fabric.client.CommonBlockEventsTest.uses_checkpoint_block_zero_with_set_transaction_id_instead_of_specified_start_block(CommonBlockEventsTest.java:263) ``` I suspect this is caused by a concurrency issue in...

bug

**As a** front-end developer **I want** to use the client API directly from the browser **So that** a back-end Node.js server is not required as an intermediary The key issues...

enhancement
help wanted

**As a** Golang application developer **I want** to use an Idemix signer implementation **So that** client permission to transact with the network can be verified while maintaining anonymity Golang Idemix...

enhancement
help wanted
client
hacktoberfest

**As a** blockchain developer **I want** to be able to use arbitrary key types when signing using a Hardware Security Module (HSM) **So that** I can use any key type...

enhancement
good first issue
client
hacktoberfest

**As a** blockchain application developer **I want** my client application to receive payloads returned by chaincode error responses **So that** I can pass metadata from the chaincode back to the...

enhancement
server
client

The following samples should be extended with gateway app samples. We don't need to have a full matrix of all samples in a languages however. Items with a 'P' are...

documentation
help wanted
good first issue
hacktoberfest

**As an** application developer **I want** to create a Commit object directly from a specified transaction ID **So that** I can obtain the validation code for an arbitrary transaction Currently...

enhancement
good first issue
client
hacktoberfest

Using just node as a client for now I messed around with changing the parameters to GrpcClient creation to see how helpful it was when something was not done right...

documentation