Skip to content

Commit

Permalink
Use proptest to test precompiles
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Jan 21, 2025
1 parent 6f03072 commit 232245d
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 221 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ categories = ["cryptography"]
afl = "0.15"
anyhow = "1"
arbitrary = "1"
assert_matches = "1.5.0"
divan = "0.1"
enum_dispatch = "0.3"
pretty_assertions = "1.4.0"
primitive-types = "0.12.1"
proptest = "1.4"
rand = "0.8.5"

# "Internal" dependencies
zkevm_opcode_defs = "0.150.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/vm2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ zk_evm = { workspace = true, optional = true }
anyhow = { workspace = true, optional = true }

[dev-dependencies]
assert_matches.workspace = true
divan.workspace = true
proptest.workspace = true
rand.workspace = true

[lints]
workspace = true
Expand Down
Loading

0 comments on commit 232245d

Please sign in to comment.