|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Dave, Yacov, and Alex
Seems that the general response to this scenario is “this is an application design problem and should be solved by chaincode”
But my argument here is that chaincode design
Dave, Yacov, and Alex
Seems that the general response to this scenario is “this is an application design problem and should be solved by chaincode”
But my argument here is that chaincode design
|
By
Ivan Ch <acizlan@...>
·
#7028
·
|
|
Re: #fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
Sorry, I misunderstood the question, giving wrong response.
Sorry, I misunderstood the question, giving wrong response.
|
By
Ross Tang <tangross@...>
·
#7027
·
|
|
Re: Starting Fabric-CA without providing any root certificate
#fabric-ca
Hi,
This is a tricky thing. I had the same issue and it took me a while to figure out the issue.
This is definitely not mandatory to provide the root certificate and the private key to the CA because
Hi,
This is a tricky thing. I had the same issue and it took me a while to figure out the issue.
This is definitely not mandatory to provide the root certificate and the private key to the CA because
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7026
·
|
|
Re: #fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
That is what I was also thinking but did not know for sure as well.
But when I read your previous post stating:I admit I had hope ;)
That is what I was also thinking but did not know for sure as well.
But when I read your previous post stating:I admit I had hope ;)
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7025
·
|
|
Starting Fabric-CA without providing any root certificate
#fabric-ca
Hi All,
I am using Fabric-CA to generate enrollment and TLS certificates. I am using below command to start the Fabric-CA:
fabric-ca-server start -b admin:adminpw --port 7054
I am not providing any
Hi All,
I am using Fabric-CA to generate enrollment and TLS certificates. I am using below command to start the Fabric-CA:
fabric-ca-server start -b admin:adminpw --port 7054
I am not providing any
|
By
shrugupt@...
·
#7024
·
|
|
Re: #fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
I am not 100% sure. But I think configtxgen cannot be replaced, with sdk.
I am not 100% sure. But I think configtxgen cannot be replaced, with sdk.
|
By
Ross Tang <tangross@...>
·
#7022
·
|
|
Re: What channel capabilities should be turned on when using v1.4 of Fabric?
Setting V1_4_3 capability to true implicitly sets the prior capabilities to true as well. You can leave as-is.
I've pushed a clarification to the file as well:
Setting V1_4_3 capability to true implicitly sets the prior capabilities to true as well. You can leave as-is.
I've pushed a clarification to the file as well:
|
By
David Enyeart
·
#7021
·
|
|
What channel capabilities should be turned on when using v1.4 of Fabric?
according to this link: https://hyperledger-fabric.readthedocs.io/en/release-1.4/msp.html
but when i look at https://github.com/hyperledger/fabric-samples/blob/release-1.4/first-network/configtx.yaml
according to this link: https://hyperledger-fabric.readthedocs.io/en/release-1.4/msp.html
but when i look at https://github.com/hyperledger/fabric-samples/blob/release-1.4/first-network/configtx.yaml
|
By
Siddharth Jain
·
#7020
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Your second point is not specific to private data. Agreement on input data needs to be part of the application design, regardless of whether it is a private data scenario or not. For example the smart
Your second point is not specific to private data. Agreement on input data needs to be part of the application design, regardless of whether it is a private data scenario or not. For example the smart
|
By
David Enyeart
·
#7019
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Alexandre, Yacov
Thanks for your reply and I appreciate the discussion. my hands are tight now so I will give my full response later today:
Yes, my point is private data design maybe flawed in two
Hi Alexandre, Yacov
Thanks for your reply and I appreciate the discussion. my hands are tight now so I will give my full response later today:
Yes, my point is private data design maybe flawed in two
|
By
Ivan Ch <acizlan@...>
·
#7018
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hey Ivan,
Correct me if I'm wrong, but it seems you are thinking that the private data as implemented is flawed, and that the requirement to salt the data to secure it defeats the purpose of having
Hey Ivan,
Correct me if I'm wrong, but it seems you are thinking that the private data as implemented is flawed, and that the requirement to salt the data to secure it defeats the purpose of having
|
By
Alexandre Pauwels
·
#7017
·
|
|
回复: 回复: [Hyperledger Fabric] Node SDK Invoke - Isn't Elligble
Without setting NodeOU, fabric only support classification of admin and member role. Please correct me if anyone think I am wrong.
Best Regards,
David Liu
发件人: Nicholas Zanutim
Without setting NodeOU, fabric only support classification of admin and member role. Please correct me if anyone think I am wrong.
Best Regards,
David Liu
发件人: Nicholas Zanutim
|
By
david liu <david-khala@...>
·
#7016
·
|
|
Re: 回复: [Hyperledger Fabric] Node SDK Invoke - Isn't Elligble
Thanks man,
I got it to work.
What I changed was the orgs policies rule from admin, peer and client to member "OR('ExampleMSP.member')"
Writers:
Type: Signature
Thanks man,
I got it to work.
What I changed was the orgs policies rule from admin, peer and client to member "OR('ExampleMSP.member')"
Writers:
Type: Signature
|
By
Nicholas Leonardi
·
#7015
·
|
|
回复: [Hyperledger Fabric] Node SDK Invoke - Isn't Elligble
I guess you could carefully compare your entire configtx.yaml withhttps://github.com/hyperledger/fabric/blob/release-1.4/sampleconfig/configtx.yaml
Another possibility is there is legacy crypto
I guess you could carefully compare your entire configtx.yaml withhttps://github.com/hyperledger/fabric/blob/release-1.4/sampleconfig/configtx.yaml
Another possibility is there is legacy crypto
|
By
david liu <david-khala@...>
·
#7014
·
|
|
Node SDK Invoke - Isn't Elligble
Hey guys,
I'm having trouble invoking a transaction on a network and getting an error that I can't find anyone else having.
got query for channel channel from 192.168.6.33:33132 but it isn't eligible:
Hey guys,
I'm having trouble invoking a transaction on a network and getting an error that I can't find anyone else having.
got query for channel channel from 192.168.6.33:33132 but it isn't eligible:
|
By
Nicholas Leonardi
·
#7013
·
|
|
Re: #fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
I know the cryptogen tool is not needed. I was just making a comparison between the two of them because I found the way to get rid of cryptogen but not configtxgen.
Do you have an example or a link
I know the cryptogen tool is not needed. I was just making a comparison between the two of them because I found the way to get rid of cryptogen but not configtxgen.
Do you have an example or a link
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7012
·
|
|
Re: #fabric #configtxgen Configtxgen alternative
#configtxgen
#fabric
CA SDK can mostly replace cryptogen, except the CA admin registration. The creation of genesis block can be done by SDK, along with the use of Fabric CA. No need for cryptogen tool at all.
CA SDK can mostly replace cryptogen, except the CA admin registration. The creation of genesis block can be done by SDK, along with the use of Fabric CA. No need for cryptogen tool at all.
|
By
tangross@...
·
#7011
·
|
|
Re: How to manage the Multi-Version Concurrency Control (MVCC) in Fabric on time-critical applications
Range queries use a variant of a sorted B-tree and the underlying data files will be in system cache, therefore it will be extremely performant to get the lowest/highest key in a range.
Dave
Range queries use a variant of a sorted B-tree and the underlying data files will be in system cache, therefore it will be extremely performant to get the lowest/highest key in a range.
Dave
|
By
David Enyeart
·
#7010
·
|
|
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
·
|