2923 Commits

Author SHA1 Message Date
Dmitry Vagner
3e371e5486 style 2022-09-22 09:31:42 -07:00
Dmitry Vagner
7ee583551c test is running, but failing 2022-09-22 09:27:11 -07:00
Dmitry Vagner
65b393cb95 assembler is running 2022-09-22 09:16:55 -07:00
Dmitry Vagner
9506c647de fix macro 2022-09-22 08:38:23 -07:00
wborgeaud
2c43da801e Fix 2022-09-22 11:17:02 +02:00
wborgeaud
6e6c2daf29 Add challenger state 2022-09-22 11:01:27 +02:00
Dmitry Vagner
937955788f cargo format 2022-09-21 20:18:18 -07:00
Dmitry Vagner
cfa0186517 Nick's comments 2022-09-21 20:06:41 -07:00
Dmitry Vagner
a25aea8e2e Nick's comments 2022-09-21 20:03:11 -07:00
Dmitry Vagner
aa5537a960 fake test 2022-09-21 19:37:09 -07:00
Dmitry Vagner
1867e5feb7 Merge branch 'main' of github.com:mir-protocol/plonky2 into ripeMD 2022-09-21 19:34:18 -07:00
Dmitry Vagner
28f9807442 0xdeadbeef 2022-09-21 16:49:46 -07:00
Dmitry Vagner
4783a90c94 tweak 2022-09-21 16:45:47 -07:00
Dmitry Vagner
94390c3cc7 fix 2022-09-21 16:40:27 -07:00
Dmitry Vagner
98d9e6cae2 parse error 2022-09-21 16:34:34 -07:00
BGluth
7a4f5e43c5
Merge pull request #729 from mir-protocol/generation_inputs_contract_code
Added a mapping between code hashes and contract byte code
2022-09-21 16:46:50 -06:00
BGluth
8fb1e4e760 Added a mapping between code hashes and contract byte code
Added a mapping between an account's `codehash` field and the actual contract byte code in `GenerationInputs`.
2022-09-21 16:46:18 -06:00
Dmitry Vagner
6cac2d79f8 use blocks 2022-09-21 13:42:13 -07:00
Daniel Lubarov
3da80fffe0
Merge pull request #728 from mir-protocol/fix_prohibited_macro_names
Fix prohibited macro names
2022-09-21 13:31:03 -07:00
Daniel Lubarov
218f689422 Fix prohibited macro names 2022-09-21 13:10:16 -07:00
Dmitry Vagner
64041e1c59 Merge branch 'main' of github.com:mir-protocol/plonky2 into ripeMD 2022-09-21 12:54:24 -07:00
Dmitry Vagner
3b0dda77f2 fix test 2022-09-21 12:54:19 -07:00
Daniel Lubarov
a84d3f5d44
Merge pull request #727 from mir-protocol/fix_macro_vars_in_stack
Fix macro vars in `%stack` directives
2022-09-21 09:22:16 -07:00
Daniel Lubarov
f876a8ab02 Fix macro vars in %stack directive 2022-09-21 08:42:56 -07:00
Dmitry Vagner
bb968bd725 it runs (but forever...) 2022-09-20 21:40:22 -07:00
Dmitry Vagner
172bde8028 everything is parsing 2022-09-20 10:29:43 -07:00
Dmitry Vagner
d5f04cbfb4 Merge branch 'main' of github.com:mir-protocol/plonky2 into ripeMD 2022-09-20 10:19:50 -07:00
Dmitry Vagner
9f1e97edc4 fix bugs 2022-09-20 10:11:45 -07:00
Dmitry Vagner
c127f80bfa add to include files 2022-09-20 10:00:40 -07:00
Daniel Lubarov
ee575f7c33
Merge pull request #723 from mir-protocol/validate_shape
Validate the shape of each proof
2022-09-19 23:11:48 -07:00
Daniel Lubarov
d7d50e9d5a Minor 2022-09-19 23:04:53 -07:00
Daniel Lubarov
5d4d81c29f Shape check in starky 2022-09-19 21:41:24 -07:00
Daniel Lubarov
f8e0b6f6a3 fix 2022-09-19 21:30:14 -07:00
Daniel Lubarov
616a6b3919 Validate EVM proof shape 2022-09-19 20:54:45 -07:00
Dmitry Vagner
e36c17b653 test 2022-09-19 19:12:38 -07:00
Dmitry Vagner
5d25683b13 test running 2022-09-19 19:06:48 -07:00
Dmitry Vagner
a6f72ee315 alt api for testing 2022-09-19 19:04:22 -07:00
Dmitry Vagner
76d50f336c duplicate macro, test skeleton 2022-09-19 18:38:43 -07:00
Dmitry Vagner
aa862b7662 delete needless 2022-09-19 18:15:22 -07:00
Dmitry Vagner
d032b7fbfb merge 2022-09-19 18:13:00 -07:00
Dmitry Vagner
6193827733 finish?? 2022-09-19 18:11:07 -07:00
Daniel Lubarov
e20b76f104 Use salt_size 2022-09-19 17:45:59 -07:00
Daniel Lubarov
74ab741057 Update plonky2/src/plonk/validate_shape.rs
Co-authored-by: wborgeaud <williamborgeaud@gmail.com>
2022-09-19 17:37:18 -07:00
Daniel Lubarov
786826487c Update plonky2/src/fri/validate_shape.rs
Co-authored-by: wborgeaud <williamborgeaud@gmail.com>
2022-09-19 17:37:18 -07:00
Daniel Lubarov
dbce356818 Validate the shape of each proof 2022-09-19 17:37:18 -07:00
Daniel Lubarov
ce64ccdcd7
Merge pull request #726 from mir-protocol/zkevm-spec
zkEVM spec
2022-09-19 17:32:41 -07:00
Daniel Lubarov
4d873cdaf5 zkEVM spec 2022-09-19 13:38:02 -07:00
Dmitry Vagner
e151be5522 ripemd storage 2022-09-19 12:09:57 -07:00
BGluth
928e8bc0e9
Merge pull request #725 from mir-protocol/eth_trie_utils_lib
Replaced `PartialTrie` definitions with `eth-trie-utils` crate
2022-09-19 11:28:30 -06:00
Dmitry Vagner
c45785f4a5 change to 8 bit words 2022-09-19 10:27:26 -07:00