package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.1.tar.gz
sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0
sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba

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 Jun 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"
  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.1"
  2. octez-node-config = "17.1"
  3. tezos-shell = "17.1"

Conflicts (1)

  1. checkseum = "0.5.0"