fabric-chaincode-node
fabric-chaincode-node copied to clipboard
Hyperledger Fabric Node.js Smart Contracts issues in JIRA please https://jira.hyperledger.org
As mentioned here https://hlf.readthedocs.io/en/latest/developapps/transactioncontext.html#stub and also https://github.com/hyperledger/fabric-chaincode-go/blob/main/shim/interfaces.go The information about it only be usable in the outer most chaincode should be added
Node.js chaincode build containers require access to the npm registry when installing chaincode. This becomes an issue for peers that are "offline" (e.g. peers from cloud providers) and do not...
``` fatal: could not read Password for '[https://@github.com'](https://@github.com%27/): terminal prompts disabled ```
**As a** smart contract developer **I want** snapshot versions of fabric-chaincode-shim to be published on every change **So that** I can use development fixes or features before a formal release...
The jsdocs are no longer getting published. For example the source file: https://github.com/hyperledger/fabric-chaincode-node/blob/main/docs/_jsdoc/tutorials/using-contractinterface.md Should get pushed to gh-pages branch here: https://github.com/hyperledger/fabric-chaincode-node/blob/gh-pages/main/api/tutorial-using-contractinterface.html Which then gets rendered here: https://hyperledger.github.io/fabric-chaincode-node/main/api/tutorial-using-contractinterface.html Look at the...
**As a** Node chaincode developer **I want** to build and run my chaincode with Node 22 **So that** I can stay current with latest features and bug fixes Node 22...
Closes #435
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `tools/toolchain/package.json` #### Vulnerabilities that will...
 ### Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `tools/toolchain/package.json` #### Vulnerabilities that will...
### Issue #453 ### Description This PR implements the `getMultipleStates` method to `ChaincodeStub` and includes the following updates: 1. Implementation of `getMultipleStates(...keys)` method to retrieve multiple state values from the...