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
History
File Mode Size
.github
.gitlab
_coverage_output
devtools
docs
emacs
manifest
opam
script-inputs
scripts
src
tests_python
tezt
vendors
.dockerignore -rw-r--r-- 918 bytes
.gitattributes -rw-r--r-- 369 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitlab-ci.yml -rw-r--r-- 3.2 KB
.npmrc -rw-r--r-- 125 bytes
.ocamlformat -rw-r--r-- 390 bytes
.pylintrc -rw-r--r-- 17.5 KB
CHANGES.rst -rw-r--r-- 4.5 KB
CODEOWNERS -rw-r--r-- 3.7 KB
Dockerfile -rw-r--r-- 4.6 KB
LICENSE -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 13.9 KB
README.md -rw-r--r-- 3.6 KB
build.Dockerfile -rw-r--r-- 1.1 KB
contributing.md -rw-r--r-- 2.2 KB
dune -rw-r--r-- 579 bytes
dune-project -rw-r--r-- 9.7 KB
dune-workspace -rw-r--r-- 510 bytes
package-lock.json -rw-r--r-- 871 bytes
package.json -rw-r--r-- 335 bytes
poetry.lock -rw-r--r-- 18.0 KB
pyproject.toml -rw-r--r-- 1.2 KB
rust-toolchain -rw-r--r-- 6 bytes
shell.nix -rw-r--r-- 6.5 KB

README.md

back to top