You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/whatis.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Further, since all transactions are executed sequentially by all nodes, performa
85
85
Fabric introduces a new architecture for transactions that we call **execute-order-validate**. It addresses the resiliency, flexibility, scalability, performance and confidentiality challenges faced by the order-execute model. It separates the transaction flow into three steps:
86
86
87
87
- executing a transaction and checking its correctness, thereby endorsing it;
88
-
-rdering transactions through a consensus protocol; and
88
+
-ordering transactions through a consensus protocol; and
89
89
- transactions validated against an application-specific endorsement policy and committed to the ledger
90
90
91
91
This design departs radically from the order-execute paradigm in that Fabric executes transactions before reaching final agreement on their order.
0 commit comments