|
Peer instantiation error
#fabric
#fabric-sdk-node
Getting this error when trying to instantiate the chaincode on Org1: Peer isn't eligible for channel mychannel : implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requ
Getting this error when trying to instantiate the chaincode on Org1: Peer isn't eligible for channel mychannel : implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requ
|
By
...
· #7369
·
|
|
Peer instantiation error
#fabric
#fabric-sdk-node
I am using fabric 1.4 with raft configuration. create channel, join channel, update anchor peers and install chaincode worked fine but facing this issue when trying to instantiate chaincode: NodeJS lo
I am using fabric 1.4 with raft configuration. create channel, join channel, update anchor peers and install chaincode worked fine but facing this issue when trying to instantiate chaincode: NodeJS lo
|
By
...
· #7370
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
Hi all, I've been trying to plug fabric to an HSM to avoid having the private keys stored in the file system of the components (except the TLS ones since it is currently not possible to do the same fo
Hi all, I've been trying to plug fabric to an HSM to avoid having the private keys stored in the file system of the components (except the TLS ones since it is currently not possible to do the same fo
|
By
...
· #7390
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
The peer CLI currently uses the same config as the peer. If you point the peer CLI at a core.yaml file which uses PKCS11 for the BCCSP (same as you would do for the peer), then things should work. If
The peer CLI currently uses the same config as the peer. If you point the peer CLI at a core.yaml file which uses PKCS11 for the BCCSP (same as you would do for the peer), then things should work. If
|
By
...
· #7392
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
Thank you Gari for your quick reply. So from what I understand, since I created my admin user using the fabric-ca-client plugged to the HSM. If I configure the peer CLI command so that it uses the sam
Thank you Gari for your quick reply. So from what I understand, since I created my admin user using the fabric-ca-client plugged to the HSM. If I configure the peer CLI command so that it uses the sam
|
By
...
· #7393
·
|
|
#hsm #fabric-sdk-node #fabric Admin user and HSM
#hsm
#fabric-sdk-node
#fabric
The Node, Java and Go SDKs all have the ability to use HSMs. The Go SDK uses a similar config to the peer as it basically embeds the bccsp code. The Node SDK allows you to pass in a PKCS11 crypto suit
The Node, Java and Go SDKs all have the ability to use HSMs. The Go SDK uses a similar config to the peer as it basically embeds the bccsp code. The Node SDK allows you to pass in a PKCS11 crypto suit
|
By
...
· #7394
·
|
|
Peer instantiation error
#fabric
#fabric-sdk-node
ankit, Seems that's the policy issue, and have you joined the peer into the channel successfully? And what id are you using to do the installation? Besides, I think this project might be helpful for y
ankit, Seems that's the policy issue, and have you joined the peer into the channel successfully? And what id are you using to do the installation? Besides, I think this project might be helpful for y
|
By
Baohua Yang
· #7399
·
|
|
Query on fabric NodeJS versioning
#fabric-sdk-node
Hi All, Is there any recommendation for fabric Node JS SDK version to be used for a specific fabric version running on the network peer/orderer/ca nodes. For example, if my fabric network is running o
Hi All, Is there any recommendation for fabric Node JS SDK version to be used for a specific fabric version running on the network peer/orderer/ca nodes. For example, if my fabric network is running o
|
By
shrugupt@...
· #7296
·
|
|
How to get the ledger height of channel in real time?
#fabric-sdk-node
As we know, one channel can have multiple peers, and when we query ledger height , we need to specify one peer in the channel, but if this peer's ledger is not up to date(e.g. not a leader peer, netwo
As we know, one channel can have multiple peers, and when we query ledger height , we need to specify one peer in the channel, but if this peer's ledger is not up to date(e.g. not a leader peer, netwo
|
By
andychen.chen@...
· #5076
·
|
|
答复: [Hyperledger Fabric] How to get the ledger height of channel in real time?
#fabric-sdk-node
I have a same concern here, a proposed new feature to provide a more updated block height is expose a query service from orderer, instead of from peer. For who is current leader peer, I gues it could
I have a same concern here, a proposed new feature to provide a more updated block height is expose a query service from orderer, instead of from peer. For who is current leader peer, I gues it could
|
By
...
· #5156
·
|
|
How to get the ledger height of channel in real time?
#fabric-sdk-node
yes, you maybe can not get the latest info about height. But if the channel is alive the height will not be static. There are always transactions around. I am not sure how much sense it will make to k
yes, you maybe can not get the latest info about height. But if the channel is alive the height will not be static. There are always transactions around. I am not sure how much sense it will make to k
|
By
Michael Wang
· #5157
·
|
|
How to develop custom Node SDK for new Business Application
#fabric-sdk-node
Hello All, I am working on a project where I developed a Business Application using the Hyperledger Fabric and Hyperledger Composer. Now, I am looking forward to develop Node SDK for that application.
Hello All, I am working on a project where I developed a Business Application using the Hyperledger Fabric and Hyperledger Composer. Now, I am looking forward to develop Node SDK for that application.
|
By
bhawana.1441@...
· #5234
·
|
|
答复: [Hyperledger Fabric] How to develop custom Node SDK for new Business Application
#fabric-sdk-node
Hi Bhawana I guess this is not a Fabric topic that you need a help in build your application sdk instead of using fabric-sdk-node. You can chose your own implementation, such as using express.js as ht
Hi Bhawana I guess this is not a Fabric topic that you need a help in build your application sdk instead of using fabric-sdk-node. You can chose your own implementation, such as using express.js as ht
|
By
...
· #5239
·
|
|
Issue in Fabric SDK Node 1.2.2 - error response status thrown away
#fabric-sdk-node
#fabric
Hello, In Fabric SDK Node 1.2.2, when response with Status less than 400 is returned from chaincode, the resulting response contains only error message and stack trace. Would it be possible to fix thi
Hello, In Fabric SDK Node 1.2.2, when response with Status less than 400 is returned from chaincode, the resulting response contains only error message and stack trace. Would it be possible to fix thi
|
By
...
· #4832
·
|
|
Issue in Fabric SDK Node 1.2.2 - error response status thrown away
#fabric-sdk-node
#fabric
Just to double check here ... you actually are talking about the behavior when the status is >= 400, correct? ----------------------------------------- Gari Singh Distinguished Engineer, CTO - IBM Blo
Just to double check here ... you actually are talking about the behavior when the status is >= 400, correct? ----------------------------------------- Gari Singh Distinguished Engineer, CTO - IBM Blo
|
By
...
· #4833
·
|
|
how to Add new org in exciting channel using node js
#fabric
#fabric-sdk-node
#fabric-questions
please take a look at this page. The fabric interop working group has already developed the process and code to help out with this. https://wiki.hyperledger.org/display/fabric/Fabric+Interop+Working+G
please take a look at this page. The fabric interop working group has already developed the process and code to help out with this. https://wiki.hyperledger.org/display/fabric/Fabric+Interop+Working+G
|
By
Tong Li
· #6314
·
|
|
Application example for test network
#hyperledger-fabric
#fabric-sdk-node
Hi I want to write node app for the test network. I see that the fabcar app is available for first-network. But the for test network there is no app example. Can you guide me please. Thanks
Hi I want to write node app for the test network. I see that the fabcar app is available for first-network. But the for test network there is no app example. Can you guide me please. Thanks
|
By
rakatti3@...
· #7800
·
|
|
Application example for test network
#hyperledger-fabric
#fabric-sdk-node
There is a currently a PR open to have the fabcar sample use the test network instead: https://github.com/hyperledger/fabric-samples/pull/103 You can either checkout the PR, or use the changes to poin
There is a currently a PR open to have the fabcar sample use the test network instead: https://github.com/hyperledger/fabric-samples/pull/103 You can either checkout the PR, or use the changes to poin
|
By
Nikhil Gupta
· #7811
·
|
|
Error: 2 UNKNOWN: access denied: channel [] creator org [Org3MSP]
#fabric-sdk-node
Hi, I was trying to create a new org with name org3 in balance transfer application 1.4.3 version. Started the network, I tried to run all the REST API's as per the documentation. After registering us
Hi, I was trying to create a new org with name org3 in balance transfer application 1.4.3 version. Started the network, I tried to run all the REST API's as per the documentation. After registering us
|
By
ramesh.bobbala1990@...
· #6954
·
|
|
Python 3 support for
#fabric-sdk-node
As per the Official Hyperledger Fabric Doc, "The Fabric Node.js SDK requires an iteration of Python 2.7 in order for npm install operations to complete successfully." As per the https://pythonclock.or
As per the Official Hyperledger Fabric Doc, "The Fabric Node.js SDK requires an iteration of Python 2.7 in order for npm install operations to complete successfully." As per the https://pythonclock.or
|
By
manojkumar.ragupathi@...
· #7192
·
|