|
Re: Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
On Mon, Jan 18, 2021 at 05:48 AM, Yacov wrote:
Brett Logan
I would then like to ask that what is the recommended way of setting up a common channel to share data between N organizations? Or do we
On Mon, Jan 18, 2021 at 05:48 AM, Yacov wrote:
Brett Logan
I would then like to ask that what is the recommended way of setting up a common channel to share data between N organizations? Or do we
|
By
Samyak Jain | TraceX
·
#9500
·
|
|
blockToLive for implicit collection
#fabric
What is blockToLive fori implicit private data collection? Looking at the code, it appears to be 0, i.e. never purged.
Can someone please confirm?
What is blockToLive fori implicit private data collection? Looking at the code, it appears to be 0, i.e. never purged.
Can someone please confirm?
|
By
Kevin X
·
#9499
·
|
|
Re: Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
Just because Fabric does exhaustive search,doesn't mean the problem is really NP hard.
If you have an endorsement policy thatis satisfied by any k organizations out of n organizations,then
Just because Fabric does exhaustive search,doesn't mean the problem is really NP hard.
If you have an endorsement policy thatis satisfied by any k organizations out of n organizations,then
|
By
Yacov
·
#9498
·
|
|
Re: Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
I'll quote Senthil on this one, consider a channel, with a large number of organizations, but only requiring 2 endorsements, the question was, does increasing the number of members decrease the
I'll quote Senthil on this one, consider a channel, with a large number of organizations, but only requiring 2 endorsements, the question was, does increasing the number of members decrease the
|
By
Brett T Logan <brett.t.logan@...>
·
#9497
·
|
|
statebased.NewStateEP(ep) does not preserve NOutOf?
#fabric
#fabric-chaincode
If you call statebased.NewStateEP(ep), the returned KeyEndorsementPolicy will make all identities required to endorse. Even if the original EP requires only 2 outOf 3 orgs to endorse, the policy
If you call statebased.NewStateEP(ep), the returned KeyEndorsementPolicy will make all identities required to endorse. Even if the original EP requires only 2 outOf 3 orgs to endorse, the policy
|
By
Yueming Xu
·
#9496
·
|
|
Re: Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
Hi Samyak Jain,
You can find some community maintained information regarding production deployments:
https://hyperledger-fabric.readthedocs.io/en/release-2.3/deployment_guide_overview.html
Ordering
Hi Samyak Jain,
You can find some community maintained information regarding production deployments:
https://hyperledger-fabric.readthedocs.io/en/release-2.3/deployment_guide_overview.html
Ordering
|
By
Tsvetan Georgiev
·
#9495
·
|
|
Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
Hi,
Is there an upper limit to how many organizations can be enrolled in the same channel in Hyperledger Fabric?
What are the best practices to keep in mind when designing a network for many
Hi,
Is there an upper limit to how many organizations can be enrolled in the same channel in Hyperledger Fabric?
What are the best practices to keep in mind when designing a network for many
|
By
Samyak Jain | TraceX
·
#9494
·
|
|
Re: how to reference fabric 2.2 in application go.mod?
#fabric
#fabric-chaincode
You can reference a commit SHA, for example, the latest hash for the release-2.2 branch can be picked by doing a `go get` on the SHA like this:
`go get
You can reference a commit SHA, for example, the latest hash for the release-2.2 branch can be picked by doing a `go get` on the SHA like this:
`go get
|
By
Brett T Logan <brett.t.logan@...>
·
#9493
·
|
|
how to reference fabric 2.2 in application go.mod?
#fabric
#fabric-chaincode
when my GO chaincode has reference to fabric code, the go.mod would pick the following version reference:
github.com/hyperledger/fabric v2.1.1+incompatible
I cannot change the version to v2.2.1,
when my GO chaincode has reference to fabric code, the go.mod would pick the following version reference:
github.com/hyperledger/fabric v2.1.1+incompatible
I cannot change the version to v2.2.1,
|
By
Yueming Xu
·
#9492
·
|
|
Re: Channel Policy
On Wed, Jan 22, 2020 at 07:57 PM, Jason Yellick wrote:
transactions
HI Jason,/?Which policy do I change to do the same thing for governing only subset of orgs in a consortium that can add another
On Wed, Jan 22, 2020 at 07:57 PM, Jason Yellick wrote:
transactions
HI Jason,/?Which policy do I change to do the same thing for governing only subset of orgs in a consortium that can add another
|
By
Samyak Jain | TraceX
·
#9491
·
|
|
Defining Channel Policies for Governance
#administrator-organiization
#fabric
#hyperledger-fabric
#consensus
#policies
Hi Community,
We are trying to set up a governance model for our fabric network.
The requirement is such that only a specific set of organizations in the consortium should be able to approve the
Hi Community,
We are trying to set up a governance model for our fabric network.
The requirement is such that only a specific set of organizations in the consortium should be able to approve the
|
By
Samyak Jain | TraceX
·
#9490
·
|
|
Re: #minifabric #policies #minifab
#minifabric
#policies
#minifab
not exactly sure what steps you took. You may need to do a nodeimport to make sure that your site is aware of other orgs on the network. Once that is done, you should be able to commit transactions.
not exactly sure what steps you took. You may need to do a nodeimport to make sure that your site is aware of other orgs on the network. Once that is done, you should be able to commit transactions.
|
By
Tong Li
·
#9489
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 01/15/2021
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 15 January 2021
11:00am to 12:00pm
(GMT-05:00) America/New
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 15 January 2021
11:00am to 12:00pm
(GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9488
·
|
|
#minifabric #policies #minifab
#minifabric
#policies
#minifab
dear ones, in the last period I ran into a policy problem on minifabric that I can't solve. Basically, I'm trying to start a multi host network but I can add up to two hosts. In fact, if I try to
dear ones, in the last period I ran into a policy problem on minifabric that I can't solve. Basically, I'm trying to start a multi host network but I can add up to two hosts. In fact, if I try to
|
By
19augello@...
·
#9487
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
I had a similar error and ended up being an issue with the high number of records (400k+) processed by the query. I am not sure whether this could be related to your case, but using indexes (and even
I had a similar error and ended up being an issue with the high number of records (400k+) processed by the query. I am not sure whether this could be related to your case, but using indexes (and even
|
By
cesare.valitutto@...
·
#9486
·
|
|
Re: Unable to Query data from Hyperledger Fabric
#couchdb
#fabric-chaincode
#hyperledger-fabric
I had a similar error and ended up being an issue with the high number of records (400k+) processed by the query. I am not sure whether this could be related to your case, but using indexes (and even
I had a similar error and ended up being an issue with the high number of records (400k+) processed by the query. I am not sure whether this could be related to your case, but using indexes (and even
|
By
cesare.valitutto@...
·
#9485
·
|
|
Documentation Workgroup: Agenda for Friday, 15 Jan
We will resume the documentation workgroup Western hemisphere calls as usual this Friday. Please attend, you are very welcome!
You can read about our last call at
We will resume the documentation workgroup Western hemisphere calls as usual this Friday. Please attend, you are very welcome!
You can read about our last call at
|
By
Pam Andrejko
·
#9484
·
|
|
Hyperledger Project Quarterly Update Due #tsc-project-update - Thu, 01/21/2021
#tsc-project-update
#cal-reminder
Reminder: Hyperledger Project Quarterly Update Due #tsc-project-update
When: Thursday, 21 January 2021
View Event
Organizer: community-architects@...
Description: Please file a project
Reminder: Hyperledger Project Quarterly Update Due #tsc-project-update
When: Thursday, 21 January 2021
View Event
Organizer: community-architects@...
Description: Please file a project
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9483
·
|
|
Power of Administrator organiization in channel
#hyperledger-fabric
#channel
#consortium
#administrator-organiization
If a organization is removed from consortium by the administrator organiization will it be removed from channel?
If a organization is removed from consortium by the administrator organiization will it be removed from channel?
|
By
vishnurai1999@...
·
#9482
·
|
|
Re: Fabric for Covid-19 Immunity Passports on Fabric deployed on multi-cloud (aws, azure, gcp)
Hi all,
There is quite a bit of activity going on now re "immunity passports", or better stated "vaccination records" like the digital yellow card you've long used to be able
Hi all,
There is quite a bit of activity going on now re "immunity passports", or better stated "vaccination records" like the digital yellow card you've long used to be able
|
By
Brian Behlendorf <bbehlendorf@...>
·
#9481
·
|