https://gitlab.com/tezos/tezos
Revision 08654e30c34f9f6897e99aa2ff49799accab7769 authored by Emma Turner on 14 August 2023, 09:22:04 UTC, committed by Marge Bot on 14 August 2023, 13:30:56 UTC
Ensure we implement the change to framing protocol correctly, by ensuring that the start of the message is not all zeroes
1 parent 165b8d6
Raw File
Tip revision: 08654e30c34f9f6897e99aa2ff49799accab7769 authored by Emma Turner on 14 August 2023, 09:22:04 UTC
Kernel/EVM: use non-zero hash in tests
Tip revision: 08654e3
dune-workspace
(lang dune 3.0)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top