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

sort by:
Revision Author Date Message Commit Date
b9a0809 Mi-Cho-Coq/Contracts: formal proof of the specialised multisig 19 May 2020, 14:51:03 UTC
5b40d03 [CI] fix shellcheck URL 18 April 2020, 11:43:19 UTC
3fb4ceb [generic_multisig] Add CHAIN_ID to signature Related to #21 11 March 2020, 13:52:45 UTC
00e403d [SC verif] Deposit contract 13 February 2020, 17:07:39 UTC
90abcb0 [build] Add missing dependency to ocamlbuild 13 February 2020, 10:07:44 UTC
9b308f4 [doc] slides for WTSC 12 February 2020, 13:23:16 UTC
949a7a4 [doc] slides of past talks 12 February 2020, 13:23:16 UTC
a0ebbfd [doc] More explicit names for the talk directories 27 January 2020, 09:48:13 UTC
f65e22e [doc] slides for the workshop at Cobra in Aarhus 13 January 2020, 12:34:38 UTC
dc275c8 Fix the install of the michocoq binary 04 December 2019, 09:39:27 UTC
9aa10a2 [ott] remove the original michocott formalization 29 November 2019, 14:39:11 UTC
ceb487e Michocott: Update michelson.ott to ease documentation generation 29 November 2019, 13:41:28 UTC
8733671 Corrected the 'a's that were changed in 'ty2's 29 November 2019, 13:41:24 UTC
3098cf5 All the way to extraction 29 November 2019, 13:41:11 UTC
f2939c1 Removed ambiguity by adding explicit annotations 29 November 2019, 13:40:31 UTC
eb1c38f Every rule is good with doc but multiple parses on compilation to coq for list set map 29 November 2019, 13:40:31 UTC
609a9c5 ott spec OK except for list and map 29 November 2019, 13:40:31 UTC
218ee17 Changed symbol for typing to '::' and symbol for cons to ':' in michelson_typing 29 November 2019, 13:40:31 UTC
a7ba07f [Michocott] Formalize the typing rules of Michelson in OTT TOFIX: Currently the syntax of Michelson is not shared with michelson.ott. Moreover I used `:` for the typing relation and `::` for stack consing whereas the documentation (and michelson.ott) use `:` for consing and `::` for typing. 29 November 2019, 13:40:31 UTC
cdc97c1 [CI] Add Coq v8.10 28 November 2019, 15:06:48 UTC
ac14acd Add the IF_RIGHT macro at the typed syntax level 28 November 2019, 10:00:56 UTC
e729117 Remove IF_RIGHT The `IF_RIGHT` macro was incorrectly documented as an instruction when the Mi-Cho-Coq effort started. The macro expanser correctly converted ot to its expanded form so all handling of `IF_RIGHT` as an instruction was basically dead code. 26 November 2019, 21:09:02 UTC
a7655d8 Formatting 25 November 2019, 10:24:17 UTC
48f957f Printer: simplify Michelson -> Micheline and the Micheline printer 25 November 2019, 10:23:25 UTC
474723b Make the type argument of error.Return implicit 14 November 2019, 17:33:09 UTC
3bebfc4 Swap arguments of bind 14 November 2019, 17:19:07 UTC
085c7d7 Remove all remaining binds without let! notation 14 November 2019, 17:19:07 UTC
f7efb6f Use the let! notation 14 November 2019, 17:11:20 UTC
a0ad40f Add a module to namespace the let! notation 14 November 2019, 17:10:51 UTC
3993c1c Add a let! notation for the bind 06 November 2019, 15:48:00 UTC
d18aeba Remove unused Eval 06 November 2019, 15:48:00 UTC
d45b391 Ignore .lia.cache files 06 November 2019, 15:48:00 UTC
edb58ee Update coq-mi-cho-coq.opam: remove duplicate synpopsis 06 November 2019, 15:08:13 UTC
ec3f4a8 Backport upstream changes to the opam package 01 November 2019, 16:31:58 UTC
ab8c856 Make sure that make clean removes files generated by extraction 23 October 2019, 08:52:16 UTC
61e2773 PAPAIR and UNPAPAIR macros 22 October 2019, 14:18:33 UTC
1b89f58 Fix expansion of the DUUUP macro 22 October 2019, 14:18:33 UTC
3b920a5 Expansion of CADR, SET_CADR, and MAP_CADR macros 22 October 2019, 14:18:33 UTC
e81432c Simplify the WP calculus 22 October 2019, 14:18:33 UTC
cadc05e The regular simpl tactic can now be used instead of our custom simplify_intruction 22 October 2019, 14:18:33 UTC
064f96c Simplify a bit the code of the evaluator 22 October 2019, 14:18:33 UTC
f6bfa3b Install the extracted binary 22 October 2019, 14:18:33 UTC
d7b66ee [Extraction] Extract the type-checker and fix many bugs 22 October 2019, 14:18:32 UTC
b42ae25 Fix a typing bug occurring when SELF was used in a Michelson origination When type-checking the code literal of a smart contract originated from Michelson, we have to be cautious to use the self type of the contract being originated instead of the contract doing the origination. For this reason, we cannot have `self_type` as a parameter of the inductive type for instructions but it needs to be an index. However, SELF is forbidden inside lambdas in Michelson so we do not have to care about typing the SELF instruction in lambdas. 22 October 2019, 14:18:32 UTC
4b53f52 [/!\ Interface breaking change] Almost complete the implementation of the lexer, parser, and typer Some macros are still missing. Extracting a standalone tool would help writing more tests. 22 October 2019, 14:18:32 UTC
3bfd628 Added INT and IS_NAT 22 October 2019, 14:18:32 UTC
0233856 Dig and Dug type-checking 22 October 2019, 14:18:32 UTC
a87cc8f Added a specific case for PUSH _ Concrete_seq, to avoid bad line feeds 22 October 2019, 14:18:32 UTC
f421eb8 Fixed pretty printer 22 October 2019, 14:18:32 UTC
4b33d51 Flattening sequences and slightly improved the pretty-printer 22 October 2019, 14:18:31 UTC
a98c884 Added micheline2michelson converter 22 October 2019, 14:18:31 UTC
f4cdd12 Updated menhir to 20190626 22 October 2019, 14:18:31 UTC
88dd857 UNPAIR macro and extracting untyped_syntax and typer 22 October 2019, 14:18:31 UTC
7f1a76f Refactor sections into modules after rebase, missing DIG and DUG typers 22 October 2019, 14:18:31 UTC
aec321b Added a lemma on string lexing 22 October 2019, 14:18:31 UTC
124eb4c Added pretty-printer function for micheline 22 October 2019, 14:18:31 UTC
248bad4 Fixed eqb for coq 8.8.2 22 October 2019, 14:18:31 UTC
bb2ba61 [typer] Certified Michelson type-checker/type-inferrer We essentially proved forall i, typer.type_instruction (untyper.untype_instruction i) A = Return _ i but this result can only be true if instructions like {FAIL; FAIL} are forbidden in the typed world (the type inferrer cannot guess the type of the stack between the two FAILs). For this reason, we introduced a new boolean flag in the syntax.instruction inductive that is true iff the instruction is a sequence whose last element is FAIL. 22 October 2019, 14:18:31 UTC
d266382 [Michocott] Untrack and ignore the .v file generated by OTT 22 October 2019, 14:18:30 UTC
ed6bdd9 [Micheline] Micheline parser 22 October 2019, 14:18:30 UTC
1cfd656 [Micheline] Micheline lexer 22 October 2019, 14:18:30 UTC
2a4adc7 Comparable pairs 22 October 2019, 14:18:30 UTC
baa0a09 Remove deprecated instructions 22 October 2019, 14:18:30 UTC
be95036 Update the multisig contract and its proof to use CHAIN_ID 22 October 2019, 14:18:30 UTC
fc16081 CHAIN_ID 22 October 2019, 14:18:30 UTC
bd3e077 DROP n 22 October 2019, 14:18:30 UTC
3c9bf7b DIP n 22 October 2019, 14:18:29 UTC
98871cc APPLY 22 October 2019, 14:18:29 UTC
a5e296c Packable types, for which data_to_concrete_data is defined 22 October 2019, 14:18:29 UTC
069c46d DIG and DUG Add the (future) DIG and DUG instructions to Mi-Cho-Coq. See tezos/tezos!1031 for reference. 22 October 2019, 14:18:29 UTC
a4d6612 Doc: Fix a talk subtitle (PDF version) 15 October 2019, 20:43:52 UTC
f1fbadf [Doc] Add slides for the Ledger - Tezos Meetup 14 October 2019, 12:32:22 UTC
46ffce5 Doc: FMBC slides 10 October 2019, 13:50:55 UTC
7b0cc2b Doc: add coq workshop 09 October 2019, 17:25:42 UTC
e538b10 Use the stable version of coq-ott 20 September 2019, 09:06:17 UTC
db5f2d4 Prepare the opam package for a public release 20 September 2019, 09:05:12 UTC
90bcdb9 Added IS_NAT and INT instruction 26 July 2019, 13:28:37 UTC
59f35ec Corrected an error in manager.v after refactor 26 July 2019, 09:48:59 UTC
de76b7d Manager: Update proof 25 July 2019, 16:47:52 UTC
8e3a0e6 Manager: also remove the set_manager entrypoint in the Coq proof 25 July 2019, 16:47:33 UTC
0818b71 Manager: use 'assert' instead of 'failwith', only accept tokens on 'default' entry 25 July 2019, 16:47:11 UTC
6241f44 Manager: add entrypoint annotations in script 25 July 2019, 16:47:00 UTC
1291249 Manager: remove set_manager entrypoint in script 25 July 2019, 16:46:47 UTC
68ad926 Manager: Update script and proof to use the %do entrypoint 25 July 2019, 16:46:37 UTC
820abb7 Revert "DIG and DUG" This reverts commit 4b0092d5076627335861f888855bfd8d8fe7b37e. 16 July 2019, 11:33:57 UTC
c45ad1c Mi-Cho-Coq: fix typo 12 July 2019, 10:05:17 UTC
33f5d2a Mi-Cho-Coq: inline instr definition 12 July 2019, 10:04:31 UTC
3e34215 Re-impose matching self-type with the contract parameter type. 08 July 2019, 16:55:10 UTC
2c21e57 Corrected the extraction problem 05 July 2019, 16:00:18 UTC
32711ba Passing Env to functors from toplevel. Still an issue with extraction 05 July 2019, 15:17:57 UTC
aac403e Corrected the proved contracts to reflect changes 05 July 2019, 13:00:11 UTC
ebf535a Refactor sections into functors 05 July 2019, 12:28:14 UTC
2b4e968 Install Coq libraries 03 July 2019, 17:02:01 UTC
66fe957 Apply suggestion to src/contracts_coq/generic_multisig.v 02 July 2019, 16:33:26 UTC
ea614ac Apply suggestion to src/michocoq/util.v 02 July 2019, 16:33:26 UTC
8b65f33 Prove a new version of the multisig contract With this new generic version of the multisig contract, the signers can sign several operations at once (to be run atomically) and send parameters to other smart contracts. 02 July 2019, 16:33:26 UTC
26a10ea New macros: PAPAIR and UNPAPAIR 02 July 2019, 16:33:26 UTC
c564b07 Move general lemmas out of the multisig.v file. 02 July 2019, 16:33:26 UTC
4b0092d DIG and DUG Add the (future) DIG and DUG instructions to Mi-Cho-Coq. See tezos/tezos!1031 for reference. 02 July 2019, 15:36:27 UTC
481dcf4 [Mi-Cho-Coq|Multisig]: light cleaning 30 June 2019, 12:28:26 UTC
back to top