package tezos-context

  1. Overview
  2. Docs
Tezos: on-disk context abstraction for `octez-node`

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/tezos-context.helpers/Tezos_context_helpers/Context/Make_tree/argument-2-DB/Backend/index.html

Module DB.Backend

Backend functions, which might be used by the backends.

module Schema = Schema

A store schema, meant to be provided by the user.

module Hash = Hash

Hashing implementation.

module Contents : Irmin.Contents.Store with type hash = Hash.t and type value = Schema.Contents.t with type key = contents_key

A contents store.

module Node : Irmin.Node.Store with type hash = Hash.t and type Val.contents_key = Contents.key and module Path = Schema.Path and module Metadata = Schema.Metadata with module Path = Path with type key = node_key

A node store.

module Node_portable : sig ... end

A node abstraction that is portable from different repos. Similar to Node.Val.

module Commit : Irmin.Commit.Store with type hash = Hash.t and type Val.node_key = Node.key and module Info = Schema.Info with type key = commit_key

A commit store.

module Commit_portable : sig ... end

A commit abstraction that is portable from different repos. Similar to Commit.Val.

A branch store.

module Slice : sig ... end

A slice abstraction.

module Repo : sig ... end

A repo abstraction.

module Remote : sig ... end

URI-based low-level remote synchronisation.

OCaml

Innovation. Community. Security.