|
Re: #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
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/28/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 28 August 2020
4:00pm to 5:00pm
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 28 August 2020
4:00pm to 5:00pm
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8933
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/28/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 28 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 28 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8932
·
|
|
Re: #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
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
|
By
Chris Gabriel <alaskadd@...>
·
#8931
·
|
|
回复: 回复: [Hyperledger Fabric] The assumed use case of Ledger checkpoint feature
#fabric
#ledger-checkpoint
Sounds like you are looking for a peer could be started as a service normally while do not necessarily need replay and verify from genesis block. And your provided way is a slightly complex steps to
Sounds like you are looking for a peer could be started as a service normally while do not necessarily need replay and verify from genesis block. And your provided way is a slightly complex steps to
|
By
david liu <david-khala@...>
·
#8930
·
|
|
Re: 回复: [Hyperledger Fabric] The assumed use case of Ledger checkpoint feature
#fabric
#ledger-checkpoint
Hi David,
Thank you for the reply.
Let me make more clear about the question (the idea) 2.
In the current fabric peer, if I just prune local block data by deleting some of blockfiles, that will cause
Hi David,
Thank you for the reply.
Let me make more clear about the question (the idea) 2.
In the current fabric peer, if I just prune local block data by deleting some of blockfiles, that will cause
|
By
nekia <atsushin@...>
·
#8929
·
|
|
#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
·
|