https://gitlab.com/tezos/tezos
Raw File
Tip revision: 66b95a2f6fe1cf7e03a971d847c1a596f75b6305 authored by Emma Turner on 11 March 2024, 14:07:02 UTC
Kernel/EVM: carry minimum base fee in BlockFees
Tip revision: 66b95a2
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_store)
 (public_name octez-shell-libs.store)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.crypto
  octez-libs.rpc
  lwt-watcher
  octez-shell-libs.shell-services
  octez-shell-libs.validation
  octez-shell-libs.context-ops
  octez-shell-libs.store.shared)
 (flags
  (:standard)
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_crypto
  -open Tezos_shell_services
  -open Tezos_validation
  -open Tezos_context_ops
  -open Tezos_store_shared)
 (virtual_modules store)
 (default_implementation octez-shell-libs.store.real))
back to top