Module Transition_router

type Structured_log_events.t +=
| Starting_transition_frontier_controller
val starting_transition_frontier_controller_structured_events_id : Structured_log_events.id
val starting_transition_frontier_controller_structured_events_repr : Structured_log_events.repr
type Structured_log_events.t +=
| Starting_bootstrap_controller
val starting_bootstrap_controller_structured_events_id : Structured_log_events.id
val starting_bootstrap_controller_structured_events_repr : Structured_log_events.repr
include Mina_intf.Transition_router_intf with type transition_frontier := Transition_frontier.t and type transition_frontier_persistent_root := Transition_frontier.Persistent_root.t and type transition_frontier_persistent_frontier := Transition_frontier.Persistent_frontier.t and type breadcrumb := Transition_frontier.Breadcrumb.t and type network := Mina_networking.t
val run : ?sync_local_state:bool -> context:(module Mina_intf.CONTEXT) -> trust_system:Trust_system.t -> verifier:Verifier.t -> network:Mina_networking.t -> is_seed:bool -> is_demo_mode:bool -> time_controller:Block_time.Controller.t -> consensus_local_state:Consensus.Data.Local_state.t -> persistent_root_location:string -> persistent_frontier_location:string -> frontier_broadcast_pipe: (Transition_frontier.t option Pipe_lib.Broadcast_pipe.Reader.t * Transition_frontier.t option Pipe_lib.Broadcast_pipe.Writer.t) -> network_transition_reader: ([ `Transition of Mina_block.t Network_peer.Envelope.Incoming.t ] * [ `Time_received of Block_time.t ] * [ `Valid_cb of Mina_net2.Validation_callback.t ]) Pipe_lib.Strict_pipe.Reader.t -> producer_transition_reader: Transition_frontier.Breadcrumb.t Pipe_lib.Strict_pipe.Reader.t -> most_recent_valid_block: (Mina_block.initial_valid_block Pipe_lib.Broadcast_pipe.Reader.t * Mina_block.initial_valid_block Pipe_lib.Broadcast_pipe.Writer.t) -> catchup_mode:[ `Normal | `Super ] -> notify_online:( unit -> unit Async_kernel.Deferred.t ) -> unit -> ([ `Transition of Mina_block.Validated.t ] * [ `Source of [ `Gossip | `Catchup | `Internal ] ] * [ `Valid_cb of Mina_net2.Validation_callback.t option ]) Pipe_lib.Strict_pipe.Reader.t * unit Async_kernel.Ivar.t

sync_local_state is `true` by default, may be set to `false` for tests