tendermint

Module evidence

Source
Expand description

Evidence of malfeasance by validators (i.e. signing conflicting votes).

Structs§

ConflictingBlock
Conflicting block detected in light client attack
DuplicateVoteEvidence
Duplicate vote evidence
Duration
Duration is a wrapper around core::time::Duration essentially, to keep the usages look cleaner i.e. you can avoid using serde annotations everywhere Todo: harmonize google::protobuf::Duration, core::time::Duration and this. Too many structs. https://github.com/informalsystems/tendermint-rs/issues/741
LightClientAttackEvidence
Light client attack evidence
List
A list of Evidence.
Params
EvidenceParams determine how we handle evidence of malfeasance.

Enums§

Evidence
Evidence of malfeasance by validators (i.e. signing conflicting votes or light client attack).