package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

download
sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557
sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb

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: 15 Nov 2022

Dependencies (20)

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