Revision 33d7c84a7bc3d86211b8e397b1c2d079bdfb6bb4 authored by martoon on 12 October 2023, 13:31:00 UTC, committed by martoon on 09 November 2023, 15:57:30 UTC
At first, I didn't write logs assuming that they will be highly
available. Actually they are, and we could log more.

So here I at least log the result.
1 parent a371e92
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_validation)
 (public_name octez-shell-libs.validation)
 (instrumentation (backend bisect_ppx))
 (instrumentation (backend tezos-time-measurement))
 (libraries
  octez-libs.base
  octez-libs.crypto
  octez-libs.rpc
  octez-libs.tezos-context
  octez-shell-libs.context-ops
  octez-shell-libs.shell-context
  octez-shell-libs.shell-services
  octez-shell-libs.protocol-updater
  octez-libs.stdlib-unix
  octez-version.value)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_crypto
  -open Tezos_context
  -open Tezos_context_ops
  -open Tezos_shell_context
  -open Tezos_shell_services
  -open Tezos_protocol_updater
  -open Tezos_stdlib_unix))
back to top