|
Re: using go routine in the chaincode
#fabric-chaincode
#fabric-questions
It's less about a race and more about consistency. (A race can cause an inconsistency.) Imagine that when you run the contract on peer one, the sequence observed by the ledger is ["data1", "data2"];
It's less about a race and more about consistency. (A race can cause an inconsistency.) Imagine that when you run the contract on peer one, the sequence observed by the ledger is ["data1", "data2"];
|
By
Matthew Sykes
·
#9871
·
|
|
using go routine in the chaincode
#fabric-chaincode
#fabric-questions
Hi,
Concurrency (using goroutine and go channel) can cause non-deterministic behavior in fabric.
I have not found any source or example on the use of Goroutines and go channels in fabric contracts; I
Hi,
Concurrency (using goroutine and go channel) can cause non-deterministic behavior in fabric.
I have not found any source or example on the use of Goroutines and go channels in fabric contracts; I
|
By
elmira <elmira.ebrahimi@...>
·
#9870
·
|
|
Kubernetes proposes Hyperledger Fabric
Dear Hyperledger Fabric Community,
I'd like to introduce Hyperledger Fabric Operator for Kubernetes:
https://github.com/raftAtGit/hl-fabric-operator
It's a wrapper around our previous work PIVT Helm
Dear Hyperledger Fabric Community,
I'd like to introduce Hyperledger Fabric Operator for Kubernetes:
https://github.com/raftAtGit/hl-fabric-operator
It's a wrapper around our previous work PIVT Helm
|
By
Hakan Eryargi
·
#9869
·
|
|
Hyperledger Project Quarterly Update Due #tsc-project-update - Thu, 04/15/2021
#tsc-project-update
#cal-notice
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 15 April 2021
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 15 April 2021
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9868
·
|
|
Re: Hyperledger fabric in IoT application
Hi Nikos,
It really depends upon the use case. In mine, I use a raspberry pi as a server of IoT sensor data that gets polled for its data by an IoT gateway in Node Red, but the peers are running in
Hi Nikos,
It really depends upon the use case. In mine, I use a raspberry pi as a server of IoT sensor data that gets polled for its data by an IoT gateway in Node Red, but the peers are running in
|
By
Chris Gabriel <alaskadd@...>
·
#9867
·
|
|
Hyperledger fabric in IoT application
Hello everyone, I am new to BC and hyperledger. I would like to deploy a BC to an existing IoT network. I have not decide yet the architecture of the BC network (peer, orgs, etc) but I am thinking to
Hello everyone, I am new to BC and hyperledger. I would like to deploy a BC to an existing IoT network. I have not decide yet the architecture of the BC network (peer, orgs, etc) but I am thinking to
|
By
Nikos Karamolegkos
·
#9866
·
|
|
QSCC query equivalents for private collections
Hello community,
What would be the best approach to query an asset on a private collection by transaction ID?
Is there an equivalent of QSCC system chaincode APIs (such as
Hello community,
What would be the best approach to query an asset on a private collection by transaction ID?
Is there an equivalent of QSCC system chaincode APIs (such as
|
By
Simeon MacMillen
·
#9865
·
|
|
Use certificates from a non-Fabric CA with your Fabric network
#signcerts
#interoperability
#fabric-ca
#x509
Hello Community,
I'm working on a use case where I need to use certificates, which bind resources to identities, that have been already issued by an Authoritative CA with the Fabric Network I'm
Hello Community,
I'm working on a use case where I need to use certificates, which bind resources to identities, that have been already issued by an Authoritative CA with the Fabric Network I'm
|
By
sangieri@...
·
#9864
·
|
|
Re: Fabric Contributor Meeting - Wed, 04/14/2021
#cal-notice
Thank you all for the discussion of the "Orderer ledger snapshot" RFC on the Contributor Meeting!
The changes discussed on the call have been incorporated in the RFC text and the pull request has been
Thank you all for the discussion of the "Orderer ledger snapshot" RFC on the Contributor Meeting!
The changes discussed on the call have been incorporated in the RFC text and the pull request has been
|
By
Vitalii Demianets
·
#9863
·
|
|
Re: Running same application from multiple users
Hi folks, no need to reply to Jayakar here about his repeated thread-hijacking, we'll handle off-list. Thanks.
Brian
On 4/14/21 7:08 AM, Jayakar wrote:
Hi folks, no need to reply to Jayakar here about his repeated thread-hijacking, we'll handle off-list. Thanks.
Brian
On 4/14/21 7:08 AM, Jayakar wrote:
|
By
Brian Behlendorf <bbehlendorf@...>
·
#9862
·
|
|
Re: Running same application from multiple users
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
|
By
Jayakar <Jayakar_J_Joseph@...>
·
#9861
·
|
|
Fabric Contributor Meeting - Wed, 04/14/2021
#cal-notice
Fabric Contributor Meeting
When:
Wednesday, 14 April 2021
9:00am to 10:00am
(GMT-04:00) America/New
Fabric Contributor Meeting
When:
Wednesday, 14 April 2021
9:00am to 10:00am
(GMT-04:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9860
·
|
|
How to set up private data for each user identity in an org
I'm building out a basic digital asset transfer application for images. I'd like:
1) some of the data about the image (filename, base64_encode) to be public to everyone
2) some data (download_url) to
I'm building out a basic digital asset transfer application for images. I'd like:
1) some of the data about the image (filename, base64_encode) to be public to everyone
2) some data (download_url) to
|
By
Brian Carpenter
·
#9859
·
|
|
Re: Running same application from multiple users
Nice ideas both. So to be more specific, the CityOrg would have some raspberries as IoT gateways (network) which are receiving sensor measurements (like empty parking positions, temperature, etc) from
Nice ideas both. So to be more specific, the CityOrg would have some raspberries as IoT gateways (network) which are receiving sensor measurements (like empty parking positions, temperature, etc) from
|
By
Nikos Karamolegkos
·
#9858
·
|
|
Errors seen when setting logspout with fabric 2.2
Errors seen when setting logspout with fabric 2.2
Any pointers is appreciated.
Following steps described here to setup logspout:
Errors seen when setting logspout with fabric 2.2
Any pointers is appreciated.
Following steps described here to setup logspout:
|
By
satheesh
·
#9857
·
|
|
Re: Running same application from multiple users
Yes. You can have multiple fabric users in the CitizenOrg. But, it will bring no benefit because inhabitants will not update the ledger, while it will make the inhabitant-application more
Yes. You can have multiple fabric users in the CitizenOrg. But, it will bring no benefit because inhabitants will not update the ledger, while it will make the inhabitant-application more
|
By
conanoc
·
#9856
·
|
|
Fabric contributor meeting - April 14, 2021
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#9855
·
|
|
Re: Running same application from multiple users
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
|
By
Jayakar <Jayakar_J_Joseph@...>
·
#9854
·
|
|
Re: Running same application from multiple users
You can have a Fabric user for each citizen with certificate issued by the CitizenOrg. Inside the certificate of each citizen you can add attributes. For example you can add a user ID, user account
You can have a Fabric user for each citizen with certificate issued by the CitizenOrg. Inside the certificate of each citizen you can add attributes. For example you can add a user ID, user account
|
By
Tsvetan Georgiev
·
#9853
·
|
|
Re: Running same application from multiple users
I would make two org for the BC network: CityOrg and CitizenOrg. And register one user for each Org. I would make two applications. One for city staff and one for inhabitants. Every inhabitant in the
I would make two org for the BC network: CityOrg and CitizenOrg. And register one user for each Org. I would make two applications. One for city staff and one for inhabitants. Every inhabitant in the
|
By
conanoc
·
#9852
·
|