Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
54cbdee
base for ethereum/tests
Mar 4, 2022
32dd15a
cached lllc
Mar 9, 2022
4af4ac6
cache in its own file
Mar 11, 2022
7dc369d
Merge branch 'main' into evm-testvectors
adria0 Mar 15, 2022
51cecff
Fix merge compilation
Mar 16, 2022
6732485
Merge branch 'main' into evm-testvectors
adria0 Apr 8, 2022
0d9ab5f
basic tests working :)
Apr 8, 2022
c1a17dd
adding prover
Apr 12, 2022
485654d
Merge branch 'main' into evm-testvectors
adria0 Apr 13, 2022
4dfab19
update opcodes
Apr 13, 2022
54c7276
rayon
Apr 13, 2022
3c49572
Merge branch 'main' into evm-testvectors
adria0 May 4, 2022
65d4116
added cli cmd
May 5, 2022
5901aec
parsing all yaml
May 10, 2022
1a5f455
running almost all tests
May 16, 2022
6d583b3
Merge branch 'main' into evm-testvectors
adria0 May 16, 2022
5893766
Fix formatting
May 17, 2022
5f85db5
json parse
May 18, 2022
8013309
base json
May 18, 2022
8bef296
backlisted problematic tests
May 19, 2022
c6e786a
fmt fix
May 26, 2022
f958f06
fmt fix
May 26, 2022
483923f
remove ERRORS
Jun 14, 2022
bb78a7a
Merge branch 'main' into evm-testvectors
adria0 Jun 14, 2022
f93011b
minors
Jun 14, 2022
2fc0e4a
Merge branch 'evm-testvectors' of github.com:adria0/zkevm-circuits in…
Jun 14, 2022
d0d7753
doc bytecode
Jun 14, 2022
1dfcdf9
fmt & cargo
Jun 14, 2022
8b3d383
happy clippy
Jun 15, 2022
6555f48
clippy again
Jun 15, 2022
fc5bb28
Merge branch 'main' into evm-testvectors
adria0 Jun 16, 2022
bdf8261
Merge branch 'main' into evm-testvectors
adria0 Jun 21, 2022
99f05b9
Merge branch 'main' into evm-testvectors
adria0 Jul 25, 2022
a959bc5
Filter networks
Jul 28, 2022
347d885
Merge branch 'evm-testvectors' of github.com:adria0/zkevm-circuits in…
Jul 28, 2022
b248e59
Merge branch 'privacy-scaling-explorations:main' into evm-testvectors
adria0 Jul 28, 2022
0391c41
Merge branch 'evm-testvectors' of github.com:adria0/zkevm-circuits in…
Jul 28, 2022
e57b37b
wip
Jul 29, 2022
b9135d0
Commit test example
Aug 9, 2022
bb7eb6a
Merge branch 'main' of github.com:privacy-scaling-explorations/zkevm-…
Aug 9, 2022
597f28e
Merge branch 'privacy-scaling-explorations:main' into evm-testvectors
adria0 Aug 12, 2022
5ed715c
Merge branch 'main' of github.com:privacy-scaling-explorations/zkevm-…
Aug 12, 2022
1d94f97
Merge branch 'evm-testvectors' of github.com:adria0/zkevm-circuits in…
Aug 12, 2022
d0bf9ed
Better stadistics
Aug 12, 2022
ee848fd
Merge branch 'main' into evm-testvectors
adria0 Aug 30, 2022
4508f8a
CI ready
Aug 31, 2022
cba4e13
fix number
Aug 31, 2022
2ebbe3e
wip
Aug 31, 2022
df2f099
updated config
Sep 1, 2022
42c52fb
more panics research
Sep 2, 2022
313e60b
Merge branch 'main' of github.com:adria0/zkevm-circuits into evm-test…
Sep 5, 2022
19d28be
Merge branch 'main' into evm-testvectors
adria0 Sep 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "evm-testvectors/tests"]
path = evm-testvectors/tests
url = https://github.com/ethereum/tests

[submodule "integration-tests/contracts/vendor/openzeppelin-contracts"]
path = integration-tests/contracts/vendor/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
Loading