@@ -6,16 +6,16 @@ edition = "2021"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- halo2_proofs = { git = " https://github.com/privacy-scaling-explorations/halo2.git" , tag = " v2022_09_10 " }
9
+ halo2_proofs = { git = " https://github.com/privacy-scaling-explorations/halo2.git" , tag = " v2023_02_02 " }
10
10
11
- bus-mapping = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " develop " }
12
- eth-types = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " develop " }
13
- zkevm-circuits = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " develop " , default-features = false , features = [" test" ," scroll" ," poseidon-codehash-lookup" ] }
14
- mpt-zktrie = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " develop " }
15
- mock = { git = " https://github.com/scroll-tech/zkevm-circuits" , branch = " develop " }
11
+ bus-mapping = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " proof-aggregation-circuit " }
12
+ eth-types = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " proof-aggregation-circuit " }
13
+ zkevm-circuits = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " proof-aggregation-circuit " , default-features = false , features = [" test" ," scroll" ," poseidon-codehash-lookup" ] }
14
+ mpt-zktrie = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , branch = " proof-aggregation-circuit " }
15
+ mock = { git = " https://github.com/scroll-tech/zkevm-circuits" , branch = " proof-aggregation-circuit " }
16
16
17
- snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " halo2-ecc-snark-verifier-0323 " }
18
- snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " halo2-ecc-snark-verifier-0323 " }
17
+ snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " develop " }
18
+ snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " develop " , default-features = false , features = [ " loader_halo2 " , " loader_evm " , " halo2-pse " ] }
19
19
20
20
rand = " 0.8"
21
21
rand_xorshift = " 0.3"
@@ -49,4 +49,3 @@ procfs = "0.13.0"
49
49
default = []
50
50
# default = ["prove_verify"]
51
51
prove_verify = []
52
-
0 commit comments