Skip to content

Commit

Permalink
doc(proto): minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 20, 2024
1 parent a3baef3 commit cc25fb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions abci/types/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/tendermint/abci/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ message RequestProcessProposal {
// Proposer's latest available app protocol version.
uint64 proposed_app_version = 12;
// App and block version used to generate the block.
// App version MUST be verified by the app.
tendermint.version.Consensus version = 13;
// quorum_hash contains hash of validator quorum that will sign the block
bytes quorum_hash = 14;
Expand Down
2 changes: 1 addition & 1 deletion spec/abci++/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ When a validator _p_ enters Tenderdash consensus round _r_, height _h_, in which
| core_chain_lock_update | [tendermint.types.CoreChainLock](#tendermint-types-CoreChainLock) | | Next core-chain-lock-update for validation in ABCI. |
| proposer_pro_tx_hash | [bytes](#bytes) | | ProTxHash of the original proposer of the block. |
| proposed_app_version | [uint64](#uint64) | | Proposer's latest available app protocol version. |
| version | [tendermint.version.Consensus](#tendermint-version-Consensus) | | App and block version used to generate the block. |
| version | [tendermint.version.Consensus](#tendermint-version-Consensus) | | App and block version used to generate the block. App version MUST be verified by the app. |
| quorum_hash | [bytes](#bytes) | | quorum_hash contains hash of validator quorum that will sign the block |


Expand Down

0 comments on commit cc25fb0

Please sign in to comment.