|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Just to avoid duplication of effort: https://stackoverflow.com/questions/63628826/error-cannot-find-module-fabric-client-in-fabric-1-2
Just to avoid duplication of effort: https://stackoverflow.com/questions/63628826/error-cannot-find-module-fabric-client-in-fabric-1-2
|
By
Mark Lewis
· #8934
·
|
|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Hello Abhay, Are you using Amazon managed blockchain by chance? If so, they may be multiple versions behind where you would be if you were using native Fabric deployment on AWS. If you are using a nat
Hello Abhay, Are you using Amazon managed blockchain by chance? If so, they may be multiple versions behind where you would be if you were using native Fabric deployment on AWS. If you are using a nat
|
By
...
· #8931
·
|
|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Error : Cannot find Module 'fabric-client' in fabric 1.2 Even after trying "npm update" command, still i am facing fabric-client error. The error details given below Fabric version - 1.2 | OS - Amazon
Error : Cannot find Module 'fabric-client' in fabric 1.2 Even after trying "npm update" command, still i am facing fabric-client error. The error details given below Fabric version - 1.2 | OS - Amazon
|
By
Abhay Prasad
· #8928
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
|
By
Bozhidar Ignatov
· #8927
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hi Bozhidar, Can you share the commands/output from when you packaged the chaincode? You may also find it helpful if you have not already done so, to review the tutorial “Deploying a Smart Contract to
Hi Bozhidar, Can you share the commands/output from when you packaged the chaincode? You may also find it helpful if you have not already done so, to review the tutorial “Deploying a Smart Contract to
|
By
...
· #8919
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hello All, The peer has joined the channel and chaincode is packed on. I have a problem with instantiating chaincode in Hyperledger fabric Network version 2: # peer lifecycle chaincode install chainco
Hello All, The peer has joined the channel and chaincode is packed on. I have a problem with instantiating chaincode in Hyperledger fabric Network version 2: # peer lifecycle chaincode install chainco
|
By
Bozhidar Ignatov
· #8916
·
|
|
#fabric-sdk-node Event not thrown in a delegate chaincode call
#fabric-sdk-node
Hi all, I have a chaincode(parent) that call to other chaincode (child). I have also in the child chaincode an event that is thrown in a write operation. When I'm listening the events of the child and
Hi all, I have a chaincode(parent) that call to other chaincode (child). I have also in the child chaincode an event that is thrown in a write operation. When I'm listening the events of the child and
|
By
MARIA TERESA NIETO GALAN
· #8745
·
|
|
fabric-common User and fabric-client User are clashing
#fabric-ca-client
#fabric-sdk-node
From @bestbeforetoday in Hyperledger Chat: Both the v2.2.0 and v1.4.11 releases of the Node SDK have been published. v2.2 is a long-term support (LTS) release accompanying the Fabric v2.2 LTS release,
From @bestbeforetoday in Hyperledger Chat: Both the v2.2.0 and v1.4.11 releases of the Node SDK have been published. v2.2 is a long-term support (LTS) release accompanying the Fabric v2.2 LTS release,
|
By
ashish.cppdev@...
· #8684
·
|
|
fabric-common User and fabric-client User are clashing
#fabric-ca-client
#fabric-sdk-node
The v1.4.11 release of the Node SDK should fix this. https://github.com/hyperledger/fabric-sdk-node/releases/tag/v1.4.11
The v1.4.11 release of the Node SDK should fix this. https://github.com/hyperledger/fabric-sdk-node/releases/tag/v1.4.11
|
By
Mark Lewis
· #8683
·
|
|
fabric-common User and fabric-client User are clashing
#fabric-ca-client
#fabric-sdk-node
Hi, I have the following code: import * as FabricCAServices from 'fabric-ca-client'; import { Gateway } from 'fabric-network'; [...] const client = gateway.getClient(); let msp = client.getMspid(); co
Hi, I have the following code: import * as FabricCAServices from 'fabric-ca-client'; import { Gateway } from 'fabric-network'; [...] const client = gateway.getClient(); let msp = client.getMspid(); co
|
By
ashish.cppdev@...
· #8681
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
Thanks Matthew! I didn't know decoding it was so easy. By any chance, do you know how to get a block and decode it via APIs instead of CLI?
Thanks Matthew! I didn't know decoding it was so easy. By any chance, do you know how to get a block and decode it via APIs instead of CLI?
|
By
stpcmferiwbtnundnx@...
· #8669
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
Thanks David! Will probably do your first pair of suggestions as it is the easiest to do for now. I'll be looking forward to the new snapshot feature though.
Thanks David! Will probably do your first pair of suggestions as it is the easiest to do for now. I'll be looking forward to the new snapshot feature though.
|
By
stpcmferiwbtnundnx@...
· #8668
·
|
|
Dynamically assign endorsing or chaincode query role to channel peers in the Fabric Node SDK
#fabric-sdk-node
#fabric
#hyperledger-fabric
I am using the following Fabric Versions: 1. Fabric binaries: 1.4.4. 2. Fabric Node SDK version: 1.4.9 (fabric-network, fabric-client, fabric-ca-client). 3. Node.js version: v8.10.0 I wish to perform
I am using the following Fabric Versions: 1. Fabric binaries: 1.4.4. 2. Fabric Node SDK version: 1.4.9 (fabric-network, fabric-client, fabric-ca-client). 3. Node.js version: v8.10.0 I wish to perform
|
By
chintanr97@...
· #8581
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
It is recommended to use endorsement policy > 1 to ensure that multiple peers are in agreement for each transaction. Similarly you can query multiple peers if the state is in doubt. This will protect
It is recommended to use endorsement policy > 1 to ensure that multiple peers are in agreement for each transaction. Similarly you can query multiple peers if the state is in doubt. This will protect
|
By
David Enyeart
· #8466
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
The value is base64 encoded, not encrypted. The value is represented as bytes and base64 is how bytes are represented in JSON. Your value is decoded as: {"class":"aipay.payment","key":"\"0004_workstat
The value is base64 encoded, not encrypted. The value is represented as bytes and base64 is how bytes are represented in JSON. Your value is decoded as: {"class":"aipay.payment","key":"\"0004_workstat
|
By
Matthew Sykes
· #8464
·
|
|
How to verify that a state in the couchdb matches a transaction in the blockchain?
#fabric-sdk-node
#database
#fabric-questions
In case of disputes, we need to provide assurance to our client that items in the couchdb are not manipulated and thus backed by transactions in the blockchain, which is secure and trusted by both par
In case of disputes, we need to provide assurance to our client that items in the couchdb are not manipulated and thus backed by transactions in the blockchain, which is secure and trusted by both par
|
By
stpcmferiwbtnundnx@...
· #8461
·
|
|
Fabric Java SDK for using Channel-based event hub service
#fabric-sdk-java
#fabric-sdk-node
#hyperledger-fabric
You are correct that EventHub is the wrong thing to be using, and this is removed in the v2.x SDK. If possible, I would strongly recommend using fabric-gateway-java rather than fabric-sdk-java. It lay
You are correct that EventHub is the wrong thing to be using, and this is removed in the v2.x SDK. If possible, I would strongly recommend using fabric-gateway-java rather than fabric-sdk-java. It lay
|
By
Mark Lewis
· #8419
·
|
|
Fabric Java SDK for using Channel-based event hub service
#fabric-sdk-java
#fabric-sdk-node
#hyperledger-fabric
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
|
By
chintanr97@...
· #8417
·
|
|
Channel members management
#fabric-sdk-node
#fabric
Since there is no fabric-client anymore, what are solutions for automated(scripted) dynamic update of channel configuration? In my use-case organizations should be able to dynamically add each other t
Since there is no fabric-client anymore, what are solutions for automated(scripted) dynamic update of channel configuration? In my use-case organizations should be able to dynamically add each other t
|
By
...
· #8405
·
|
|
#fabric #fabric-sdk-node #hyperledger-fabric
#hyperledger-fabric
#fabric
#fabric-sdk-node
Hi, In version 2.0 of the node sdk for fabric it appears channel.queryBlock, channel.queryBlockByHash, channel.queryInfo and similar have been removed from fabric-network. How does one now query block
Hi, In version 2.0 of the node sdk for fabric it appears channel.queryBlock, channel.queryBlockByHash, channel.queryInfo and similar have been removed from fabric-network. How does one now query block
|
By
...
· #8394
·
|