From 684d69ef1886ae8ca9042a7cbc8a8eebc229992d Mon Sep 17 00:00:00 2001 From: zhenfei Date: Thu, 26 Oct 2023 20:51:55 -0400 Subject: [PATCH 1/2] chore: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5549d9a..dd30022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ gobuild = "0.1.0-alpha.1" [dev-dependencies] hex = "0.4" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" } -poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git"} +poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-halo2-lib-0.4.0" } [patch."https://github.com/privacy-scaling-explorations/halo2.git"] -halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-0220" } +halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-halo2-lib-0.4.0" } [features] dual_codehash = [] From ae71daa9a2913640816b982c926c713eec82bec1 Mon Sep 17 00:00:00 2001 From: zhenfei Date: Tue, 7 Nov 2023 11:16:32 -0500 Subject: [PATCH 2/2] chore: update links --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd30022..430cb21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ gobuild = "0.1.0-alpha.1" [dev-dependencies] hex = "0.4" halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" } -poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-halo2-lib-0.4.0" } +poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-ff-0.13" } [patch."https://github.com/privacy-scaling-explorations/halo2.git"] -halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-halo2-lib-0.4.0" } +halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-ff-0.13" } [features] dual_codehash = []