|
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
From:
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
From:
|
By
Eugene Aseev <ea@...>
·
#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
·
|
|
Re: Issues with docker in Fedora 30?
#docker
Looks like that the ports were fire-walled. Please see this doc https://github.com/litong01/minifabric/blob/master/docs/RunningOnFedora.md to get a solution on how to do this.
Thanks.
Tong Li
IBM Open
Looks like that the ports were fire-walled. Please see this doc https://github.com/litong01/minifabric/blob/master/docs/RunningOnFedora.md to get a solution on how to do this.
Thanks.
Tong Li
IBM Open
|
By
Tong Li
·
#8908
·
|
|
Re: Issues with docker in Fedora 30?
#docker
This is getting weirder and weirder. I removed everything, tried to start from a clean build. Got this. (I have to say the peer might be there because I tried docker run hyperledger/fabric-peer - this
This is getting weirder and weirder. I removed everything, tried to start from a clean build. Got this. (I have to say the peer might be there because I tried docker run hyperledger/fabric-peer - this
|
By
mario.schwaiger@...
·
#8907
·
|
|
Re: Issues with docker in Fedora 30?
#docker
Can you do a `docker ps -a`, the containers are stopped, so a standard `docker ps` wont show them. Then share the logs from one of the exited containers, such as `docker logs peer0.org1.example.com`
Can you do a `docker ps -a`, the containers are stopped, so a standard `docker ps` wont show them. Then share the logs from one of the exited containers, such as `docker logs peer0.org1.example.com`
|
By
Brett T Logan <brett.t.logan@...>
·
#8906
·
|
|
Issues with docker in Fedora 30?
#docker
I'm trying to get the Fabric-Samples running in Fedora 30. Strangely the docker containers always terminate right after starting them:
(base) [user@f30 test-network]$ ./network.sh up
Starting nodes
I'm trying to get the Fabric-Samples running in Fedora 30. Strangely the docker containers always terminate right after starting them:
(base) [user@f30 test-network]$ ./network.sh up
Starting nodes
|
By
mario.schwaiger@...
·
#8905
·
|
|
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)
Nathan,
It is possible and in fact used today. For example, MiPasa.org is using a Fabric network running with nodes on Oracle (using OBP), IBM, and Azure clouds. These are based on Fabric 1.4
Nathan,
It is possible and in fact used today. For example, MiPasa.org is using a Fabric network running with nodes on Oracle (using OBP), IBM, and Azure clouds. These are based on Fabric 1.4
|
By
Mark Rakhmilevich
·
#8904
·
|
|
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)
It is possible only with 1.4.1+ as it hasRaft.
You can deploy Raft orderers in differentcontinents and (or) on the moon, but you need to keep in mind that youcan't have TLS termination (proxies that
It is possible only with 1.4.1+ as it hasRaft.
You can deploy Raft orderers in differentcontinents and (or) on the moon, but you need to keep in mind that youcan't have TLS termination (proxies that
|
By
Yacov
·
#8903
·
|
|
回复: [Hyperledger Fabric] The assumed use case of Ledger checkpoint feature
#fabric
#ledger-checkpoint
Dear Atsushi,
For the question 1, my thought is to ensure we use external backup procedure before terminating peer1 and peer2.
For the question 2 I wonder what is question bothering you since
Dear Atsushi,
For the question 1, my thought is to ensure we use external backup procedure before terminating peer1 and peer2.
For the question 2 I wonder what is question bothering you since
|
By
david liu <david-khala@...>
·
#8902
·
|
|
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 everyone,
I have an existing Hyperledger Fabric 1.2 (AWS Managed Blockchain) and Hyperledger Fabric (HLF) on Azure Kubernetes Service (AKS)
As part of anti-fragile designand architect, there is a
Hi everyone,
I have an existing Hyperledger Fabric 1.2 (AWS Managed Blockchain) and Hyperledger Fabric (HLF) on Azure Kubernetes Service (AKS)
As part of anti-fragile designand architect, there is a
|
By
Nathan Aw
·
#8901
·
|
|
The assumed use case of Ledger checkpoint feature
#fabric
#ledger-checkpoint
Hi Manish, Wenjian and team,
I watched the recorded video of the last contributor meeting where you shared the demo of Ledger Checkpoint feature. I'm looking forward to using this new feature
Hi Manish, Wenjian and team,
I watched the recorded video of the last contributor meeting where you shared the demo of Ledger Checkpoint feature. I'm looking forward to using this new feature
|
By
nekia <atsushin@...>
·
#8900
·
|
|
Re: Failed to upgrade chaincode
Thank you for the clarification Dave.
Thank you for the clarification Dave.
|
By
Mr.Phuwanai Thummavet
·
#8899
·
|
|
Re: Failed to upgrade chaincode
This is how v1.4 works. From the doc:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/chaincode4noah.html#upgrade
"the upgrade transaction is checked against the current chaincode
This is how v1.4 works. From the doc:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/chaincode4noah.html#upgrade
"the upgrade transaction is checked against the current chaincode
|
By
David Enyeart
·
#8898
·
|
|
Failed to upgrade chaincode
Hi Everyone,
I'm using Fabric v1.4.4. My network has one channel with two orgs, org1 and org2, joining while constructing the network.
I could install and instantiate a chaincode successfully. Both
Hi Everyone,
I'm using Fabric v1.4.4. My network has one channel with two orgs, org1 and org2, joining while constructing the network.
I could install and instantiate a chaincode successfully. Both
|
By
Mr.Phuwanai Thummavet
·
#8897
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/21/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 21 August 2020
4:00pm to 5:00pm
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 21 August 2020
4:00pm to 5:00pm
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8896
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/21/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 21 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 21 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8895
·
|
|
Re: Generate Certificate chain for orderer
The core requirement for certificates for Fabric nodes is that they be EC (Elliptic Curve) certificates.
You can use any tool you like as the certificate authority for issuing these
The core requirement for certificates for Fabric nodes is that they be EC (Elliptic Curve) certificates.
You can use any tool you like as the certificate authority for issuing these
|
By
Gari Singh <garis@...>
·
#8894
·
|
|
Generate Certificate chain for orderer
Hi
Is there a way to create Certificate Chain by open-ssl for each peer and orderer for the certs generated using cryptogen.
Or generate Certificate chain using cryptogen at the time of creating peer
Hi
Is there a way to create Certificate Chain by open-ssl for each peer and orderer for the certs generated using cryptogen.
Or generate Certificate chain using cryptogen at the time of creating peer
|
By
Dinesh Raj
·
#8893
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 08/21/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 21 August 2020
6:00am to 7:00am
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 21 August 2020
6:00am to 7:00am
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8892
·
|