From 3103411f2782f0834d033e029119e07d9f2b129c Mon Sep 17 00:00:00 2001 From: wwared Date: Fri, 27 Sep 2024 12:13:12 -0300 Subject: [PATCH] fix: Update sphinx circuit version (#178) After merging #176, the old parameters were invalidated. Co-authored-by: wwared <541936+wwared@users.noreply.github.com> --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index dbb93c9c9..b9ee36d4d 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -30,4 +30,4 @@ use stark::StarkGenericConfig; /// This string should be updated whenever any step in verifying an SP1 proof changes, including /// core, recursion, and plonk-bn254. This string is used to download SP1 artifacts and the gnark /// docker image. -pub const SPHINX_CIRCUIT_VERSION: &str = "v1.0.8-testnet"; +pub const SPHINX_CIRCUIT_VERSION: &str = "v1.0.8.1-testnet";