Skip to content

Commit

Permalink
v0.5.21 (#222)
Browse files Browse the repository at this point in the history
* v0.5.21

* revert debug assert

* build
  • Loading branch information
lispc authored Aug 17, 2023
1 parent bd50029 commit 06dc0d2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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.16" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.16" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.16" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.16", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.16" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.16" }
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" }

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" }
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" }

anyhow = "1.0"
blake2 = "0.10.3"
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.16" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.5.21" }
base64 = "0.13.0"
blake2 = "0.10.3"
ethers-core = "0.17.0"
Expand Down

0 comments on commit 06dc0d2

Please sign in to comment.