Revision a86a09b014e025f9631163688bc0591a63399c46 authored by Sylvain Ribstein on 07 September 2022, 07:07:44 UTC, committed by Marge Bot on 12 September 2022, 08:36:23 UTC
In order to replace Sc_rollup_PVM_sem.input by input in the signature of
function in `alpha_context.mli` I had to reorganized the order of
the module.

Now the `Message` and the type `input` are defined before `Inbox` and
the function `produce_proof` and `verify_proof` can use the correct type

I renamed `Message` to `Inbox_message` to not confuse it with `Outbox.Message`
1 parent 9159b8d
Raw File
tezos-crypto.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "tezos-stdlib"
  "data-encoding" { >= "0.6" & < "0.7" }
  "tezos-lwt-result-stdlib"
  "lwt" { >= "5.6.0" }
  "tezos-hacl"
  "secp256k1-internal" { >= "0.3.0" }
  "tezos-error-monad"
  "tezos-rpc"
  "ringo" { >= "0.9" }
  "zarith" { >= "1.12" & < "1.13" }
  "zarith_stubs_js"
  "bls12-381" { >= "4.0.0" & < "4.1.0" }
  "alcotest" { with-test & >= "1.5.0" }
  "qcheck-alcotest" { with-test & >= "0.18" }
  "tezos-test-helpers" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library with all the cryptographic primitives used by Tezos"
back to top