Module Evm_node_lib_dev.Prevalidator_events

val is_ready : unit -> unit Lwt.t

is ready () advertises the prevalidator can now receive prevalidation requests.

val cannot_start : unit -> unit Lwt.t

cannot_start () advertises the node was not able to start its prevalidator worker.

This typically happen when starting an observer node in finalized view at the very beginning of an Etherlink chain.