Skip to content

Commit

Permalink
Release v0.5.15 (#212)
Browse files Browse the repository at this point in the history
Update zkevm-circuits to `v0.5.15`.
  • Loading branch information
silathdiir authored Aug 14, 2023
1 parent 11ad009 commit e64b41f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

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.14rc1" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.14rc1" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.14rc1" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.14rc1", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.14rc1" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.14rc1" }
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }

snark-verifier = { git = "https://github.com/scroll-tech/snark-verifier", branch = "develop" }
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", branch = "develop" }
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.14rc1" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.15" }
base64 = "0.13.0"
blake2 = "0.10.3"
ethers-core = "0.17.0"
Expand Down

0 comments on commit e64b41f

Please sign in to comment.