package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v14.0.tar.bz2
sha256=d21d1ab230dc396854755c1c8ff9d6ba046351b53add128d42b598711b9348b1
sha512=873c49894b6e84f70f0312a5c91ac078847084c7e010424eb4cb96b0d467d3c814aa3cbc207cee8ee0e226f8450cb9e76c521d12b7fa1ffc6d097087946f48cd

Description

This library provides abstraction for storing and iterating over blocks. tezos-store is a virtual library that provides two implementations:

  • tezos-store.real is the default implementation, used in production
  • tezos-store.mocked is used for testing purposes.

Published: 10 Aug 2022

Dependencies (20)

  1. prometheus >= "1.2"
  2. tar-unix = "2.0.0"
  3. tar
  4. camlzip >= "1.11" & < "1.12"
  5. lwt-watcher = "0.2"
  6. tezos-stdlib = version
  7. tezos-stdlib-unix = version
  8. tezos-protocol-updater = version
  9. tezos-shell-context = version
  10. tezos-context-ops = version
  11. tezos-context = version
  12. tezos-protocol-environment = version
  13. irmin-pack >= "3.3.1" & < "3.4.0"
  14. index >= "1.6.0" & < "1.7.0"
  15. tezos-version = version
  16. tezos-validation = version
  17. ringo-lwt >= "0.9"
  18. tezos-shell-services = version
  19. tezos-base = version
  20. dune >= "3.0"

Dev Dependencies (8)

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

Conflicts

None