Skip to content

Commit

Permalink
[cherry-picked] abci++: only include meaningful header fields in data…
Browse files Browse the repository at this point in the history
… passed-through to application (#8216) (cometbft#98)

closes: #7950

Co-authored-by: William Banfield <[email protected]>
  • Loading branch information
sergio-mena and williambanfield authored Jan 16, 2023
1 parent 8786a7b commit cbcdffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/abci/abci++_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ title: Methods
`next_validators_hash`, and `proposer_address` are the same as in `RequestProcessProposal`.
* `RequestPrepareProposal.local_last_commit` is a set of the precommit votes that allowed the
decision of the previous block.
* The `height`, `time`, and `proposer_address` values match the values from the header of the
proposed block.
* Fields `height`, `time`, `proposer_address`, and `next_validators_hash` match the values from
the header of the proposed block.
* `RequestPrepareProposal` contains a preliminary set of transactions `txs` that Tendermint
retrieved from the mempool, called _raw proposal_. The Application can modify this
set and return a modified set of transactions via `ResponsePrepareProposal.txs` .
Expand Down

0 comments on commit cbcdffb

Please sign in to comment.