https://gitlab.com/tezos/tezos
Revision 4d33abe61ffbad89180bc5234988be744fd2379b authored by Marge Bot on 08 August 2022, 21:18:07 UTC, committed by Marge Bot on 08 August 2022, 21:18:07 UTC
'andrea@scoru-store-multiple-cemented-commitments-2' into 'master'

Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech>

Approved-by: Joel Bjornson <joel.bjornson@trili.tech>
Approved-by: Hans Hoglund <hans.hoglund@trili.tech>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5984
2 parent s c11f231 + 58d35b5
Raw File
Tip revision: 4d33abe61ffbad89180bc5234988be744fd2379b authored by Marge Bot on 08 August 2022, 21:18:07 UTC
Merge tezos/tezos!5984: Scoru: Store multiple cemented commitments in context
Tip revision: 4d33abe
dune-workspace
(lang dune 3.0)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-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/manifest.ml instead.
back to top