|
Re: Why should organization not be both orderer and peer?
Yes, the BlockValidation policy is the key element to protect. And, we should probably change the default away from 'ANY Writers' to something more specific -- but any such changes create pains for
Yes, the BlockValidation policy is the key element to protect. And, we should probably change the default away from 'ANY Writers' to something more specific -- but any such changes create pains for
|
By
Jason Yellick <jyellick@...>
·
#8873
·
|
|
error(go command not found when i used make release and make docker commands)
go is installed but when using make release and make docker commands i see this error:
go is installed but when using make release and make docker commands i see this error:
|
By
farnaghi39@...
·
#8872
·
|
|
Re: Error Help :Bad configuration detected: Received AliveMessage from a peer with the same PKI-ID as myself: tag:EMPTY alive_msg:<membership:<endpoint
You are using the same certificate fortwo different peers and it is forbidden
From: "Mayank Agrawal"<agrawalmayank017@...>
To: fabric@...
Date: 08/17/2020 08:00 PM
Subject:
You are using the same certificate fortwo different peers and it is forbidden
From: "Mayank Agrawal"<agrawalmayank017@...>
To: fabric@...
Date: 08/17/2020 08:00 PM
Subject:
|
By
Yacov
·
#8871
·
|
|
Error Help :Bad configuration detected: Received AliveMessage from a peer with the same PKI-ID as myself: tag:EMPTY alive_msg:<membership:<endpoint
Hi guys please help me out with an issue ,
I am tring to start the network ,I am getting error like inside the peer container logs :
Duiing the initial after docker peer up commands.
Fabric version
Hi guys please help me out with an issue ,
I am tring to start the network ,I am getting error like inside the peer container logs :
Duiing the initial after docker peer up commands.
Fabric version
|
By
Mayank Agrawal
·
#8870
·
|
|
Re: Why should organization not be both orderer and peer?
Thanks a lot Jason, I hadn't thought about those attacks yet.
But isn't it possible for the organizations with orderer to use the OU roles, set the following policies and just run orderer and peers
Thanks a lot Jason, I hadn't thought about those attacks yet.
But isn't it possible for the organizations with orderer to use the OU roles, set the following policies and just run orderer and peers
|
By
Bram Dufour <bram.dufour8@...>
·
#8869
·
|
|
Re: Removed Databases, can't reset
#fabric
#couchdb
Yes, I have tried that. The CouchDB volumes were removed properly.
But even if not, when the Docker containers are removed and re-created - somehow it should be populated (again) if I do the same
Yes, I have tried that. The CouchDB volumes were removed properly.
But even if not, when the Docker containers are removed and re-created - somehow it should be populated (again) if I do the same
|
By
mario.schwaiger@...
·
#8868
·
|
|
Re: Why should organization not be both orderer and peer?
For a little more detail you can see this question and response on stack
For a little more detail you can see this question and response on stack
|
By
Jason Yellick <jyellick@...>
·
#8867
·
|
|
Re: Why should organization not be both orderer and peer?
See the topic on How many CAs are required in the CA documentation.
Because this is a distributed ledger, the ordering service should not be part of the same organization as the peers, so you will
See the topic on How many CAs are required in the CA documentation.
Because this is a distributed ledger, the ordering service should not be part of the same organization as the peers, so you will
|
By
Pam Andrejko
·
#8866
·
|
|
Re: Why should organization not be both orderer and peer?
Hi Si Chen, I think it was only the case for the Kafka orderer in earlier versions, in which only one org could run the Kafka ordering service.
With the raft orderer implementation, you can have a
Hi Si Chen, I think it was only the case for the Kafka orderer in earlier versions, in which only one org could run the Kafka ordering service.
With the raft orderer implementation, you can have a
|
By
Bram Dufour <bram.dufour8@...>
·
#8865
·
|
|
Why should organization not be both orderer and peer?
Hello,
I saw in
https://hyperledger-fabric.readthedocs.io/en/release-1.4/Fabric-FAQ.html#ordering-service
Question: | Can I have an organization act both in an ordering and application role?
Answer:
Hello,
I saw in
https://hyperledger-fabric.readthedocs.io/en/release-1.4/Fabric-FAQ.html#ordering-service
Question: | Can I have an organization act both in an ordering and application role?
Answer:
|
By
Si Chen <sichen@...>
·
#8864
·
|
|
#minifab #miniFabric #hyperledger-fabric #network #Centos
#minifabric
#hyperledger-fabric
#network
#centos
#minifab
If you try to install miniFabric to centos,
you will see that cant work under published condition, i.e. Docker version (18.03 or newer)...
If you try to install miniFabric to centos,
you will see that cant work under published condition, i.e. Docker version (18.03 or newer)...
|
By
zilich@...
·
#8863
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
If the transaction has been committed (i.e. the submit() call returns successfully) then it has satisfied the endorsement policy. If the endorsement policy wasn't satisfied then the transaction would
If the transaction has been committed (i.e. the submit() call returns successfully) then it has satisfied the endorsement policy. If the endorsement policy wasn't satisfied then the transaction would
|
By
Mark Lewis
·
#8862
·
|
|
looking for sponsor for hyperledger labs blockchain-carbon-accounting project
Hello everybody,
I'm from the Climate Accounting and Neutrality Working Group, and we'd like to ask for a sponsor to open a repository in hyperledger-lab.
This repository will be used for developing
Hello everybody,
I'm from the Climate Accounting and Neutrality Working Group, and we'd like to ask for a sponsor to open a repository in hyperledger-lab.
This repository will be used for developing
|
By
Si Chen <sichen@...>
·
#8861
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/14/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 14 August 2020
4:00pm to 5:00pm
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 14 August 2020
4:00pm to 5:00pm
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8860
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
No, I need a commited transaction. The blocklistener can be used. I am only curious if the blocklistener and contractlistener execute parallel or serial as I use
No, I need a commited transaction. The blocklistener can be used. I am only curious if the blocklistener and contractlistener execute parallel or serial as I use
|
By
grapebaba
·
#8859
·
|
|
Re: Removed Databases, can't reset
#fabric
#couchdb
Did you remove the volumes listed in "docker volume ls", this is where the couch data is stored
mario.schwaiger@... --- [EXTERNAL] Re: [Hyperledger Fabric] Removed Databases, can't reset #fabric
Did you remove the volumes listed in "docker volume ls", this is where the couch data is stored
mario.schwaiger@... --- [EXTERNAL] Re: [Hyperledger Fabric] Removed Databases, can't reset #fabric
|
By
Brett T Logan <brett.t.logan@...>
·
#8858
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 08/14/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 14 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 14 August 2020, 4:00pm to 5:00pm, (GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8857
·
|
|
Re: Removed Databases, can't reset
#fabric
#couchdb
Even more confusing, by default in the core.yaml I had:
stateDatabase: goleveldb
How had there ever been data in the couchdb - and why is there none now after a complete reset? And where is the
Even more confusing, by default in the core.yaml I had:
stateDatabase: goleveldb
How had there ever been data in the couchdb - and why is there none now after a complete reset? And where is the
|
By
mario.schwaiger@...
·
#8856
·
|
|
Removed Databases, can't reset
#fabric
#couchdb
Hi!
I was testing out the database capabilities and effects on changes in the fabric-samples. (fabcar)
In a trial run I've removed all databases and all data from both couchdb-Docker instances.
Hi!
I was testing out the database capabilities and effects on changes in the fabric-samples. (fabcar)
In a trial run I've removed all databases and all data from both couchdb-Docker instances.
|
By
mario.schwaiger@...
·
#8855
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
To have a successful submit() return both the transaction responses and would mean a breaking API change, which would make everyone currently using the API very unhappy. I guess there could be an
To have a successful submit() return both the transaction responses and would mean a breaking API change, which would make everyone currently using the API very unhappy. I guess there could be an
|
By
Mark Lewis
·
#8854
·
|