[][src]Module tendermint_light_client::components::scheduler

Provides an interface and default implementation of the Scheduler component

Traits

Scheduler

The scheduler decides what block to verify next given the current and target heights.

Functions

basic_bisecting_schedule

Basic bisecting scheduler which picks the appropriate midpoint without optimizing for performance using the blocks available in the light store.

valid_schedule

Checks whether the given scheduled_height is a valid schedule according to the following specification.