package octez-shell-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez shell libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      octez-19.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
    
    
  sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
    
    
  doc/octez-shell-libs.shell/Tezos_shell/Validator/index.html
Module Tezos_shell.ValidatorSource
Tezos Shell - Main entry point of the validation scheduler.
Source
val create : 
  Tezos_store.Store.t ->
  Distributed_db.t ->
  Tezos_shell_services.Shell_limits.peer_validator_limits ->
  Tezos_shell_services.Shell_limits.block_validator_limits ->
  Block_validator_process.t ->
  Tezos_shell_services.Shell_limits.prevalidator_limits ->
  Tezos_shell_services.Shell_limits.chain_validator_limits ->
  start_testchain:bool ->
  t Tezos_base.TzPervasives.tzresult Lwt.tSource
val activate : 
  t ->
  start_prevalidator:bool ->
  validator_process:Block_validator_process.t ->
  Tezos_store.Store.chain_store ->
  Chain_validator.t Tezos_base.TzPervasives.tzresult Lwt.tStart the validation scheduler of a given chain.
Source
val get : 
  t ->
  Tezos_base.TzPervasives.Chain_id.t ->
  Chain_validator.t Tezos_base.TzPervasives.tzresultSource
val validate_block : 
  t ->
  ?force:bool ->
  ?chain_id:Tezos_base.TzPervasives.Chain_id.t ->
  Tezos_base.TzPervasives.Bytes.t ->
  Tezos_base.Operation.t list list ->
  (Tezos_base.TzPervasives.Block_hash.t
   * unit Tezos_base.TzPervasives.tzresult Lwt.t)
    Tezos_base.TzPervasives.tzresult
    Lwt.tForce the validation of a block.
Monitor all the valid block (for all activate chains).
Source
val chains_watcher : 
  t ->
  (Tezos_base.TzPervasives.Chain_id.t * bool) Lwt_stream.t
  * Lwt_watcher.stopperSource
val inject_operation : 
  t ->
  ?chain_id:Tezos_base.TzPervasives.Chain_id.t ->
  force:bool ->
  Tezos_base.Operation.t ->
  unit Tezos_base.TzPervasives.tzresult Lwt.tinject_operation t ?chain_id ~force op notifies the prevalidator worker associated with the chain_id of a new injected operation. Fails if the branch in op is not known in the given chain_id or if no prevalidator is associated with the chain_id. If no chain_id is provided, try to recover a chain_id from the branch in the operation data. Fails if no chain_id can be recovered unless force is set. If force is set, notify all the known prevalidator workers.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >