Revision 5e19e357b79a1626c3f27e918e50d21e3fe66c74 authored by Diane Gallois-Wong on 03 October 2022, 16:23:32 UTC, committed by Marge Bot on 10 October 2022, 09:36:45 UTC
- Validate: rename application_info to block_finalization_info
- Validate: remove unneeded Alpha_context
- Apply: update module name Validate_operation -> Validate in a comment
- Apply & Contract_storage: use Lwt_tzresult_syntax
  (notably, fail is now implicitly Error_monad.fail)
1 parent c3a3cf5
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_event_logging)
 (public_name tezos-event-logging)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-stdlib
  data-encoding
  tezos-error-monad
  tezos-lwt-result-stdlib
  lwt_log.core
  uri)
 (js_of_ocaml)
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Data_encoding
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib))
back to top