Browse Source

Merge branch 'manuel/abci++-spec-restruct-basics' of github.com:tendermint/tendermint into manuel/abci++-spec-restruct-basics

pull/8048/head
Manuel Bravo 3 years ago
parent
commit
35a969c9b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci++/abci++_basic_concepts_002_draft.md

+ 1
- 1
spec/abci++/abci++_basic_concepts_002_draft.md View File

@ -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`


Loading…
Cancel
Save