|
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
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
If you have some off-chain mechanism to check endorsement is satisfied before submitting the transaction to the orderer then it sounds like the Gateway API is not going to work for you. By the time
If you have some off-chain mechanism to check endorsement is satisfied before submitting the transaction to the orderer then it sounds like the Gateway API is not going to work for you. By the time
|
By
Mark Lewis
·
#8853
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 08/14/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 14 August 2020
6:00am to 7:00am
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 14 August 2020
6:00am to 7:00am
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8852
·
|
|
Re: The return value in Fabric gateway java SDK submitTransaction method
Hi Lewis,
Currently I use both blocklistener and contractlistener, I put all transactions in a global map and I want to get corresponding event in contractlistener logic. Does blocklisterner will be
Hi Lewis,
Currently I use both blocklistener and contractlistener, I put all transactions in a global map and I want to get corresponding event in contractlistener logic. Does blocklisterner will be
|
By
grapebaba
·
#8851
·
|
|
Re: Re. CouchDB - Performance Optimization Best Practices for indexing and searching in the context of HLF solution - V2.2.0 & CouchDB 3.1.0
There is indeed an automated performance test that runs nightly that would catch any performance regressions.
We saw a small perf improvement (~10%) when going from Fabric v1.4 to Fabric v2.0, due to
There is indeed an automated performance test that runs nightly that would catch any performance regressions.
We saw a small perf improvement (~10%) when going from Fabric v1.4 to Fabric v2.0, due to
|
By
David Enyeart
·
#8850
·
|