package tezos-store

  1. Overview
  2. Docs
Tezos: store for `octez-node`

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-store.unix/Tezos_store_unix/Consistency/index.html

Module Tezos_store_unix.ConsistencySource

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.