fabric-chaincode-java icon indicating copy to clipboard operation
fabric-chaincode-java copied to clipboard

Hyperledger Fabric Contract and Chaincode implementation for Java https://wiki.hyperledger.org/display/fabric

Results 26 fabric-chaincode-java issues
Sort by recently updated
recently updated
newest added

**refactor: Modernize ChaincodeBase class** - Utilize Java 8+ features like lambda expressions and Optional - Implement try-with-resources for better resource management - Improve logging with concise lambda expressions - Use...

- Retire inactive maintainers: Artem Barger, Matthew B White - Add active maintainer: Dave Enyeart

When I call a submit method from application via gateway, I received an Exception below. ``` Caused by: org.hyperledger.fabric.client.EndorseException: io.grpc.StatusRuntimeException: ABORTED: failed to collect enough transaction endorsements, see attached details...

bug
help wanted

Fabric [v3.1.0](https://github.com/hyperledger/fabric/releases/tag/v3.1.0) introduced a new performance optimization that allows ledger reads and writes to be performed in batches. This feature is described in the [Peer to Chaincode Communication Optimization RFC](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0011-peer-chaincode-optimization.md)....

enhancement
help wanted

The documentation is not being republished when new changes are pushed to the repository. This means the API can become out of step with the current codebase. Documentation publishing used...

**As a** maintainer **I want** the release GitHub Actions workflow to automatically released the staged artifact to Maven Central **So that** I don't have to remember (and have credentials) to...