|
Re: Sometimes we got the old data when query chaincode.
Hi Qing,
There was a bug in the cache management logic. It got fixed in v2.2 (what version are you using?)
You can find more details on https://github.com/hyperledger/fabric/pull/1909
Hi Qing,
There was a bug in the cache management logic. It got fixed in v2.2 (what version are you using?)
You can find more details on https://github.com/hyperledger/fabric/pull/1909
|
By
Senthil Nathan
·
#9518
·
|
|
Sometimes we got the old data when query chaincode.
Hi,
Thank you for reading this mail!
We are using hyperledger fabric 2.2 on CentOS 8.2.
Follow the steps below, we got json2.
------
1. Invoke the chaincode just PutState json1.
The parameters of
Hi,
Thank you for reading this mail!
We are using hyperledger fabric 2.2 on CentOS 8.2.
Follow the steps below, we got json2.
------
1. Invoke the chaincode just PutState json1.
The parameters of
|
By
Ye, Qing <ye_qing.pfu@...>
·
#9517
·
|
|
Starting Orderer: Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config
#hyperledger-fabric
#fabric-orderer
Hi all,
Could I please ask you guys for help?
When starting the orderer I'm getting the following error: 2021-01-20 22:57:02.487 UTC [orderer.common.server] Main -> PANI 113 Failed validating
Hi all,
Could I please ask you guys for help?
When starting the orderer I'm getting the following error: 2021-01-20 22:57:02.487 UTC [orderer.common.server] Main -> PANI 113 Failed validating
|
By
Marek Malik <info@...>
·
#9516
·
|
|
Fabric Contributor Meeting - Wed, 01/20/2021
#cal-notice
Fabric Contributor Meeting
When:
Wednesday, 20 January 2021
9:00am to 10:00am
(GMT-05:00) America/New
Fabric Contributor Meeting
When:
Wednesday, 20 January 2021
9:00am to 10:00am
(GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9515
·
|
|
Fabric Contributor Meeting - January 20, 2021
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 14:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#9514
·
|
|
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
Very helpful, thanks
Sincerely yours,
Samyak Jain
|
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
·
|