package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

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: 21 Aug 2023

Dependencies (24)

  1. tezos-rpc = version
  2. prometheus >= "1.2"
  3. tar-unix >= "2.0.1" & < "3.0.0"
  4. tar
  5. camlzip >= "1.11" & < "1.12"
  6. lwt-watcher = "0.2"
  7. tezos-stdlib = 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.6.1" & < "3.7.0"
  14. index >= "1.6.0" & < "1.7.0"
  15. tezos-version = version
  16. tezos-validation = version
  17. aches-lwt >= "1.0.0"
  18. aches >= "1.0.0"
  19. tezos-shell-services = version
  20. tezos-crypto = version
  21. tezos-base = version
  22. tezos-stdlib-unix = version
  23. ocaml >= "4.14" & < "5.0"
  24. dune >= "3.0"

Dev Dependencies (8)

  1. tezos-test-helpers with-test & = version
  2. octez-alcotezt with-test & = version
  3. tezos-protocol-plugin-alpha with-test & = version
  4. tezos-protocol-alpha with-test & = version
  5. tezos-embedded-protocol-alpha with-test & = version
  6. tezos-embedded-protocol-genesis with-test & = version
  7. tezos-embedded-protocol-demo-noops with-test & = version
  8. tezt with-test & >= "3.1.0"

Used by (3)

  1. octez-node = "17.3"
  2. octez-node-config = "17.3"
  3. tezos-shell >= "17.3"

Conflicts (1)

  1. checkseum = "0.5.0"