|
#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 -
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 -
|
By
Abhay Prasad
·
#8928
·
|
|
Re: #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]
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]
|
By
Bozhidar Ignatov
·
#8927
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 08/28/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 28 August 2020
6:00am to 7:00am
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 28 August 2020
6:00am to 7:00am
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8926
·
|
|
Documentation Workgroup: Agenda for Friday, 28 Aug
Hi All,
We will hold thedocumentation workgroup East hemisphere and Western hemisphere calls asusual this Friday. Please attend, you are very welcome! Thanks againto Pam and Joe for hosting and
Hi All,
We will hold thedocumentation workgroup East hemisphere and Western hemisphere calls asusual this Friday. Please attend, you are very welcome! Thanks againto Pam and Joe for hosting and
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#8925
·
|
|
Re: Search for an endorsement policy translator for Node.js SDK v1.4
Thank you for your response.
But I'm not sure if your script generates the correct format for sendInstantiateProposal() or sendUpgradeProposal()?
As the output is different from the JSON object
Thank you for your response.
But I'm not sure if your script generates the correct format for sendInstantiateProposal() or sendUpgradeProposal()?
As the output is different from the JSON object
|
By
Mr.Phuwanai Thummavet
·
#8924
·
|
|
Re: Issues with docker in Fedora 30?
#docker
traffic can go out out does not mean that traffic can come in, so ping google does not really mean your necessary ports are open.
as I have indicated earlier in this doc,
traffic can go out out does not mean that traffic can come in, so ping google does not really mean your necessary ports are open.
as I have indicated earlier in this doc,
|
By
Tong Li
·
#8923
·
|
|
Re: Issues with docker in Fedora 30?
#docker
I already assumed something like this, so I started it as root. It's weirdly causing very similar issues. In my opinion it's more a Fedora/Docker issue and not so much related to permissions. I have
I already assumed something like this, so I started it as root. It's weirdly causing very similar issues. In my opinion it's more a Fedora/Docker issue and not so much related to permissions. I have
|
By
mario.schwaiger@...
·
#8922
·
|
|
Re: Issues with docker in Fedora 30?
#docker
But it's not that it won't work at all:
$ docker run --rm -it alpine:latest /bin/sh
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
df20fa9351a1: Already exists
But it's not that it won't work at all:
$ docker run --rm -it alpine:latest /bin/sh
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
df20fa9351a1: Already exists
|
By
mario.schwaiger@...
·
#8921
·
|
|
Re: Issues with docker in Fedora 30?
#docker
Looks like that the user can not access docker endpoint and also cannot even create a file when the current directory is mounted to the container, you need to fix these permission errors first. I
Looks like that the user can not access docker endpoint and also cannot even create a file when the current directory is mounted to the container, you need to fix these permission errors first. I
|
By
Tong Li
·
#8920
·
|
|
Re: #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
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
|
By
Chris Gabriel <alaskadd@...>
·
#8919
·
|
|
Re: Issues with docker in Fedora 30?
#docker
Tried. Doesn't work:
(base) [user@f30 mywork]$ ./minifab up
Unable to find image 'hfrd/minifab:latest' locally
latest: Pulling from hfrd/minifab
df20fa9351a1: Already exists
16d327ff9a88: Pull
Tried. Doesn't work:
(base) [user@f30 mywork]$ ./minifab up
Unable to find image 'hfrd/minifab:latest' locally
latest: Pulling from hfrd/minifab
df20fa9351a1: Already exists
16d327ff9a88: Pull
|
By
mario.schwaiger@...
·
#8918
·
|
|
Unable to fetch private data from peers (Empty membership) and can't commit new transactions - Hyperledged Fabric 1.4.6
Hello everyone. I got a problem with an 1.4.6 Fabric network with a network (27 peers and 5 orderers) where there is one peer (anchor peer) in an Organization that stopped commiting transactions. I
Hello everyone. I got a problem with an 1.4.6 Fabric network with a network (27 peers and 5 orderers) where there is one peer (anchor peer) in an Organization that stopped commiting transactions. I
|
By
mvtavares@...
·
#8917
·
|
|
#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
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
|
By
Bozhidar Ignatov
·
#8916
·
|
|
Re: Search for an endorsement policy translator for Node.js SDK v1.4
Hello - I do have a pegjs grammar for policies that could be useful.
https://gist.github.com/mbwhite/b6f78b60bb9a2d407e7e623ca1e553cf
Regards, Matthew.
Matthew B White IBM Blockchain Solutions
Hello - I do have a pegjs grammar for policies that could be useful.
https://gist.github.com/mbwhite/b6f78b60bb9a2d407e7e623ca1e553cf
Regards, Matthew.
Matthew B White IBM Blockchain Solutions
|
By
Matthew White
·
#8915
·
|
|
Search for an endorsement policy translator for Node.js SDK v1.4
Hi Everyone,
I'm using Node.js Fabric SDK v1.4 for managing chaincode operations such as installing, instantiating, and upgrading. When to instantiate or upgrade a chaincode, I have to provide an
Hi Everyone,
I'm using Node.js Fabric SDK v1.4 for managing chaincode operations such as installing, instantiating, and upgrading. When to instantiate or upgrade a chaincode, I have to provide an
|
By
Mr.Phuwanai Thummavet
·
#8914
·
|
|
Re: Issues with docker in Fedora 30?
#docker
Try minifabric, only takes 5 minutes to know if it works for you or not.
Try minifabric, only takes 5 minutes to know if it works for you or not.
|
By
email4tong@gmail.com
·
#8913
·
|
|
Re: Issues with docker in Fedora 30?
#docker
I thought so too at first as I'm aware Fedora has a more restrictive security guideline. I installed firewalld and did according to the provided manual. It's different now, but still nothing
I thought so too at first as I'm aware Fedora has a more restrictive security guideline. I installed firewalld and did according to the provided manual. It's different now, but still nothing
|
By
mario.schwaiger@...
·
#8912
·
|
|
Re: Hyperledger Fabric Multi Cloud Setup (Azure, AWS and GCP), Multi Version Setup and Integration -- Hyperledger Fabric 1.2 (AWS Managed), Hyperledger Fabric (HLF) on Azure Kubernetes Service (AKS)
Hi Nathan,
This is definitely possible. Chainstack customers are running production-grade Hyperledger Fabric 2.x networks in exactly three clouds you mentioned.
Regards,
Eugene Aseev
Hi Nathan,
This is definitely possible. Chainstack customers are running production-grade Hyperledger Fabric 2.x networks in exactly three clouds you mentioned.
Regards,
Eugene Aseev
|
By
Eugene Aseev
·
#8911
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 08/28/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 28 August 2020, 6:00am to 7:00am, (GMT+01:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 28 August 2020, 6:00am to 7:00am, (GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8910
·
|
|
Re: Hyperledger Fabric Multi Cloud Setup (Azure, AWS and GCP), Multi Version Setup and Integration -- Hyperledger Fabric 1.2 (AWS Managed), Hyperledger Fabric (HLF) on Azure Kubernetes Service (AKS)
Hi Nathan,
As Jacov suggests you have to upgrade your network (ordering service, peers, etc) to 1.4.x (and then optionally to 2.x) in order to get the RAFT based HLF Ordering Service that can be
Hi Nathan,
As Jacov suggests you have to upgrade your network (ordering service, peers, etc) to 1.4.x (and then optionally to 2.x) in order to get the RAFT based HLF Ordering Service that can be
|
By
Tsvetan Georgiev
·
#8909
·
|