Skip to content

Commit

Permalink
move zkevm-circuit::eth-types to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Jun 26, 2023
1 parent 4c90dcc commit a530941
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 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 @@ -38,7 +38,5 @@ debug = true
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "develop" }
[patch."https://github.com/privacy-scaling-explorations/poseidon.git"]
poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "scroll-dev-0220" }
[patch."https://github.com/privacy-scaling-explorations/halo2wrong.git"]
halo2wrong = { git = "https://github.com/scroll-tech/halo2wrong.git", branch = "halo2-ecc-snark-verifier-0323" }
[patch."https://github.com/privacy-scaling-explorations/halo2curves.git"]
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }
3 changes: 2 additions & 1 deletion snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ark-std = { version = "0.4.0", features = ["print-trace"], optional = true }

halo2-base = { git = "https://github.com/scroll-tech/halo2-lib.git", branch = "develop", default-features=false, features=["halo2-pse","display"] }
snark-verifier = { path = "../snark-verifier", default-features = false }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", branch = "develop" }

# loader_evm
ethereum-types = { version = "0.14", default-features = false, features = ["std"], optional = true }
Expand All @@ -30,7 +29,9 @@ ethereum-types = { version = "0.14", default-features = false, features = ["std"

env_logger = "0.10.0"
log = "0.4.17"

[dev-dependencies]
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", branch = "develop" }
ark-std = { version = "0.3.0", features = ["print-trace"] }
ethers-signers = { version = "0.17.0" }
paste = "1.0.7"
Expand Down

0 comments on commit a530941

Please sign in to comment.