Expand description
Evidence of malfeasance by validators (i.e. signing conflicting votes).
Structs§
- Conflicting block detected in light client attack
- Duplicate vote evidence
- 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
- Light client attack evidence
- A list of
Evidence
. - EvidenceParams determine how we handle evidence of malfeasance.
Enums§
- Evidence of malfeasance by validators (i.e. signing conflicting votes or light client attack).