Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit a097fd0

Browse files
bump halo2_proofs version to v2022_06_03 (#553)
* bump halo2_proofs version to v2022_06_03 * bump halo2wrong
1 parent 359c27e commit a097fd0

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
ff = "0.11"
10-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
10+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
1111
ark-std = { version = "0.3", features = ["print-trace"] }
1212
zkevm-circuits = { path = "../zkevm-circuits" }
1313
keccak256 = { path = "../keccak256" }

eth-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ethers-core = "0.6"
99
ethers-providers = "0.6"
1010
hex = "0.4"
1111
lazy_static = "1.4"
12-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
12+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
1313
regex = "1.5.4"
1414
serde = {version = "1.0.130", features = ["derive"] }
1515
serde_json = "1.0.66"

gadgets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["The appliedzkp team"]
66

77
[dependencies]
8-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
8+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
99
sha3 = "0.7.2"
1010
eth-types = { path = "../eth-types" }
1111
digest = "0.7.6"

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url = "2.2.2"
1818
pretty_assertions = "1.0.0"
1919
log = "0.4.14"
2020
env_logger = "0.9"
21-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
21+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
2222
ff = "0.11"
2323

2424
[dev-dependencies]

keccak256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
dev-graph = ["halo2_proofs/dev-graph", "plotters"]
88

99
[dependencies]
10-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
10+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
1111
itertools = "0.10.1"
1212
num-bigint = "0.4.2"
1313
num-traits = "0.2.14"

prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ethers-providers = "0.6"
1010
eth-types = { path = "../eth-types" }
1111
hyper = { version = "0.14.16", features = ["server"] }
1212
rand_xorshift = "0.3"
13-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
13+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
1414
log = "0.4.14"
1515
rand = "0.8.4"
1616
serde = { version = "1.0.136", features = ["derive"] }

zkevm-circuits/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
ff = "0.11"
11-
halo2_proofs = { git = "https://github.com/appliedzkp/halo2.git", tag = "v2022_05_09" }
11+
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_06_03" }
1212
bigint = "4"
1313
num = "0.4"
1414
sha3 = "0.10"
@@ -29,11 +29,11 @@ lazy_static = "1.4"
2929
keccak256 = { path = "../keccak256"}
3030
log = "0.4"
3131
env_logger = "0.9"
32-
ecdsa = { git = "https://github.com/appliedzkp/halo2wrong", rev = "92b96893b5699ff40723e201a2416313aeafd267", features = ["kzg"] }
33-
secp256k1 = { git = "https://github.com/appliedzkp/halo2wrong", rev = "92b96893b5699ff40723e201a2416313aeafd267", features = ["kzg"] }
34-
ecc = { git = "https://github.com/appliedzkp/halo2wrong", rev = "92b96893b5699ff40723e201a2416313aeafd267", features = ["kzg"] }
35-
maingate = { git = "https://github.com/appliedzkp/halo2wrong", rev = "92b96893b5699ff40723e201a2416313aeafd267", features = ["kzg"] }
36-
integer = { git = "https://github.com/appliedzkp/halo2wrong", rev = "92b96893b5699ff40723e201a2416313aeafd267", features = ["kzg"] }
32+
ecdsa = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_06_03", features = ["kzg"] }
33+
secp256k1 = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_06_03", features = ["kzg"] }
34+
ecc = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_06_03", features = ["kzg"] }
35+
maingate = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_06_03", features = ["kzg"] }
36+
integer = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_06_03", features = ["kzg"] }
3737
group = "0.11"
3838
libsecp256k1 = "0.7"
3939
rlp = "0.5"

0 commit comments

Comments
 (0)