ABCI

post/tendermint.abci.ABCI/VerifyVoteExtension

Request body

hashstring byte
heightstring int64
validator_addressstring byte
vote_extensionstring byte

Response

A successful response.

status'UNKNOWN' | 'ACCEPT' | 'REJECT'
  • REJECT: Rejecting the vote extension will reject the entire precommit by the sender. Incorrectly implementing this thus has liveness implications as it may affect CometBFT's ability to receive 2/3+ valid votes to finalize the block. Honest nodes should never be rejected.

Changes