Reputation: 357
Does the orderer always store all the blockchain (not the World State)?
Is it possible to configure the Orderer to not to keep the blockchain?
Upvotes: 0
Views: 78
Reputation: 535
The orderer service must store the ledger to order the blocks correctly. Because Fabric’s design relies on deterministic consensus algorithms, any block a peer validates as generated by the ordering service is guaranteed to be final and correct.
Upvotes: 1