|
Re: How to manage the Multi-Version Concurrency Control (MVCC) in Fabric on time-critical applications
there are all kinds of auction types....English auction, Dutch auction, etc. - you need first to specify exactlythe use case and only afterwards ask how you do it with Fabric
From: "Mr.Phuwanai
there are all kinds of auction types....English auction, Dutch auction, etc. - you need first to specify exactlythe use case and only afterwards ask how you do it with Fabric
From: "Mr.Phuwanai
|
By
Yacov
·
#7009
·
|
|
[Conference] Attend Genesis DevCon - a blockchain developer conference, Bangalore
Hi everyone,
I am Suzana Joel from IBC Media. Currently, we’re organizing Genesis DevCon - a blockchain developer conference on 24th & 25th of November at IISc in Bengaluru.
The objective of genesis
Hi everyone,
I am Suzana Joel from IBC Media. Currently, we’re organizing Genesis DevCon - a blockchain developer conference on 24th & 25th of November at IISc in Bengaluru.
The objective of genesis
|
By
suzana.joel@...
·
#7008
·
|
|
Re: How to manage the Multi-Version Concurrency Control (MVCC) in Fabric on time-critical applications
I understand your point. In the case of the auction system, nevertheless, how can I get the best current price when I do transaction queries. Maybe I have to use the range-based queries to seek the
I understand your point. In the case of the auction system, nevertheless, how can I get the best current price when I do transaction queries. Maybe I have to use the range-based queries to seek the
|
By
Mr.Phuwanai Thummavet
·
#7007
·
|
|
#fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
Hi everyone,
I have some questions regarding the configtxgen tool. Lately, I spent some time replacing the cryptogen tool by using the CAs instead to generate all the certificates and keys because the
Hi everyone,
I have some questions regarding the configtxgen tool. Lately, I spent some time replacing the cryptogen tool by using the CAs instead to generate all the certificates and keys because the
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7006
·
|
|
Re: How to manage the Multi-Version Concurrency Control (MVCC) in Fabric on time-critical applications
you don't have to write to the same key.
You can have each voter / bidder committo his vote / bid by writing to a separate key that corresponds to itsidentity, and in the end have all the voters /
you don't have to write to the same key.
You can have each voter / bidder committo his vote / bid by writing to a separate key that corresponds to itsidentity, and in the end have all the voters /
|
By
Yacov
·
#7005
·
|
|
How to manage the Multi-Version Concurrency Control (MVCC) in Fabric on time-critical applications
Hi everyone,
I know that the multi-version concurrency control (MVCC) is used to address double-spending problems in Fabric. However, the MVCC might become one of the most obstacles when designing
Hi everyone,
I know that the multi-version concurrency control (MVCC) is used to address double-spending problems in Fabric. However, the MVCC might become one of the most obstacles when designing
|
By
Mr.Phuwanai Thummavet
·
#7004
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Ivan.
> you try to argue that the salted hash on the publicchain is a proof that some data is "valid". this itself is aterrible argument because hashes (unlike digital signature,
Hi Ivan.
> you try to argue that the salted hash on the publicchain is a proof that some data is "valid". this itself is aterrible argument because hashes (unlike digital signature,
|
By
Yacov
·
#7003
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
I don't think that's a valid example for private data - Private data can only prevent your actually ID from being read by other unauthorized parties, as for whether that ID is valid or not, it's
I don't think that's a valid example for private data - Private data can only prevent your actually ID from being read by other unauthorized parties, as for whether that ID is valid or not, it's
|
By
Jay Guo
·
#7002
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Yacov,
thanks for your reply, let me clarify the jargon here so more people can understand
pre-image: data itself and its salt
first of all, I appreciate you agree that another point 2 point
Hi Yacov,
thanks for your reply, let me clarify the jargon here so more people can understand
pre-image: data itself and its salt
first of all, I appreciate you agree that another point 2 point
|
By
Ivan Ch <acizlan@...>
·
#7001
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Lemons into lemonade. Thanks David and others who turned this from flame war kindling to a positive outcome.
Brian
On 10/22/19 8:28 AM, David Enyeart
Lemons into lemonade. Thanks David and others who turned this from flame war kindling to a positive outcome.
Brian
On 10/22/19 8:28 AM, David Enyeart
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7000
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Thanks again Ivan for pointing out the documentation hole - here's the doc update that describes how private data is
Thanks again Ivan for pointing out the documentation hole - here's the doc update that describes how private data is
|
By
David Enyeart
·
#6999
·
|
|
Re: TCerts function in Fabric CA
#fabric-ca
We have an open task to remove all of that code from Fabric CA.
I'm planning to remove it in 2.0
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM
We have an open task to remove all of that code from Fabric CA.
I'm planning to remove it in 2.0
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM
|
By
Gari Singh <garis@...>
·
#6998
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hey Ivan.
Private data is disseminated in a pointto point manner among peers even now.
The peers that posses the private data,send the peers that don't (but are eligible of receiving it) the hash
Hey Ivan.
Private data is disseminated in a pointto point manner among peers even now.
The peers that posses the private data,send the peers that don't (but are eligible of receiving it) the hash
|
By
Yacov
·
#6997
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
I think you might have missed one of the points on how you can actually pass in a salt value to all endorsing peers.
Proposal (endorsement) requests have a "transient" field which can be used. The
I think you might have missed one of the points on how you can actually pass in a salt value to all endorsing peers.
Proposal (endorsement) requests have a "transient" field which can be used. The
|
By
Gari Singh <garis@...>
·
#6996
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
thanks for reply
but I think you guys are down playing the seriousness of this issue.
if u add salt then the salt must be passed to others so others can validate.
to avoid others to launch
thanks for reply
but I think you guys are down playing the seriousness of this issue.
if u add salt then the salt must be passed to others so others can validate.
to avoid others to launch
|
By
Ivan Ch <acizlan@...>
·
#6995
·
|
|
Error while registering peer and client certs using LDAP server
#fabric-ca
#fabric-chaincode
#raft
I am trying to setup fabric network using external-ca and so I have to register and enroll certs for all the peers and clients and for registration of certificates LDAP server is being used.
After
I am trying to setup fabric network using external-ca and so I have to register and enroll certs for all the peers and clients and for registration of certificates LDAP server is being used.
After
|
By
trinayanbhatt1@...
·
#6994
·
|
|
Re: kafka name change (fabric 1.1)
Hi Alok.
Check this JIRA
https://jira.hyperledger.org/browse/FAB-7352
Regards,
Soumya
Hi Alok.
Check this JIRA
https://jira.hyperledger.org/browse/FAB-7352
Regards,
Soumya
|
By
soumya nayak <soumyarjnnayak@...>
·
#6993
·
|
|
kafka name change (fabric 1.1)
Hi
Expecting you to help us in this R&D task.
4 Kafkas and 3 Zookeepers are distributed in 2 of our servers. The kafkas' and zookeepers' names are changed. Then, we edited and updated the
Hi
Expecting you to help us in this R&D task.
4 Kafkas and 3 Zookeepers are distributed in 2 of our servers. The kafkas' and zookeepers' names are changed. Then, we edited and updated the
|
By
Alok K Venugopal <alokkv@...>
·
#6992
·
|
|
TCerts function in Fabric CA
#fabric-ca
Hi all,
I've read some docs that Transaction Certificates(TCerts) are not supported - replaced by Idemix - from Fabric 1.x .
But there are still remain TCerts related codes in the latest release of
Hi all,
I've read some docs that Transaction Certificates(TCerts) are not supported - replaced by Idemix - from Fabric 1.x .
But there are still remain TCerts related codes in the latest release of
|
By
Jeehoon Lim
·
#6991
·
|
|
Re: Stable version for Fabcoin
FabToken was removed from Fabric. The reasoning surrounding that decision can be found here:
https://lists.hyperledger.org/g/fabric/message/6228
Brett Logan
Software Engineer, IBM
FabToken was removed from Fabric. The reasoning surrounding that decision can be found here:
https://lists.hyperledger.org/g/fabric/message/6228
Brett Logan
Software Engineer, IBM
|
By
Brett T Logan <brett.t.logan@...>
·
#6990
·
|