octez-shell-libs.shell
Tezos_shell.Peer_validator
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.shell-services
octez-shell-libs.signer-backends
octez-shell-libs.signer-services
octez-shell-libs.store
octez-shell-libs.validation
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
type t
val peer_id : t -> Tezos_base.P2p_peer.Id.t
val create : ?notify_new_block:(Block_validator.new_block -> unit) -> ?notify_termination:(unit -> unit) -> Tezos_shell_services.Shell_limits.peer_validator_limits -> Block_validator.t -> Distributed_db.chain_db -> Tezos_base.P2p_peer.Id.t -> t Lwt.t
val shutdown : t -> unit Lwt.t
val notify_branch : t -> Tezos_base.Block_locator.t -> unit
val notify_head : t -> Tezos_base.TzPervasives.Block_hash.t -> Tezos_base.Block_header.t -> unit
val running_workers : unit -> ((Tezos_base.TzPervasives.Chain_id.t * Tezos_base.P2p_peer.Id.t) * t) list
val status : t -> Tezos_base.Worker_types.worker_status
val information : t -> Tezos_base.Worker_types.worker_information
val current_request : t -> (Tezos_base.Time.System.t * Tezos_base.Time.System.t * Tezos_shell_services.Peer_validator_worker_state.Request.view) option
val pipeline_length : t -> Tezos_shell_services.Peer_validator_worker_state.pipeline_length
module Internal_for_tests : sig ... end