Skip to content

Commit

Permalink
Initial testool (scroll-tech#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 authored Sep 14, 2022
1 parent 4a2057d commit f93eda3
Show file tree
Hide file tree
Showing 41 changed files with 7,144 additions and 110 deletions.
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 = testool/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
7 changes: 5 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For any file modification done to the repo, `zkevm-reviewers` team will be requested a review.
* @appliedzkp/zkevm-reviewers
* @privacy-scaling-explorations/zkevm-reviewers

# PRs done to `prover` workspace member will require an extra review from @pinkiebell.
prover/* @pinkiebell
Expand All @@ -12,4 +12,7 @@ integration-tests/* @ed255

# Prs done to `zkevm-circuits/state-circuit` will require an extra review from @miha-stopar
zkevm-circuits/src/state_circuit/ @miha-stopar
zkevm-circuits/src/state_circuit.rs @miha-stopar
zkevm-circuits/src/state_circuit.rs @miha-stopar

# Prs done in `testool` will requiere an extra review from @adria0
testool/* @adria0
Loading

0 comments on commit f93eda3

Please sign in to comment.