fabric-sdk-node
fabric-sdk-node copied to clipboard
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
It might involve - rewrite DiscoveryHandler.js - migrate to use TargetedHandler.js - more code hygiene in Proposal.js - more use subclass of Proposal.js, than ServiceAction Signed-off-by: DavidLiu
We found memory-leak behavior when we call gateway.connect and gateway.disconnect repeatedly, though we expected that gateway.disconnect cleans up. We tried executing the code attached to this issue on the following...
If I want to reenroll a user using fabric-ca-client CLI, it has this flag [--csr.keyrequest.reusekey] that makes the reenrolling process use the existing key pair of the user. However, the...
Hello, I'm just writing to get some clarification about how `requestObj.certificate_request` is used here https://github.com/hyperledger/fabric-sdk-node/blob/v2.2.11/fabric-ca-client/lib/FabricCAClient.js#L236 I'm using the class `FabricCAServices` and instantiating the class using the following piece of code...
You're correct, I'm sure this could be improved. Perhaps instead of a handler being passed in with the signature: ```typescript export class ServiceHandler { commit(signedEnvelope: Buffer, request: any): Promise; endorse(signedProposal:...
The SigningIdentity has the following code and documentation: ``` /** * Signs digest with the private key contained inside the signer. * * @param {byte[]} msg The message to sign...
Hi, we are running a node webapp and recently upgraded the packages `fabric-common` and `fabric-network` to `2.2.9`. We started receiving this error: ``` "TypeError: fabproto6.google.protobuf.Timestamp.create is not a function at...
See https://github.com/hyperledger/fabric-rfcs/pull/42 for reference. Adding tracing support for all SDKs calling into Fabric to send traces and propagate them.
When I use fabric node sdk for invokes, at times getting the below connection drop errors and during retry it's getting executed without any issues. 2023-01-12T12:25:49.557Z - error: [Endorser]: sendProposal[peer2-org1.example.com:30002]...