package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v10.2.tar.bz2
sha256=6b33e0549574c89a63538c94ce5555dd141e3c0fb5d934abff07d702fa3244d2
sha512=681a197baabec6e2f806871d43490382243207518f8fcf932741cd314d8717e46db2b6a5adc222f8726083a5dd911083b4931b7e878ab815f8f1a32763d1bf93

Description

Published: 16 Sep 2021

README

tezos-store

Summary line: Storage library for storing chain data

Overview

  • tezos-store provides an abstraction over the disk storage. It aims to handles the on-disk storage of static objects such as blocks, operations, block's metadata, protocols and chain data.

Implementation Details

  • The main module is Store. It provides the abstract view of the storage.

  • The main components are:

    • Cemented_block_store: persistent block store with linear history

    • Floating_block_store: persistent block store with arborescent history

    • Block_store: persistent and cached generic block store based on both cemented and floating blocks stores.

    • Snasphots: canonical storage representation for storage import/export

  • A comprehensive view of the storage implementation is available at https://tezos.gitlab.io/shell/storage.html

API Documentation

  • http://tezos.gitlab.io/api/odoc/_html/tezos-storage/index.html

Dependencies (7)

  1. tezos-legacy-store = version
  2. digestif >= "0.7.3"
  3. ringo-lwt = "0.5"
  4. tar-unix = "1.1.0"
  5. camlzip = "1.10"
  6. index >= "1.3.0"
  7. dune >= "2.5"

Dev Dependencies (5)

  1. tezos-protocol-alpha-parameters with-test & = version
  2. tezos-protocol-plugin-alpha with-test & = version
  3. tezos-embedded-protocol-genesis with-test & = version
  4. tezos-embedded-protocol-demo-noops with-test & = version
  5. alcotest-lwt with-test & >= "1.1.0"

Used by (1)

  1. tezos-shell = "10.2"

Conflicts

None