Re: Extend network with new orderers while is running
Tom Lamm
Nikos,
toggle quoted message
Show quoted text
Be careful about what you mean by “consensus”. In most blockchain conversations consensus refers to an agreement about what is stored in the blocks. In Hyperledger Fabric, that is determined by Peer consensus, not Orderers. See The ordering nodes determine the order of the transactions (Blocks). See So the Peers agree on “what” is stored in the blocks, e.g., “A deposit and a withdraw”. The Orderers agree on the order of events, e.g., “Withdraw followed by Deposit”. In your example network of one Peer and one working Orderer, consensus does not apply, there are no other Peers or Orderers to have conflicting information.
|
|