package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v12.3.tar.bz2
sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d
sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a

Description

Published: 11 Apr 2022

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-validation = version
  2. lwt-watcher = "0.1"
  3. ringo-lwt = "0.5"
  4. tar-unix = "1.1.0"
  5. camlzip = "1.10"
  6. index >= "1.3.0"
  7. dune >= "2.9"

Dev Dependencies (6)

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

Used by (1)

  1. tezos-shell = "12.3"

Conflicts

None