rc8 ready

This commit is contained in:
Zhuo Zhang
2024-06-04 11:55:42 +08:00
parent 7bb86ed0ae
commit 19de6567f8
2 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
[[package]]
name = "aggregator"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"ark-std 0.3.0",
"bitstream-io",
@@ -537,7 +537,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[package]]
name = "bus-mapping"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"eth-types",
"ethers-core",
@@ -1126,7 +1126,7 @@ dependencies = [
[[package]]
name = "eth-types"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"base64 0.13.1",
"ethers-core",
@@ -1282,7 +1282,7 @@ dependencies = [
[[package]]
name = "external-tracer"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"eth-types",
"geth-utils",
@@ -1464,7 +1464,7 @@ dependencies = [
[[package]]
name = "gadgets"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"eth-types",
"halo2_proofs",
@@ -1486,7 +1486,7 @@ dependencies = [
[[package]]
name = "geth-utils"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"env_logger 0.10.0",
"gobuild",
@@ -2235,7 +2235,7 @@ dependencies = [
[[package]]
name = "mock"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"eth-types",
"ethers-core",
@@ -2250,7 +2250,7 @@ dependencies = [
[[package]]
name = "mpt-zktrie"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"eth-types",
"halo2curves",
@@ -2722,7 +2722,7 @@ dependencies = [
[[package]]
name = "prover"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"aggregator",
"anyhow",
@@ -4359,7 +4359,7 @@ dependencies = [
[[package]]
name = "zkevm-circuits"
version = "0.11.0"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc6#6aafeb9ba68a7815e0b938bc536a0fb7d2cbf032"
source = "git+https://github.com/scroll-tech/zkevm-circuits.git?tag=v0.11.0rc8#ef56646cb7b6a994da36d57363f034d123fe2c70"
dependencies = [
"array-init",
"bus-mapping",

View File

@@ -25,7 +25,7 @@ bls12_381 = { git = "https://github.com/scroll-tech/bls12_381", branch = "feat/i
[dependencies]
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1.1" }
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", branch = "develop", default-features = false, features = ["loader_halo2", "loader_evm", "halo2-pse"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.0rc6", default-features = false, features = ["parallel_syn", "scroll", "l1_fee_curie"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.0rc8", default-features = false, features = ["parallel_syn", "scroll"] }
base64 = "0.13.0"
env_logger = "0.9.0"