|
Private Chaincode Lab - Tue, 01/19/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 19 January 2021
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 19 January 2021
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9513
·
|
|
Re: Channel Policy
Very helpful, thanks
Sincerely yours,
Samyak Jain
From: Jason K Yellick <jyellick@...>
Sent: Tuesday, January 19, 2021 8:04:44 PM
To: Samyak Jain | TraceX <samyakj@...>
Cc: fabric@...
Very helpful, thanks
Sincerely yours,
Samyak Jain
From: Jason K Yellick <jyellick@...>
Sent: Tuesday, January 19, 2021 8:04:44 PM
To: Samyak Jain | TraceX <samyakj@...>
Cc: fabric@...
|
By
Samyak Jain | TraceX
·
#9512
·
|
|
Re: Power of Administrator organiization in channel
#hyperledger-fabric
#channel
#consortium
#administrator-organiization
No. If you are referring to the members of the system channel as the "consortium", being removed from the system channel does not remove you from channels that a peer or ordering organization has
No. If you are referring to the members of the system channel as the "consortium", being removed from the system channel does not remove you from channels that a peer or ordering organization has
|
By
Nikhil Gupta
·
#9511
·
|
|
Re: Channel Policy
This tutorial also discusses channel policies: Channel policies — hyperledger-fabricdocs master documentation (hyperledger-fabric.readthedocs.io)
This tutorial also discusses channel policies: Channel policies — hyperledger-fabricdocs master documentation (hyperledger-fabric.readthedocs.io)
|
By
Nikhil Gupta
·
#9510
·
|
|
Re: Channel Policy
To answer your question specifically, the /Channel/Application/Admins policy determines who must sign to add or remove an application organization on a channel.
More generally you may find
To answer your question specifically, the /Channel/Application/Admins policy determines who must sign to add or remove an application organization on a channel.
More generally you may find
|
By
Jason Yellick <jyellick@...>
·
#9509
·
|
|
Re: Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Correct! With HLF v2.x external builders and chaincode as an external service, we can easily migrate to remove the dependency on usage of docker socket. That is definitely one of the ways!
Apart from
Correct! With HLF v2.x external builders and chaincode as an external service, we can easily migrate to remove the dependency on usage of docker socket. That is definitely one of the ways!
Apart from
|
By
chintanr97@...
·
#9508
·
|
|
Re: Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Chintan,
HLF 2.x introduced external chaincode builders and chaincode as an external service. With minimal changes to your chaincode package, you can deploy your chaincode as a separate pod within a
Chintan,
HLF 2.x introduced external chaincode builders and chaincode as an external service. With minimal changes to your chaincode package, you can deploy your chaincode as a separate pod within a
|
By
Alexandre Pauwels
·
#9507
·
|
|
Deprecation of Docker Runtime in Kubernetes - No access to local docker socket
#docker
#hyperledger-fabric
#fabric
Hi Team,
With us marching slowly towards end-of-life for Docker as a runtime environment in Kubernetes, and containerd turning out to be default for latest Kubernetes version on most cloud providers,
Hi Team,
With us marching slowly towards end-of-life for Docker as a runtime environment in Kubernetes, and containerd turning out to be default for latest Kubernetes version on most cloud providers,
|
By
chintanr97@...
·
#9506
·
|
|
Re: blockToLive for implicit collection
#fabric
That's right, implicit collections always use blockToLive=0, the private data is never purged. You would need to create an explicit collection per org if you'd like to set the property values such as
That's right, implicit collections always use blockToLive=0, the private data is never purged. You would need to create an explicit collection per org if you'd like to set the property values such as
|
By
David Enyeart
·
#9505
·
|
|
Re: statebased.NewStateEP(ep) does not preserve NOutOf?
#fabric
#fabric-chaincode
That's right. But you don't have to use the provided implementation, you can simply use it as an example for how to set policies in your own implementation. Look at the provided policyFromMSPIDs() and
That's right. But you don't have to use the provided implementation, you can simply use it as an example for how to set policies in your own implementation. Look at the provided policyFromMSPIDs() and
|
By
David Enyeart
·
#9504
·
|
|
Re: how to reference fabric 2.2 in application go.mod?
#fabric
#fabric-chaincode
As of v2 of Fabric, the packages we expect applications and chaincode to build and link against have been extracted to `hyperledger/fabric-chaincode-go` and `hyperledger/fabric-protos-go`. Fabric is
As of v2 of Fabric, the packages we expect applications and chaincode to build and link against have been extracted to `hyperledger/fabric-chaincode-go` and `hyperledger/fabric-protos-go`. Fabric is
|
By
Matthew Sykes
·
#9503
·
|
|
Re: Max. Number of Organizations in a common channel
#channel
#fabric
#hyperledger-fabric
#network
#administrator-organiization
So are you simply saying that let's say if I use state-based endorsement policy which only requires the creator of the transaction and one governing member in the consortium to validate a transaction,
So are you simply saying that let's say if I use state-based endorsement policy which only requires the creator of the transaction and one governing member in the consortium to validate a transaction,
|
By
Samyak Jain | TraceX
·
#9501
·
|
|
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
·
|