|
Re: Second Channel
It is definitely not. I am attempting to create a second channel with a different consortium in a network that has already been spun up with a channel and consortium.
Spencer
It is definitely not. I am attempting to create a second channel with a different consortium in a network that has already been spun up with a channel and consortium.
Spencer
|
By
White, Spencer (S.)
·
#7059
·
|
|
Re: Is Go supported in 1.4
Thanks for this info.
By
Trevor Lee Oakley <trevor@...>
·
#7058
·
|
|
Re: Is Go supported in 1.4
Like everything in open source, 'support' is based on the goodwill of the community. The project maintainers do provide long-term support (LTS) guidance, to indicate which release streams will be the
Like everything in open source, 'support' is based on the goodwill of the community. The project maintainers do provide long-term support (LTS) guidance, to indicate which release streams will be the
|
By
David Enyeart
·
#7057
·
|
|
Hyperledger Fabric release v2.0 update
We discussed configuration updates for Fabric peer and orderer in the last contributors meetings. See proposal at https://jira.hyperledger.org/browse/FAB-16753.
The maintainers have been discussing
We discussed configuration updates for Fabric peer and orderer in the last contributors meetings. See proposal at https://jira.hyperledger.org/browse/FAB-16753.
The maintainers have been discussing
|
By
David Enyeart
·
#7056
·
|
|
Is Go supported in 1.4
I heard the docs are out of date, can someone clarify if Go is supported in 1.4?
I heard the docs are out of date, can someone clarify if Go is supported in 1.4?
|
By
Trevor Lee Oakley <trevor@...>
·
#7055
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Ivan, I now understand your confusion. Your statement:
"Private data is only known to the party sending the data hash and no one else (including members)."
is incorrect.
The chaincode can require that
Ivan, I now understand your confusion. Your statement:
"Private data is only known to the party sending the data hash and no one else (including members)."
is incorrect.
The chaincode can require that
|
By
David Enyeart
·
#7054
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Ivan,
I think I understand your concern. Let me try to include some comments based on the ongoing discussion:
Semantics of data
Your example: “my national ID is "1234567", but I am a bad guy and
Hi Ivan,
I think I understand your concern. Let me try to include some comments based on the ongoing discussion:
Semantics of data
Your example: “my national ID is "1234567", but I am a bad guy and
|
By
jeroiraz
·
#7053
·
|
|
Re: Second Channel
Are you sure that "LoanchainConsortium" is actually the consortium name you used when you originally spun up the network?
-----------------------------------------
Gari Singh
Distinguished Engineer,
Are you sure that "LoanchainConsortium" is actually the consortium name you used when you originally spun up the network?
-----------------------------------------
Gari Singh
Distinguished Engineer,
|
By
Gari Singh <garis@...>
·
#7052
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Hi Ivan,
There's a distinction between protecting data from being seen by others and proving the data is legit. Fabric Private Data is designed for the former, and the later is an application design
Hi Ivan,
There's a distinction between protecting data from being seen by others and proving the data is legit. Fabric Private Data is designed for the former, and the later is an application design
|
By
Jay Guo
·
#7051
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Add code to print the offending string that is failing and run it again. Alternatively, make sure all of the dict keys in your yaml obey the key character content restrictions.
Add code to print the offending string that is failing and run it again. Alternatively, make sure all of the dict keys in your yaml obey the key character content restrictions.
|
By
Nye Liu <nye@...>
·
#7050
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Honestly using a debugger for this makes little sense.
Honestly using a debugger for this makes little sense.
|
By
Nye Liu <nye@...>
·
#7049
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
Ivan Ch
Oct 21 #6979
PrivateData is marketed as a data privacy solution in Hyperledger Fabric. Unfortunately, this is just another serious security hole somehow went under the radar, and all
Ivan Ch
Oct 21 #6979
PrivateData is marketed as a data privacy solution in Hyperledger Fabric. Unfortunately, this is just another serious security hole somehow went under the radar, and all
|
By
Ivan Ch <acizlan@...>
·
#7048
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
I wanted to avoid that as I don't feel comfortable posting yaml that we are using in production. That's another reason why OP was around a step by step guide on how to debug Go code. I am looking at
I wanted to avoid that as I don't feel comfortable posting yaml that we are using in production. That's another reason why OP was around a step by step guide on how to debug Go code. I am looking at
|
By
Siddharth Jain
·
#7046
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Can you post your configtx yaml?
I can take a peek as well.
Can you post your configtx yaml?
I can take a peek as well.
|
By
Nye Liu <nye@...>
·
#7045
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Thanks Dave for opening the bug. Now that's what a helpful response is.
Thanks Dave for opening the bug. Now that's what a helpful response is.
|
By
Siddharth Jain
·
#7044
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Close... some key within the [Group] config has an illegal character. You can see the valid characters
Close... some key within the [Group] config has an illegal character. You can see the valid characters
|
By
David Enyeart
·
#7043
·
|
|
Re: Join the mailing list
visit lists.hyperledger.org and you can sign up with your Linux Foundation ID
Chris
visit lists.hyperledger.org and you can sign up with your Linux Foundation ID
Chris
|
By
Christopher Ferris
·
#7042
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
I might also add that in this case, the error message and backtrace are actually extremely informative
"Illegal characters in key: [Group]"
I'm guessing it doesn't
I might also add that in this case, the error message and backtrace are actually extremely informative
"Illegal characters in key: [Group]"
I'm guessing it doesn't
|
By
Nye Liu <nye@...>
·
#7041
·
|
|
Re: How to get inside docker container and debug code with breakpoints?
Debuggers are overrated. For this sort of thing you just need better error messages. Fabric is full of very cryptic and non-informative error messages.
go get
Debuggers are overrated. For this sort of thing you just need better error messages. Fabric is full of very cryptic and non-informative error messages.
go get
|
By
Nye Liu <nye@...>
·
#7040
·
|
|
How to get inside docker container and debug code with breakpoints?
Very often I keep into running cryptic errors with Fabric. E.g., today I ran into this:
2019-10-25 00:20:00.915 UTC [orderer.common.server] Start -> PANI 003 Failed validating bootstrap block:
Very often I keep into running cryptic errors with Fabric. E.g., today I ran into this:
2019-10-25 00:20:00.915 UTC [orderer.common.server] Start -> PANI 003 Failed validating bootstrap block:
|
By
Siddharth Jain
·
#7039
·
|