Tezos_shell.Chain_validatorSourceval create :
start_prevalidator:bool ->
start_testchain:bool ->
active_chains:t Tezos_base.TzPervasives.Chain_id.Table.t ->
block_validator_process:Block_validator_process.t ->
Tezos_shell_services.Shell_limits.peer_validator_limits ->
Tezos_shell_services.Shell_limits.prevalidator_limits ->
Block_validator.t ->
Tezos_store.Store.Block.t Lwt_watcher.input ->
(Tezos_base.TzPervasives.Chain_id.t * bool) Lwt_watcher.input ->
Distributed_db.t ->
Tezos_store.Store.chain_store ->
Tezos_shell_services.Shell_limits.chain_validator_limits ->
t Tezos_base.TzPervasives.tzresult Lwt.tWait for the `synchronisation_status` to be `Synchronised`. Subsequent calls return immediately. In other words, once a node is bootstrapped, it remains bootstrapped until it terminates (except if force_bootstrapped is used).
val reconfigure_event_logging :
t ->
Tezos_base_unix.Internal_event_unix.Configuration.t ->
unit Tezos_base.TzPervasives.tzresult Lwt.tval validate_block :
t ->
?force:bool ->
Tezos_base.TzPervasives.Block_hash.t ->
Tezos_base.Block_header.t ->
Tezos_base.Operation.t list list ->
unit Tezos_base.TzPervasives.tzresult Lwt.tval pending_requests :
t ->
(Tezos_base.Time.System.t
* Tezos_shell_services.Chain_validator_worker_state.Request.view)
listval current_request :
t ->
(Tezos_base.Time.System.t
* Tezos_base.Time.System.t
* Tezos_shell_services.Chain_validator_worker_state.Request.view)
optionval ddb_information :
t ->
Tezos_shell_services.Chain_validator_worker_state.Distributed_db_state.view