|
Python 3 support for
#fabric-sdk-node
It was not really a Node SDK limitation but rather a node-gyp issue. We require node-gyp as we use native modules. The latest versions of npm ship with versions of node-gyp which support Python 3.5, 3
It was not really a Node SDK limitation but rather a node-gyp issue. We require node-gyp as we use native modules. The latest versions of npm ship with versions of node-gyp which support Python 3.5, 3
|
By
...
· #7194
·
|
|
how to Add new org in exciting channel using node js
#fabric
#fabric-sdk-node
#fabric-questions
hi team, i am not able to add new org in existing hyperledger fabric channel using node js help help me to resolve this problem. thanks, Puneeth V
hi team, i am not able to add new org in existing hyperledger fabric channel using node js help help me to resolve this problem. thanks, Puneeth V
|
By
...
· #6313
·
|
|
Unable to connect to the Peer using Node SDK
#fabric
#fabric-sdk-node
#grpc
HI Team, While running the node gateway.js , i am getting the below error - ranjan@ubuntuVMServer1:~/LDBCApp/sdk/gateway$ node gateway.js start setupGateway begin setupGateway 1 setupGateway 2 setupGa
HI Team, While running the node gateway.js , i am getting the below error - ranjan@ubuntuVMServer1:~/LDBCApp/sdk/gateway$ node gateway.js start setupGateway begin setupGateway 1 setupGateway 2 setupGa
|
By
...
· #6331
·
|
|
Preventing concurrent putState execution
#fabric-questions
#fabric-sdk-node
Hi Is it possible somehow to prevent concurrent states updating from chaincode by putState? So, when I run two concurrent transactions (which update the same key) at the same time I want that the last
Hi Is it possible somehow to prevent concurrent states updating from chaincode by putState? So, when I run two concurrent transactions (which update the same key) at the same time I want that the last
|
By
Ignat Zakrevsky
· #6398
·
|
|
Peer instantiation error
#fabric
#fabric-sdk-node
Hi Baohua, Me to encoutering problems during chaincode instantiation. I don't use any SDKs. Just using CLI command but I get "Error: could not assemble transaction, err proposal response was not succe
Hi Baohua, Me to encoutering problems during chaincode instantiation. I don't use any SDKs. Just using CLI command but I get "Error: could not assemble transaction, err proposal response was not succe
|
By
indirajith
· #7438
·
|
|
Peer instantiation error
#fabric
#fabric-sdk-node
Sorry for multiple emails. But to give more information on the problem, I am sending the log of couchdb container. [notice] 2019-12-18T10:44:54.593120Z nonode@nohost <0.340.0> -------- chttpd_auth_cac
Sorry for multiple emails. But to give more information on the problem, I am sending the log of couchdb container. [notice] 2019-12-18T10:44:54.593120Z nonode@nohost <0.340.0> -------- chttpd_auth_cac
|
By
indirajith
· #7441
·
|
|
Peer Failed connecting to Orderer: Channel created but Peer is not connection to Orderer and unable to retrieve blocks from ordering service.
#fabric-sdk-node
#docker
#raft
#consensus
#cal-notice
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
|
By
Akshay Soni
· #7310
·
|
|
How to send fabric chaincode events received in node.js application to angular application?
#fabric-sdk-node
Hi guys, I'm using registerChaincodeEvent(ccid, eventCallBack, errorCallBack, options) to listen to events from my blockchain. The problem with this is that the eventCallBack function is not able to a
Hi guys, I'm using registerChaincodeEvent(ccid, eventCallBack, errorCallBack, options) to listen to events from my blockchain. The problem with this is that the eventCallBack function is not able to a
|
By
Prasanth Sundaravelu
· #5364
·
|
|
答复: [Hyperledger Fabric] How to send fabric chaincode events received in node.js application to angular application?
#fabric-sdk-node
That is a general nodejs function, not specific for fabric. But AFAIK, you could use outside function and variable inside callback with `closure` pattern or even directly using the context scope. Best
That is a general nodejs function, not specific for fabric. But AFAIK, you could use outside function and variable inside callback with `closure` pattern or even directly using the context scope. Best
|
By
...
· #5365
·
|
|
答复: [Hyperledger Fabric] How to send fabric chaincode events received in node.js application to angular application?
#fabric-sdk-node
Thanks for reply. I have tried passing in an outside function as a parameter for registerChaincodeEvent now it does not recognize it as eventCallback function and throws error like "eventCallback para
Thanks for reply. I have tried passing in an outside function as a parameter for registerChaincodeEvent now it does not recognize it as eventCallback function and throws error like "eventCallback para
|
By
Prasanth Sundaravelu
· #5366
·
|
|
Question regarding user enrollment using Fabric-CA node sdk
#fabric-sdk-node
#fabric
#fabricca
Hello Team, I have created my fabric network which includes 2 Orgs having 2 peers each and used Fabric-CA for generating crypto material for peers and orderer. Now my question is, how to enroll and re
Hello Team, I have created my fabric network which includes 2 Orgs having 2 peers each and used Fabric-CA for generating crypto material for peers and orderer. Now my question is, how to enroll and re
|
By
HLF POC
· #5470
·
|
|
Adding Organization to Fabric Network using the Node API
#fabric
#fabric-ca
#fabric-sdk-node
Hi All, Can any one know how to add or remove organization from running fabric Network using Node API? Thanks Suresh
Hi All, Can any one know how to add or remove organization from running fabric Network using Node API? Thanks Suresh
|
By
...
· #6745
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello Labib Farag, Thanks for the response. That certainly provides a standardized interface for solving the problem. However, if you will notice, the disclaimer states: Disclaimer Checkpointing in it
Hello Labib Farag, Thanks for the response. That certainly provides a standardized interface for solving the problem. However, if you will notice, the disclaimer states: Disclaimer Checkpointing in it
|
By
Robert Broeckelmann
· #6765
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Correct ... channel event hub does not support "durable subscriptions". Consuming applications need to keep track of the most recent block they have received / processed (I'll also note that there are
Correct ... channel event hub does not support "durable subscriptions". Consuming applications need to keep track of the most recent block they have received / processed (I'll also note that there are
|
By
...
· #6774
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello HyperLedger Fabric community, I am working on implementing an application that receives chaincode events of interest (via a regular expression match on the event name) and then places those even
Hello HyperLedger Fabric community, I am working on implementing an application that receives chaincode events of interest (via a regular expression match on the event name) and then places those even
|
By
Robert Broeckelmann
· #6762
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Sample of using a block listener to save the blocks https://github.com/hyperledger/fabric-samples/blob/release-1.4/off_chain_data/README.md
Sample of using a block listener to save the blocks https://github.com/hyperledger/fabric-samples/blob/release-1.4/off_chain_data/README.md
|
By
...
· #6767
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
did you checked this which is module for replaying missed events emitted by peers https://fabric-sdk-node.github.io/release-1.4/tutorial-event-checkpointer.html
did you checked this which is module for replaying missed events emitted by peers https://fabric-sdk-node.github.io/release-1.4/tutorial-event-checkpointer.html
|
By
Labib Farag Labib
· #6764
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
The fabric event service is no longer supported and the 'EventHub.js' has been removed from the NodeSDK. To use the new fabric channel event service on a peer use the new 'ChannelEventHub.js'. https:/
The fabric event service is no longer supported and the 'EventHub.js' has been removed from the NodeSDK. To use the new fabric channel event service on a peer use the new 'ChannelEventHub.js'. https:/
|
By
...
· #6766
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello. Thanks for the reply. I am using ChannelEventHub. I found the discussion/recommendations for strategies surrounding how to detect which events have been missed in the link I provided (the older
Hello. Thanks for the reply. I am using ChannelEventHub. I found the discussion/recommendations for strategies surrounding how to detect which events have been missed in the link I provided (the older
|
By
Robert Broeckelmann
· #6768
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
The ChannelEventHub offers the ability to be started or restarted with a 'startBlock' and/or 'endBlock'. The ChannelEventHub instance keeps the last block received number. The block number is also inc
The ChannelEventHub offers the ability to be started or restarted with a 'startBlock' and/or 'endBlock'. The ChannelEventHub instance keeps the last block received number. The block number is also inc
|
By
...
· #6769
·
|