Skip to content

Commit

Permalink
Release v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir committed Aug 17, 2023
1 parent 06dc0d2 commit 7238b9d
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 28 deletions.
77 changes: 56 additions & 21 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
[patch."https://github.com/privacy-scaling-explorations/halo2curves.git"]
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }

[patch."https://github.com/scroll-tech/snark-verifier"]
snark-verifier = { git = "https://github.com/scroll-tech//snark-verifier", tag = "v0.1.1" }
snark-verifier-sdk = { git = "https://github.com/scroll-tech//snark-verifier", tag = "v0.1.1" }

[profile.test]
opt-level = 3
#debug-assertions = true
Expand Down
12 changes: 6 additions & 6 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2021"
[dependencies]
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_02_02" }

aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }

snark-verifier = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.1" }
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.1" }
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.4.0"
edition = "2021"

[dependencies]
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.0" }
base64 = "0.13.0"
blake2 = "0.10.3"
ethers-core = "0.17.0"
Expand Down

0 comments on commit 7238b9d

Please sign in to comment.