package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/tezos_store_unix/Tezos_store_unix/Consistency/index.html

Module Tezos_store_unix.ConsistencySource

Sourceval check_consistency : [ `Chain_dir ] Tezos_store_shared.Naming.directory -> Tezos_base.TzPervasives.Genesis.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

check_consistency store_dir genesis checks that the store is in a consistent state.

Sourceval fix_consistency : ?history_mode:Tezos_shell_services.History_mode.t -> [ `Chain_dir ] Tezos_store_shared.Naming.directory -> Tezos_context.Context.index -> Tezos_base.TzPervasives.Genesis.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

fix_consistency ?history_mode store_dir context_index genesis aims to fix a store if it is in an inconsistent state. To do so, it will inspect the stored data and try infer all the missing or corrupted parts.

OCaml

Innovation. Community. Security.