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

Hyperledger Fabric Node.js Smart Contracts issues in JIRA please https://jira.hyperledger.org

Results 13 fabric-chaincode-node issues
Sort by recently updated
recently updated
newest added

- Code remains compatible with Node 18. - Project continues to be built and tested with Node 18. - Node 20 is used as the runtime for the nodeenv Docker...

The standard Node fs package provides all the required functionality.

**As a** Node chaincode developer **I want** to build and run my chaincode with Node 20 **So that** I can stay current with latest features and bug fixes Node 20...

In the doc tutorial at https://hyperledger.github.io/fabric-chaincode-node/main/api/ where it talks about how to start a chaincode: ``` "scripts": { "start": "fabric-chaincode-node start" } ``` we should also talk about how to...

A mismatch of `@grpc/grpc-js` versions between the `@hyperledger/fabric-protos` package and `fabric-shim` (version >=2.5.1) appears to cause the following error when the chaincode container is started: ``` TypeError: Channel credentials must...

bug

These have been shown to find defects eg (#376 and #375 ) therefore suggesting to port these to improve the test coverage.

As the the Java Chaincode, the Node.js FV tests need to transition to use the better approach of microfab. Rather than the reliable but long widened pulling of the fabric-samples...

Looking at the docs for getCreator you see ``` getCreator() Returns the identity object of the chaincode invocation's submitter Returns: Type ProposalCreator ``` But the type of ProposalCreator doesn't match...

help wanted
documentation
hacktoberfest

I looked on https://hyperledger.github.io/fabric-chaincode-node/release-2.2/api/index.html and cannot find this class documented yet it is important for users who want to use state based endorsement

help wanted
documentation
hacktoberfest