chore: Unify all halo2 deps to be exact

We should still figure out what to do before publishing darkfi-sdk to
crates.io since it probably can't reference a git version.

This might imply publishing our halo2 fork as well, probably under
halo2-darkfi namespace.
This commit is contained in:
x
2025-12-31 16:54:04 +00:00
parent db41ac54f7
commit 500f0c2891
3 changed files with 9 additions and 42 deletions

View File

@@ -135,8 +135,8 @@ tiny-keccak = { version = "2.0.2", features = ["keccak"], optional = true }
[dev-dependencies]
clap = {version = "4.4.11", features = ["derive"]}
halo2_proofs = {version = "0.3.1", features = ["dev-graph", "sanity-checks"]}
halo2_gadgets = "0.3.1"
halo2_proofs = {version = "0.3.2", features = ["circuit-params", "dev-graph", "sanity-checks"]}
halo2_gadgets = {version = "0.4.0", features = ["circuit-params", "test-dependencies"]}
plotters = "0.3.7"
easy-parallel = "3.3.1"
prettytable-rs = "0.10.0"
@@ -300,7 +300,7 @@ zk = [
"halo2_gadgets",
"rand",
"async-sdk",
"darkfi-sdk",
"zkas",
]