|
Error: You've asked to invoke a function that does not exist:
Hello,
I copied the fabcar code and made a seperate in the fabric-samples and was tinkering with the chaincode to see if I can add new methods and functionalities, but I have been having issues.
I
Hello,
I copied the fabcar code and made a seperate in the fabric-samples and was tinkering with the chaincode to see if I can add new methods and functionalities, but I have been having issues.
I
|
By
Skyler Saleebyan
·
#8354
·
|
|
Re: Error When Attempting to First Invoke Chaincode
My apologies. If I had read further the first time I would have noticed this JIRA, immediately following the previous one I linked to, which clearly states you are working on documentation updates for
My apologies. If I had read further the first time I would have noticed this JIRA, immediately following the previous one I linked to, which clearly states you are working on documentation updates for
|
By
White, Spencer (S.)
·
#8353
·
|
|
Re: Chaincode container is running but query operation gives chaincode instantiation failed
#fabric-chaincode
As indicated at https://stackoverflow.com/questions/55394476/error-could-not-send-eof-on-instantiating-chaincode , EOF can be caused by TLS issues between client and orderer.
This issue is now
As indicated at https://stackoverflow.com/questions/55394476/error-could-not-send-eof-on-instantiating-chaincode , EOF can be caused by TLS issues between client and orderer.
This issue is now
|
By
David Enyeart
·
#8352
·
|
|
Error When Attempting to First Invoke Chaincode
Hello,
I am encountering the attached error in the first of my chaincode containers that is being invoked after the chaincode has been installed and instantiated on my peer.
I thought this could
Hello,
I am encountering the attached error in the first of my chaincode containers that is being invoked after the chaincode has been installed and instantiated on my peer.
I thought this could
|
By
White, Spencer (S.)
·
#8351
·
|
|
Re: Chaincode container is running but query operation gives chaincode instantiation failed
#fabric-chaincode
Looks like the client failed to send the results to the ordering service node:
https://github.com/hyperledger/fabric/blob/release-1.4/peer/common/broadcastclient.go#L63
Not sure why grpc returned EOF
Looks like the client failed to send the results to the ordering service node:
https://github.com/hyperledger/fabric/blob/release-1.4/peer/common/broadcastclient.go#L63
Not sure why grpc returned EOF
|
By
David Enyeart
·
#8350
·
|
|
Re: Chaincode container is running but query operation gives chaincode instantiation failed
#fabric-chaincode
Your chaincode image build took over 3 minutes which is much longer than normal.
The instantiation request and container start looks like it was ultimately successful, but the instantiation result was
Your chaincode image build took over 3 minutes which is much longer than normal.
The instantiation request and container start looks like it was ultimately successful, but the instantiation result was
|
By
David Enyeart
·
#8349
·
|
|
Chaincode container is running but query operation gives chaincode instantiation failed
#fabric-chaincode
Hi,
I am trying to setup HLF to run in K8s. I see that peer is starting chaincode container and chaincode container is running succesfully. But instantiation step is exiting with EOF and when I
Hi,
I am trying to setup HLF to run in K8s. I see that peer is starting chaincode container and chaincode container is running succesfully. But instantiation step is exiting with EOF and when I
|
By
Suresh Appana
·
#8348
·
|
|
Re: ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
https://jira.hyperledger.org/browse/FABCN-405
https://github.com/hyperledger/fabric-chaincode-node/pull/150
thanks for pointing this out!
Ry
--
Ry Jones
Community Architect, Hyperledger
Chat:
https://jira.hyperledger.org/browse/FABCN-405
https://github.com/hyperledger/fabric-chaincode-node/pull/150
thanks for pointing this out!
Ry
--
Ry Jones
Community Architect, Hyperledger
Chat:
|
By
Ry Jones
·
#8347
·
|
|
Re: ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Thanks Matthew!
I changed the source code of my "package.json" as Matthew indicated, and my chaincode was successfully instantiated.
Explanation:
(1) I wrote my package.json with reference to the
Thanks Matthew!
I changed the source code of my "package.json" as Matthew indicated, and my chaincode was successfully instantiated.
Explanation:
(1) I wrote my package.json with reference to the
|
By
Magno Alves Cavalcante
·
#8346
·
|
|
Re: ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Hello - the module is `fabric-contract-api` rather than chaincode-api:-)
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at WHITEMAT@...
Find me on
Hello - the module is `fabric-contract-api` rather than chaincode-api:-)
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at WHITEMAT@...
Find me on
|
By
Matthew White
·
#8345
·
|
|
Re: Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
The desired solution for this is to allow peers to join channels starting from the latest config block rather than requiring starting from the genesis block.
The checkpoint/archive feature will also
The desired solution for this is to allow peers to join channels starting from the latest config block rather than requiring starting from the genesis block.
The checkpoint/archive feature will also
|
By
Gari Singh <garis@...>
·
#8343
·
|
|
Re: Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
I replied in the JIRA, I agree with youranalysis that adding these parameters to configure the peer's channel joiningmight be useful.
From: chintanr97@...
To: fabric@...
Date:
I replied in the JIRA, I agree with youranalysis that adding these parameters to configure the peer's channel joiningmight be useful.
From: chintanr97@...
To: fabric@...
Date:
|
By
Yacov
·
#8342
·
|
|
Newly added peer getting online/offline messages along with old non-anchor peers
#hyperledger-fabric
#grpc
#tls
I am encountering the following scenario:
I am running a network on multiple hosts.
The network has one Orderer Organization (3 orderers in RAFT mode) and 1 Peer organization (2 Peers). Both having
I am encountering the following scenario:
I am running a network on multiple hosts.
The network has one Orderer Organization (3 orderers in RAFT mode) and 1 Peer organization (2 Peers). Both having
|
By
chintanr97@...
·
#8341
·
|
|
Re: Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
@Yacov, I would like to highlight that why aren't we making using of peer CLI command for this? I mean to say that in "peer channel join" command we have an option of specifying the orderer endpoint,
@Yacov, I would like to highlight that why aren't we making using of peer CLI command for this? I mean to say that in "peer channel join" command we have an option of specifying the orderer endpoint,
|
By
chintanr97@...
·
#8340
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Hello All!
I wrote my chaincode using Node.js API, and now I'm trying to instantiate.
image: hyperledger/fabric-peer:1.4.5
My package.json has the follow source:
// -------------------
{
Hello All!
I wrote my chaincode using Node.js API, and now I'm trying to instantiate.
image: hyperledger/fabric-peer:1.4.5
My package.json has the follow source:
// -------------------
{
|
By
Magno Alves Cavalcante
·
#8339
·
|
|
Re: Confusion related to env variable ORDERER_TLS_CA
You are really asking two separate questions here.
1. ORDERER_GENERAL_TLS_ROOTCAS
Strictly speaking, you don't necessarily have to set this at all. This config parameter is used by the orderer to
You are really asking two separate questions here.
1. ORDERER_GENERAL_TLS_ROOTCAS
Strictly speaking, you don't necessarily have to set this at all. This config parameter is used by the orderer to
|
By
Gari Singh <garis@...>
·
#8338
·
|
|
Re: Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
Read this JIRA https://jira.hyperledger.org/browse/FAB-5288
From: chintanr97@...
To: fabric@...
Date: 05/18/2020 09:37 AM
Subject: [EXTERNAL] [HyperledgerFabric] Adding a peer
Read this JIRA https://jira.hyperledger.org/browse/FAB-5288
From: chintanr97@...
To: fabric@...
Date: 05/18/2020 09:37 AM
Subject: [EXTERNAL] [HyperledgerFabric] Adding a peer
|
By
Yacov
·
#8337
·
|
|
Re: Confusion related to env variable ORDERER_TLS_CA
You can find the basics of gPRC TLS authentication here: https://blog.gopheracademy.com/advent-2019/go-grps-and-tls/
The article does not cover the usage of multiple CAs, but we could suppose it would
You can find the basics of gPRC TLS authentication here: https://blog.gopheracademy.com/advent-2019/go-grps-and-tls/
The article does not cover the usage of multiple CAs, but we could suppose it would
|
By
conanoc
·
#8336
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
The peer fails to join the channel in the following scenario:
A channel was created by the Orderer Organization (running 3 orderers in RAFT mode).
A peer organization was added (let's say with 3
The peer fails to join the channel in the following scenario:
A channel was created by the Orderer Organization (running 3 orderers in RAFT mode).
A peer organization was added (let's say with 3
|
By
chintanr97@...
·
#8335
·
|
|
Re: How can I check which hash function is being used to create block hash in hyperledger fabric.
There is a config value for each channel named "HashingAlgorithm".
This is not currently configurable and it set to SHA256.
-----------------------------------------
Gari Singh
Distinguished
There is a config value for each channel named "HashingAlgorithm".
This is not currently configurable and it set to SHA256.
-----------------------------------------
Gari Singh
Distinguished
|
By
Gari Singh <garis@...>
·
#8334
·
|