[][src]Module tendermint_light_client::fork_detector

Fork detection data structures and implementation.

Structs

ProdForkDetector

A production-ready fork detector which compares light blocks fetched from the witnesses by hash. If the hashes don't match, this fork detector then attempts to verify the light block pulled from the witness against a light block containing only the given trusted state, and then:

Enums

Fork

Types of fork

ForkDetection

Result of fork detection

Traits

ForkDetector

Interface for a fork detector