i had a query regarding the ordering service of Hyperledger fabric. If the transactions are linked to one another and it takes time for one transaction to get completed. For example, a delivery system on blockchain. If the order delivered block takes time to be added. How does the ordering service order the remaining nodes?
Asked
Active
Viewed 30 times
0
-
orderer does not orders nodes but it orders transaction using a pluggable trust engine (CFT or BFT) and broadcasts them to the network of peers who validate and add them in their ledger(copies) maintaining the consistent ledger state across the network – mohor chatt Apr 14 '19 at 07:53
1 Answers
0
In general, the output of a transaction has to make it into a block and be marked valid on commit before it is available to another transaction to use.

mhb
- 754
- 8
- 20