# Functions
No description provided by the author
NewWindowedPoStScheduler creates a new WindowPoStScheduler scheduler.
NextDeadline gets deadline info for the subsequent deadline.
# Constants
No description provided by the author
SchedulerStateAborted gets recorded when a WdPoSt cycle for an epoch is aborted, normally because of a chain reorg or advancement.
SchedulerStateFaulted gets recorded when a WdPoSt cycle for an epoch terminates abnormally, in which case the error is also recorded.
SchedulerStateStarted gets recorded when a WdPoSt cycle for an epoch begins.
SchedulerStateSucceeded gets recorded when a WdPoSt cycle for an epoch ends successfully.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
WdPoStFaultsProcessedEvt is the journal event that gets recorded when Windowed PoSt faults have been processed.
WdPoStProofsProcessedEvt is the journal event that gets recorded when Windowed PoSt proofs have been processed.
WdPoStRecoveriesProcessedEvt is the journal event that gets recorded when Windowed PoSt recoveries have been processed.
WdPoStSchedulerEvt is the journal event that gets recorded on scheduler actions.
WindowPoStScheduler is the coordinator for WindowPoSt submissions, fault declaration, and recovery declarations.
# Interfaces
No description provided by the author
WdPoStCommands is the subset of the WindowPoStScheduler + full node APIs used by the changeHandler to execute actions and query state.
# Type aliases
No description provided by the author
No description provided by the author
SchedulerState defines the possible states in which the scheduler could be, for the purposes of journalling.
No description provided by the author