|
Re: Not able to find Go in fabric-orderer container
The go binary is not needed in that container, it is only needed to build it.
You misapprehend what the go image is used for.
On 10/25/2019 2:01 PM, Siddharth
The go binary is not needed in that container, it is only needed to build it.
You misapprehend what the go image is used for.
On 10/25/2019 2:01 PM, Siddharth
|
By
Nye Liu <nye@...>
·
#7067
·
|
|
Re: Not able to find Go in fabric-orderer container
root@c754367ff2ba:/home# go
bash: go: command not found
root@c754367ff2ba:/home# ls /usr/bin/go
ls: cannot access '/usr/bin/go': No such file or directory
root@c754367ff2ba:/home# ls
root@c754367ff2ba:/home# go
bash: go: command not found
root@c754367ff2ba:/home# ls /usr/bin/go
ls: cannot access '/usr/bin/go': No such file or directory
root@c754367ff2ba:/home# ls
|
By
Siddharth Jain
·
#7066
·
|
|
Re: Not able to find Go in fabric-orderer container
/usr/bin/go, /usr/local/bin/go, and /usr/lib/go-x.xx/bin/go are all more likely than /usr/local/go
/usr/bin/go, /usr/local/bin/go, and /usr/lib/go-x.xx/bin/go are all more likely than /usr/local/go
|
By
Nye Liu <nye@...>
·
#7065
·
|
|
Not able to find Go in fabric-orderer container
I logged into a fabric-orderer:1.4.3 container and cannot find Go in it.
root@c754367ff2ba:/home# echo $GOPATH
root@c754367ff2ba:/home# ls /go
ls: cannot access '/go': No such file or
I logged into a fabric-orderer:1.4.3 container and cannot find Go in it.
root@c754367ff2ba:/home# echo $GOPATH
root@c754367ff2ba:/home# ls /go
ls: cannot access '/go': No such file or
|
By
Siddharth Jain
·
#7064
·
|
|
Re: Second Channel
Unfortunately, the CLI for both the peer and the orderer is actually the same peer CLI. "peer channel join" talks to the peer whereas "peer channel create" talks to the orderer. Not my favorite
Unfortunately, the CLI for both the peer and the orderer is actually the same peer CLI. "peer channel join" talks to the peer whereas "peer channel create" talks to the orderer. Not my favorite
|
By
Gari Singh <garis@...>
·
#7063
·
|
|
Re: Second Channel
The system channel is on the orderer, not the peers.
On 10/25/2019 7:09 AM, White, Spencer (S.) wrote:
The system channel is on the orderer, not the peers.
On 10/25/2019 7:09 AM, White, Spencer (S.) wrote:
|
By
Nye Liu <nye@...>
·
#7062
·
|
|
Re: Second Channel
Is the system channel always the first channel that you create/define? And this would mean I need to follow a similar path as the adding org to existing channel i.e. getting the channel config, adding
Is the system channel always the first channel that you create/define? And this would mean I need to follow a similar path as the adding org to existing channel i.e. getting the channel config, adding
|
By
White, Spencer (S.)
·
#7061
·
|
|
Re: Second Channel
Ah ... so in that case you will first need to update the system channel with the new consortium definition prior to trying to create channel for that
Ah ... so in that case you will first need to update the system channel with the new consortium definition prior to trying to create channel for that
|
By
Gari Singh <garis@...>
·
#7060
·
|
|
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
From: Gari Singh
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
From: Gari Singh
|
By
White, Spencer (S.)
·
#7059
·
|
|
Re: Is Go supported in 1.4
Thanks for this info.
From: "David Enyeart" <enyeart@...>
Sent: 25 October 2019 08:53
To: trevor@...
Cc: fabric@...
Subject: Re: [Hyperledger Fabric] Is Go supported in 1.4
Like everything
Thanks for this info.
From: "David Enyeart" <enyeart@...>
Sent: 25 October 2019 08:53
To: trevor@...
Cc: fabric@...
Subject: Re: [Hyperledger Fabric] Is Go supported in 1.4
Like everything
|
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
·
|