Skip to content

Commit

Permalink
eliminate halo2curves
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Aug 28, 2024
1 parent 79e7843 commit 3163a0b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 146 deletions.
172 changes: 32 additions & 140 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits", branch = "
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", branch = "main", features= ["rs_zktrie"] }

# for local development
# eth-types = { path = "../zkevm-circuits/eth-types", features = ["scroll"] }
# mpt-zktrie = { path = "../zkevm-circuits/zktrie" }
#eth-types = { path = "../zkevm-circuits/eth-types", default-features = false, features = ["scroll", "poseidon-bn254"] }
#mpt-zktrie = { path = "../zkevm-circuits/zktrie" }
# revm = {path = "../revm/crates/revm", default-features = false, features = ["scroll-default-handler", "std", "optional_no_base_fee"] } # v40
# zktrie = { path = "../zktrie", features= ["rs_zktrie"] }

Expand Down Expand Up @@ -96,9 +96,9 @@ ordered-db = ["revm/ordered-cache-db"]
[patch.crates-io]
ethers-core = { git = "https://github.com/scroll-tech/ethers-rs.git", branch = "feat/rkyv" }
ethers-signers = { git = "https://github.com/scroll-tech/ethers-rs.git", branch = "feat/rkyv" }
halo2curves = { git = "https://github.com/scroll-tech/halo2curves", branch = "v0.1.0" }
primitive-types = { git = "https://github.com/scroll-tech/parity-common.git", branch = "feat/rkyv" }
ethereum-types = { git = "https://github.com/scroll-tech/parity-common.git", branch = "feat/rkyv" }
ff = { git = "https://github.com/scroll-tech/ff", branch = "feat/sp1" }

# ethers-core = { path = "../ethers-rs/ethers-core" }
# ethers-providers = { path = "../ethers-rs/ethers-providers" }
Expand All @@ -108,8 +108,5 @@ ethereum-types = { git = "https://github.com/scroll-tech/parity-common.git", bra
# primitive-types = { path = "../parity-common/primitive-types" }
# ethereum-types = { path = "../parity-common/ethereum-types" }

[patch."https://github.com/privacy-scaling-explorations/bls12_381"]
bls12_381 = { git = "https://github.com/scroll-tech/bls12_381", branch = "feat/impl_scalar_field" }

[profile.release]
debug-assertions = true

0 comments on commit 3163a0b

Please sign in to comment.