https://gitlab.com/nomadic-labs/mi-cho-coq

sort by:
Revision Author Date Message Commit Date
b983c92 New spec and proof for TokenToToken Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 29 April 2021, 15:38:38 UTC
61ad095 WIP: update spec and proof for tokenToToken 29 April 2021, 07:39:43 UTC
2c36f1e CPMM2: Update proof for xtzToToken 29 April 2021, 07:39:42 UTC
cbd1275 CPMM2: Update spec for xtzToToken 29 April 2021, 07:39:42 UTC
1058bb2 [cpmm2] importing contracts liquidity_baking#29e51e9 26 April 2021, 15:01:51 UTC
abaa034 [cpmm2] Importing contracts liquidity_baking#29e51e9b72a 26 April 2021, 14:39:14 UTC
45c51b7 [cpmm2] add updating script 22 April 2021, 14:49:06 UTC
7b297e4 [cpmm2] importing contracts liquidity_baking#60220a2 21 April 2021, 18:38:09 UTC
0945675 Importing CPMM2 contracts liquidity_baking#399fd25 20 April 2021, 14:24:21 UTC
8aa5a1a CPMM2: Fix proofs for add/remLqt + default 20 April 2021, 14:01:01 UTC
5a16749 CPMM2: Abstract out fee 20 April 2021, 13:56:33 UTC
ecc0a6d CPMM2: Remove references to removed entrypoints 20 April 2021, 13:54:20 UTC
8a23a27 Refactor: move out storage helpers 20 April 2021, 13:49:09 UTC
43a808d Refactor: move out definition helpers 20 April 2021, 13:49:09 UTC
ecd0945 Importing CPMM2 contracts liquidity_baking#6ca2d45 20 April 2021, 13:49:09 UTC
3a2e6c5 CPMM2: Add lemmas on N.div 20 April 2021, 13:48:52 UTC
7ccb336 Use the fuel-free WP in Dexter proofs 20 April 2021, 13:45:45 UTC
2551e5f [dexter2] delay computation of the typed scripts and use vm_compute 20 April 2021, 13:45:45 UTC
a3245a8 [dexter2] add functional correctness proof The proof is a joint effort of: - Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> - Yann-Regis Gianas <yann@nomadic-labs.com> - Colin González <colin@nomadic-labs.com> - Guillaume Claret <guillaume.claret@nomadic-labs.com> 20 April 2021, 13:45:45 UTC
3b66534 [dexter2] add specification utility lemmas for Dexter2 These lemmas are related to the specification of Dexter 2 and unlikely to be useful in other developments. 20 April 2021, 13:38:56 UTC
1efed64 [dexter2] add Dexter2 wip#adf8140: source, definition and spec 20 April 2021, 13:38:56 UTC
5813f65 [dexter2] add utility lemmas These lemmas are potentially of general utility in other smart contract developments. 20 April 2021, 08:25:01 UTC
3144def [mi-cho-coq] add compare_gt_lt to comparable.v 20 April 2021, 08:25:01 UTC
f598c93 [mi-cho-coq] prove injectivity of tez.to_Z 20 April 2021, 08:25:01 UTC
15a1a06 [mi-cho-coq] prove lower bound on tez.to_Z 20 April 2021, 08:25:01 UTC
72bd425 [michocoq] Fuel-free WP in the LOOP-free case 20 April 2021, 08:08:59 UTC
478cb5a [michocoq] move fold_eval_precond to semantics.v 20 April 2021, 08:08:59 UTC
3b7f66d [michocoq] Add some type annots in semantics to get prettier goals 20 April 2021, 08:08:59 UTC
8d3834d [michocoq] Move option monad definitions, notation, lemmas to error.v This is to enable using them in semantics.v 20 April 2021, 08:08:59 UTC
2690e7d [michocoq] Avoid redefining `False` in `util.v` The name of the Michelson data constructor `False` clashes with the Coq proposition for contradiction. To avoid qualifying the Coq proposition, `util.v` redefines it so `util.False` is defined as `Logic.False`. This has unpleasant side effects (see https://gitlab.com/nomadic-labs/mi-cho-coq/-/issues/53) so we remove this definition and qualify the name in the few places where it is used instead. Closes #53. 11 April 2021, 14:59:11 UTC
d30f3ab [build] configure should recreate the src/_CoqProject file on each run 08 April 2021, 17:09:50 UTC
bcce564 [build] fix the behaviour of ./configure with no arguments 08 April 2021, 16:34:40 UTC
59e5be5 [ci] add contracts job 08 April 2021, 16:11:22 UTC
e689a8e [ci] extract michocoq 08 April 2021, 13:45:39 UTC
ee5330b [ci/lint] run linting in a separate stage 07 April 2021, 13:03:43 UTC
905b528 [ci/lint] print linting errors if any 07 April 2021, 12:44:26 UTC
fac88a2 Avoid parsing several times in main Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 02 March 2021, 16:36:26 UTC
762928b cleanup, add case_compare_Eq, add key descriptions 02 February 2021, 18:09:35 UTC
45b7c5d add tez vesting contract source add vesting_tez coq definition, add _spec and _correct proof sans details for vesting wip: backup before rebasing on dev WIP: update to dev improvements fix spec, finish proof, first pass cleanup add vesting_tez.v to README.org rebase readme to dev add comparison_to_int_leb for N, IT_eq_iff, and simplification for to_flush constraints refactor spec, begin relocating utils refactor and reorganize distribute lemmas and cleanup move contract definition into vesting_tez_string.v, using match goal to minimize differences make vesting_tez_string.v easier to diff with vesting_tez.v 02 February 2021, 18:09:35 UTC
b392c47 add _opam to .gitignore, add lemmas and utils for vesting_tez.v 02 February 2021, 18:09:35 UTC
4c83fa8 [michocoq] Enforce concrete maps and big maps to be sorted by construction Solves #28. 19 November 2020, 13:19:49 UTC
fe8c6f0 [michocoq] Enforce ordering of concrete sets 19 November 2020, 13:15:43 UTC
1df3192 [michocoq] Use simple_comparable_data to simplify concrete_data 19 November 2020, 13:15:43 UTC
760fbfe [michocoq] Reverse dependency between syntax.v and comparable.v Allowing syntax to depend on comparable is needed to talk about the compare function when defining the syntax of sets and maps. 19 November 2020, 13:15:43 UTC
d89caaf [michocoq|extraction] fix a typo 19 November 2020, 13:15:43 UTC
5a01c81 add constraint "coq" { < "8.12.0" } 17 November 2020, 22:52:09 UTC
a4d37fa [Michocoq] Allow FAILWITH in LOOP, LOOP_LEFT, and ITER Fixes #27. 17 September 2020, 11:45:12 UTC
5796046 Simplification of the formula produced by eval_precond The following simplifications are applied: - eval_seq_precond immediately returns `False` on instruction sequences ending with a `FAILWITH` (it does so by looking at the tail-fail flag) - `match x with C1 y => phi y | C2 y => False` becomes `exists y, x = C1 y /\ phi y` - the code produced for `IF_ f` depends on the if-family `f` to avoid the previous double pattern matching: for example for options it produces `match o with | Some x -> ... | None -> ... end` instead of `match (match o with Some x -> inl x | None -> inr tt end) with inl x -> ... | inr y -> ... end`. Thanks to these simplifications, the proofs in the contract_coq directory are simpler. 15 September 2020, 12:28:46 UTC
1f739de [Michocoq] Improve checking time of the SLC proof On my machine, it is now checked in 16s instead of 56s. 29 August 2020, 15:21:54 UTC
02388f8 [michocoq] Fix typing of chain_id constants (bytes instead of strings) 24 August 2020, 12:51:55 UTC
d7cd730 [michocoq] Foramlise byte sequences 24 August 2020, 12:51:55 UTC
5bf0775 [michocoq] Fix the semantics of EDIV 24 August 2020, 12:51:55 UTC
83d1e37 [michocoq] Big map litterals 24 August 2020, 12:51:55 UTC
03244f9 [michocoq] Add missing case for the `chain_id` type in the Micheline2michelson parser 24 August 2020, 12:51:55 UTC
411a3d3 [michocoq] Add the missing case AND :: int : nat : 'S -> nat : 'S 24 August 2020, 12:51:55 UTC
13b317b [michocoq] Formalize the relation between key_hash, addresses and contracts 24 August 2020, 12:51:55 UTC
99b67eb [michocoq] remove an unused file 24 August 2020, 12:51:55 UTC
3ffee65 [SLC] remove unused imports 24 August 2020, 12:51:54 UTC
c8a57c8 [Optimizer] Optimize `PAIR; UNPAIR` 17 July 2020, 12:05:04 UTC
a403a4f Optimize `DIP n {}` 16 July 2020, 15:19:10 UTC
55af1d7 [Michocoq] Improve doc and arg names for precond_iter_bounded 07 July 2020, 08:25:41 UTC
12ee2ad [SLC] fuel minimization 07 July 2020, 08:25:41 UTC
b6580c5 [michocoq] Fix curly-brace wrapping of macros 07 July 2020, 08:25:41 UTC
8cdd957 [SLC] Proof of the Spending Limit Contract This is joint work with Zaynah Dargaye <zaynah.dargaye@nomadic-labs.com>. See https://blog.nomadic-labs.com/formally-verifying-a-critical-smart-contract.html 07 July 2020, 08:25:41 UTC
98cd2c9 Add a lemma precond_iter on precond for ITER 06 July 2020, 19:17:24 UTC
50b5400 [michocoq] Propagation of annotations 22 June 2020, 09:30:53 UTC
83f6208 [michocoq] WIP lexing and parsing of micheline annotations This does not compile because the definition of the syntax of Micheline nodes has been changed without changing the Micheline pretty-printer nor the converter from and to Michelson. 22 June 2020, 09:30:36 UTC
5d3d290 [michocoq] Avoid using `Check` for unit tests Writing unit tests as `Check (eq_refl : f x = y).` works but dumps unnecessary output on stdout that can be confusing when compiling the project. The equivalent `Goal (f x = y). reflexivity. Qed.` does the same check without producing any output. 19 June 2020, 20:08:22 UTC
9eaab97 [michocoq] Fix the behaviour of `get_entrypoint_opt (Some "%default")` 19 June 2020, 20:08:15 UTC
2e8d5a3 [optimizer] Define and certify a Michelson optimizer The optimizer was initially designed for the backend of the Albert compiler, it has been slightly generalized and certified. The main theorem is the last one in file typed_optimizer.v: If the untyped instruction sequence i can be typechecked from stack type A to stack type B and then run successfully on stack sA, then (optimizer.optimize i) can also be typechecked from stack type A to stack type B and run successfully on stack sA yielding the same result. 19 May 2020, 13:55:03 UTC
11de7d7 Untyped macros in `instruction` 19 May 2020, 13:55:02 UTC
2415691 [michocoq] Simplification of tez.v This uses `Bool.Is_true (negb ...)` instead of `... = false` in the definition of the `mutez` type which simplifies a bit reasoning about the implementation of mutez. 14 May 2020, 19:39:36 UTC
93912f6 [michocoq] Prove second half of typer correctness This completes the correctness proof of the typer in Optimized mode. Before this, only the typed -> untyped -> typed round-trip was certified. 14 May 2020, 19:39:36 UTC
daec052 [michocoq] Typing and untyping mode (Readable or Optimized) Since the introduction of timestamp literals, the typer is not injective anymore so the converse of untyper.untype_type is not true. By introducing a typing and an untyping mode, we get back injectivity at least in optimized mode. 14 May 2020, 19:39:36 UTC
8591d76 [michocoq] Fix a bug in the typer Type-checking a mutez literal now fails in case of overflow. 14 May 2020, 19:39:36 UTC
ac659ab [build|ignore] Also ignore the cache of the `nia` tactic 14 May 2020, 19:39:35 UTC
34a1022 [michocoq] Use frienly notations in all verified scripts 14 May 2020, 19:37:32 UTC
5bd8859 [michocoq] Add a distinction between instructions and instruction sequences 14 May 2020, 19:37:32 UTC
980a820 [michocoq] Also separate IF_ and LOOP_ instructions from the other ones 07 May 2020, 21:55:22 UTC
95b18b8 [michocoq] Stratify opcodes and instructions. We call opcodes the instructions that do not take subprograms as argument nor have special treatment in the type-checker or evaluator. Most of the instructions in Michelson fall into this category, putting them aside makes the number of constructors of the instruction ASTs much smaller which is needed when reasoning on the syntax. In particular, many optimisations at the Michelson level require to reason about several terms in these ASTs by nesting destructs which was not tractable with more than 80 constructors. 07 May 2020, 21:55:12 UTC
ab60300 Remove syntax_equiv.v This is incomplete and broken. 07 May 2020, 21:54:55 UTC
ba48cdf Remove the return_to_sender contract This is a duplicate of the boomerang contract. 07 May 2020, 21:54:42 UTC
30ec384 [Michocoq] Add parsing of timestamps 18 April 2020, 12:34:45 UTC
75ba1ed [CI|Tests] Run the tests in the CI 18 April 2020, 12:34:45 UTC
b6d740a [Build|Tests]: add a build-test target for Opam 18 April 2020, 12:34:45 UTC
2eeac09 [Tests] Regression traces 18 April 2020, 12:34:44 UTC
123c097 [Tests] Regression testing Tests are run with `make test` and regression traces are reset with `make RESET_REGRESSION=true test`. 18 April 2020, 12:34:44 UTC
3ae9aaf [Tests] Update the test suite 18 April 2020, 12:34:44 UTC
1c4fb62 [Michocoq] Formalize %-annotations and entrypoints Annotations are still ignored at lexing time but the semantically meaningful ones are supported in the untyped syntax. 18 April 2020, 12:34:44 UTC
c578eba [build] Add support for Coq 8.11 18 April 2020, 12:03:13 UTC
94071da [of_ocaml] Add a README for the of_ocaml folder 18 April 2020, 12:03:13 UTC
a35ea8c [of_ocaml] Beginning of injection of the syntax of Mi-Cho-Coq to OCaml 18 April 2020, 12:03:13 UTC
41fed52 [of_ocaml] Bijection for the comparable types 18 April 2020, 12:03:13 UTC
e94f138 [of_ocaml] Explicit definition of coq_to_ocaml_typ 18 April 2020, 12:03:13 UTC
bbb0057 [of_ocaml] Extend one side on the equivalence of the types with comparable types 18 April 2020, 12:03:13 UTC
e432e03 [of_ocaml] Add one side of the equivalence with the Coq AST 18 April 2020, 12:03:12 UTC
80978ee [of_ocaml] Add imported syntax definition from the OCaml code 18 April 2020, 12:03:12 UTC
fdfa10d [Michocoq] Remove superfluous functors 18 April 2020, 12:03:12 UTC
ae11043 [Michocoq] Remove contract literals 18 April 2020, 11:49:22 UTC
5b40d03 [CI] fix shellcheck URL 18 April 2020, 11:43:19 UTC
back to top