package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

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 Mar 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.5.2" & < "3.6.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-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