Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
, ,Event allows application developers to attach additional information to ResponseFinalizeBlock and ResponseCheckTx. Later, transactions may be queried using these events.
Used in:
, ,EventAttribute is a single key-value pair, associated with an event.
Used in:
nondeterministic
ExecTxResult contains results of executing one individual transaction. * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
Used in:
,nondeterministic
nondeterministic
nondeterministic
ExtendedCommitInfo is similar to CommitInfo except that it is only used in the PrepareProposal request such that CometBFT can provide vote extensions to the application.
Used in:
The round at which the block proposer decided in the previous height.
List of validators' addresses in the last validator set with their voting information, including vote extensions.
Used in:
The validator that sent the vote.
Non-deterministic extension provided by the sending validator's application.
Vote extension signature created by CometBFT
block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all
Used in:
, , ,The offending validator
The height when the offense occurred
The corresponding time where the offense occurred
Total voting power of the validator set in case the ABCI application does not store historical validators. https://github.com/tendermint/tendermint/issues/4581
Used in:
Applies a snapshot chunk
Used as request type in: ABCI.ApplySnapshotChunk
Used as field type in:
Used as request type in: ABCI.CheckTx
Used as field type in:
Used as request type in: ABCI.Commit
Used as field type in:
(message has no fields)
Used as request type in: ABCI.Echo
Used as field type in:
Extends a vote with application-injected data
Used as request type in: ABCI.ExtendVote
Used as field type in:
the hash of the block that this vote may be referring to
the height of the extended vote
info of the block that this vote may be referring to
address of the public key of the original proposer of the block.
Used as request type in: ABCI.FinalizeBlock
Used as field type in:
hash is the merkle root hash of the fields of the decided block.
proposer_address is the address of the public key of the original proposer of the block.
Used as request type in: ABCI.Flush
Used as field type in:
(message has no fields)
Used as request type in: ABCI.Info
Used as field type in:
Used as request type in: ABCI.InitChain
Used as field type in:
lists available snapshots
Used as request type in: ABCI.ListSnapshots
Used as field type in:
(message has no fields)
loads a snapshot chunk
Used as request type in: ABCI.LoadSnapshotChunk
Used as field type in:
offers a snapshot to the application
Used as request type in: ABCI.OfferSnapshot
Used as field type in:
snapshot offered by peers
light client-verified app hash for snapshot height
Used as request type in: ABCI.PrepareProposal
Used as field type in:
the modified transactions cannot exceed this size.
txs is an array of transactions that will be included in a block, sent to the app for possible modifications.
address of the public key of the validator proposing the block.
Used as request type in: ABCI.ProcessProposal
Used as field type in:
hash is the merkle root hash of the fields of the proposed block.
address of the public key of the original proposer of the block.
Used as request type in: ABCI.Query
Used as field type in:
Verify the vote extension
Used as request type in: ABCI.VerifyVoteExtension
Used as field type in:
the hash of the block that this received vote corresponds to
the validator that signed the vote extension
Used as response type in: ABCI.ApplySnapshotChunk
Used as field type in:
Chunks to refetch and reapply
Chunk senders to reject and ban
Used in:
Unknown result, abort all snapshot restoration
Chunk successfully accepted
Abort all snapshot restoration
Retry chunk (combine with refetch and reject)
Retry snapshot (combine with refetch and reject)
Reject this snapshot, try others
Used as response type in: ABCI.CheckTx
Used as field type in:
nondeterministic
nondeterministic
Used as response type in: ABCI.Commit
Used as field type in:
Used as response type in: ABCI.Echo
Used as field type in:
nondeterministic
Used in:
Used as response type in: ABCI.ExtendVote
Used as field type in:
Used as response type in: ABCI.FinalizeBlock
Used as field type in:
set of block events emitted as part of executing the block
the result of executing each transaction including the events the particular transaction emitted. This should match the order of the transactions delivered in the block itself
a list of updates to the validator set. These will reflect the validator set at current height + 2.
updates to the consensus params, if any.
app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was deterministic. It is up to the application to decide which algorithm to use.
Used as response type in: ABCI.Flush
Used as field type in:
(message has no fields)
Used as response type in: ABCI.Info
Used as field type in:
Used as response type in: ABCI.InitChain
Used as field type in:
Used as response type in: ABCI.ListSnapshots
Used as field type in:
Used as response type in: ABCI.LoadSnapshotChunk
Used as field type in:
Used as response type in: ABCI.OfferSnapshot
Used as field type in:
Used in:
Unknown result, abort all snapshot restoration
Snapshot accepted, apply chunks
Abort all snapshot restoration
Reject this specific snapshot, try others
Reject all snapshots of this format, try others
Reject all snapshots from the sender(s), try others
Used as response type in: ABCI.PrepareProposal
Used as field type in:
Used as response type in: ABCI.ProcessProposal
Used as field type in:
Used in:
Used as response type in: ABCI.Query
Used as field type in:
bytes data = 2; // use "value" instead.
nondeterministic
nondeterministic
Used as response type in: ABCI.VerifyVoteExtension
Used as field type in:
Used in:
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.
Used in:
,The height at which the snapshot was taken
The application-specific snapshot format
Number of chunks in the snapshot
Arbitrary snapshot hash, equal only if identical
Arbitrary application metadata
TxResult contains results of executing the transaction. One usage is indexing transaction results.
Used in:
, ,The first 20 bytes of SHA256(public key)
PubKey pub_key = 2 [(gogoproto.nullable)=false];
The voting power
Used in:
, ,Used in: