= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Request of Request.view * Tezos_base.Worker_types.request_status * Tezos_base.TzPervasives.error list option
| Validating_new_branch of {
peer : Tezos_base.P2p_peer.Id.t;
nb_blocks : int;
}
| New_branch_validated of block_received
| Fetching_operations_for_head of block_received
| Requesting_new_head_validation of block_received
| New_head_validation_end of block_received
| Ignoring_head of block_received
| Ignoring_previously_validated_block of block_received
| Ignoring_prechecked_block of block_received
| Ignoring_invalid_block of block_received
| Missing_new_head_predecessor of block_received
| Ignoring_branch_with_invalid_locator of block_received
| Ignoring_branch_without_common_ancestor of block_received
| No_new_head_from_peer of {
peer : Tezos_base.P2p_peer.Id.t;
timespan : float;
}
| Processing_new_head of block_received
| Processing_new_branch of block_received
| Terminating_worker of {
peer : Tezos_base.P2p_peer.Id.t;
reason : string;
}
| Ignoring_prechecked_invalid_block of block_received
type view = t
val level : t -> Tezos_base.TzPervasives.Internal_event.level
val encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
val pp : Format.formatter -> t -> unit