From 92da2b2565f382ce23939bfb1234fc394fb61289 Mon Sep 17 00:00:00 2001 From: Manuel Bravo Date: Fri, 4 Mar 2022 12:12:23 +0100 Subject: [PATCH] Update spec/abci++/abci++_basic_concepts_002_draft.md Co-authored-by: M. J. Fromberger --- spec/abci++/abci++_basic_concepts_002_draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci++/abci++_basic_concepts_002_draft.md b/spec/abci++/abci++_basic_concepts_002_draft.md index 5a1abc91c..8067da578 100644 --- a/spec/abci++/abci++_basic_concepts_002_draft.md +++ b/spec/abci++/abci++_basic_concepts_002_draft.md @@ -143,7 +143,7 @@ previous block, namely: * the consensus parameter updates * the validator updates -With ABCI++, an Application may decide to keep using the next-block execution model; +With ABCI++, an Application may decide to keep using the next-block execution model, by doing all its processing in `FinalizeBlock`; however the new methods introduced, `PrepareProposal` and `ProcessProposal` allow for a new execution model, called _same-block execution_. An Application implementing this execution model, upon receiving a raw proposal via `RequestPrepareProposal`