|
Re: Forks and World State
Each peer logs its block commit hash every block at INFO level. The block commit hash is a hash over all valid transactions that are written to state database. So you can compare block commit hashes
Each peer logs its block commit hash every block at INFO level. The block commit hash is a hash over all valid transactions that are written to state database. So you can compare block commit hashes
|
By
David Enyeart
·
#7905
·
|
|
Forks and World State
I saw that if the OS is malicious then a fork may happen by sending different peers different blocks. Is that detectable?
If a client made a query to the world state would that be subject to any
I saw that if the OS is malicious then a fork may happen by sending different peers different blocks. Is that detectable?
If a client made a query to the world state would that be subject to any
|
By
Trevor Lee Oakley <trevor@...>
·
#7904
·
|
|
Orderers and malicious nodes
I was just researching what happens when some orderers were taken over by an attacker. If say I have 5 ordering nodes, and 3 are taken over, is there a way to detect which 3 are malicious. I was
I was just researching what happens when some orderers were taken over by an attacker. If say I have 5 ordering nodes, and 3 are taken over, is there a way to detect which 3 are malicious. I was
|
By
Trevor Lee Oakley <trevor@...>
·
#7903
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 03/13/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 March 2020
4:00pm to 5:00pm
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 13 March 2020
4:00pm to 5:00pm
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7902
·
|
|
Re: One Org - Multiple MSPs & Channels
Well, if you don't define bootstrap peersand you have no anchor peers then the conditions to establish membershipbetween peers are not met, thus peers will not disseminate blocks to eachother.
This
Well, if you don't define bootstrap peersand you have no anchor peers then the conditions to establish membershipbetween peers are not met, thus peers will not disseminate blocks to eachother.
This
|
By
Yacov
·
#7901
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 03/13/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 13 March 2020, 4:00pm to 5:00pm, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 13 March 2020, 4:00pm to 5:00pm, (GMT+00:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#7900
·
|
|
Re: One Org - Multiple MSPs & Channels
I thought gossip was always used? What is the alternative?
Trevor
I thought gossip was always used? What is the alternative?
Trevor
|
By
Trevor Lee Oakley <trevor@...>
·
#7899
·
|
|
Re: One Org - Multiple MSPs & Channels
An org? Sure.
A peer? Well maybe, if you don't useany bootstrap peers or anchor peers so gossip isn't used.
From: "Trevor Lee Oakley"<trevor@...>
To: "Yacov Manevich"<YACOVM@...>
Cc:
An org? Sure.
A peer? Well maybe, if you don't useany bootstrap peers or anchor peers so gossip isn't used.
From: "Trevor Lee Oakley"<trevor@...>
To: "Yacov Manevich"<YACOVM@...>
Cc:
|
By
Yacov
·
#7898
·
|
|
Re: #fabric-questions #fabric
#fabric-questions
#fabric
It is true that you'll see higher throughput if you load balance endorsement requests across multiple peers. You likely want multiple peers per org anyways for HA purpose.
I suspect that error message
It is true that you'll see higher throughput if you load balance endorsement requests across multiple peers. You likely want multiple peers per org anyways for HA purpose.
I suspect that error message
|
By
David Enyeart
·
#7897
·
|
|
Re: One Org - Multiple MSPs & Channels
I just saw a few research papers - seems they can be constructed.
But can an org handle thousands of channels?
I just saw a few research papers - seems they can be constructed.
But can an org handle thousands of channels?
|
By
Trevor Lee Oakley <trevor@...>
·
#7896
·
|
|
Re: One Org - Multiple MSPs & Channels
They do not exist, but who knows? maybein the future they will.
From: "Trevor Lee Oakley"<trevor@...>
To: "Yacov" <yacovm@...>
Cc: <fabric@...>
Date: 03/13/2020 04:34
They do not exist, but who knows? maybein the future they will.
From: "Trevor Lee Oakley"<trevor@...>
To: "Yacov" <yacovm@...>
Cc: <fabric@...>
Date: 03/13/2020 04:34
|
By
Yacov
·
#7895
·
|
|
Re: One Org - Multiple MSPs & Channels
local collections would be nice to use but the business level need to is to completely hide the txn data (ie even that it exists to other members). I did not know anonymous endorsements were viable.
local collections would be nice to use but the business level need to is to completely hide the txn data (ie even that it exists to other members). I did not know anonymous endorsements were viable.
|
By
Trevor Lee Oakley <trevor@...>
·
#7894
·
|
|
Re: One Org - Multiple MSPs & Channels
The network was partly designed already and that criteria of all orgs having their own peers was already incorporated into the design.
I checked into multiple MSPs, OUs, and I was wondering if we
The network was partly designed already and that criteria of all orgs having their own peers was already incorporated into the design.
I checked into multiple MSPs, OUs, and I was wondering if we
|
By
Trevor Lee Oakley <trevor@...>
·
#7893
·
|
|
Re: One Org - Multiple MSPs & Channels
Sounds like what you need is local collectionswith anonymous endorsements.
From: "Trevor Lee Oakley"<trevor@...>
To: <fabric@...>
Date: 03/13/2020 03:53 PM
Subject: [EXTERNAL]
Sounds like what you need is local collectionswith anonymous endorsements.
From: "Trevor Lee Oakley"<trevor@...>
To: <fabric@...>
Date: 03/13/2020 03:53 PM
Subject: [EXTERNAL]
|
By
Yacov
·
#7892
·
|
|
Re: One Org - Multiple MSPs & Channels
Do your suppliers really need to operate their own Peers? If so, why? Can not you, and/or independent third parties operate the network and provide API's for your suppliers to submit data? Then you
Do your suppliers really need to operate their own Peers? If so, why? Can not you, and/or independent third parties operate the network and provide API's for your suppliers to submit data? Then you
|
By
Brett T Logan <brett.t.logan@...>
·
#7891
·
|
|
One Org - Multiple MSPs & Channels
I have a supply chain with one org which has 5,000 suppliers (orgs). We cannot allow txns to be seen at all by competing orgs, ie not even the evidence of a relationship between the orgs.
Is the
I have a supply chain with one org which has 5,000 suppliers (orgs). We cannot allow txns to be seen at all by competing orgs, ie not even the evidence of a relationship between the orgs.
Is the
|
By
Trevor Lee Oakley <trevor@...>
·
#7890
·
|
|
#fabric-questions #fabric
#fabric-questions
#fabric
Hi,
We are developing blockchain application on hyperledger fabric which consist of multiple organizations involved in the transaction and also one authorised organization which will monitor that
Hi,
We are developing blockchain application on hyperledger fabric which consist of multiple organizations involved in the transaction and also one authorised organization which will monitor that
|
By
neha.ghogale@...
·
#7889
·
|
|
Re: Where is the blockchain stored
The block files can be found in /var/hyperledger/production/ledgersData
Brett Logan
Software Engineer, IBM Blockchain
Phone: 1-984-242-6890
E-mail: brett.t.logan@...
The block files can be found in /var/hyperledger/production/ledgersData
Brett Logan
Software Engineer, IBM Blockchain
Phone: 1-984-242-6890
E-mail: brett.t.logan@...
|
By
Brett T Logan <brett.t.logan@...>
·
#7888
·
|
|
Where is the blockchain stored
I want to check out what data is actually stored on the blockchain. Where is the actual blockchain file stored eg for the test-network. I tried looking for it, I found a genesis block and that was
I want to check out what data is actually stored on the blockchain. Where is the actual blockchain file stored eg for the test-network. I tried looking for it, I found a genesis block and that was
|
By
Trevor Lee Oakley <trevor@...>
·
#7887
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 03/13/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 13 March 2020
6:00am to 7:00am
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 13 March 2020
6:00am to 7:00am
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7886
·
|