package tezos-store

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-15.1.tar.gz
sha256=3e7de89044f57a51e83bc445d1bae95a8161768bf3afd1b532075b39bd44d508
sha512=83e483ed96e83886136323d7bce425148bb46ccb6309345eadb339852e6bcdd5bc579d9477ce0ea295de9e371366fc09d44d5a876f09b242772e6ecb928a6b1d

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: 08 Dec 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.4.3" & < "3.5.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