diff --git a/succinct.json b/succinct.json index 6f71bf6..15389d1 100644 --- a/succinct.json +++ b/succinct.json @@ -5,7 +5,7 @@ "framework": "plonky2x", "baseDir": ".", "buildCommand": "make build-sync-circuit", - "proveCommand": "make prove-sync-circuit", + "proveCommand": "RUST_LOG=debug ./build/sync prove input.json", "requiredArtifacts": [ "sync" ] @@ -15,7 +15,7 @@ "framework": "plonky2x", "baseDir": ".", "buildCommand": "make build-verify-circuit", - "proveCommand": "make prove-verify-circuit", + "proveCommand": "RUST_LOG=debug ./build/verify prove input.json", "requiredArtifacts": [ "verify" ] diff --git a/vendor/succinctx b/vendor/succinctx index 4e539f2..45fb347 160000 --- a/vendor/succinctx +++ b/vendor/succinctx @@ -1 +1 @@ -Subproject commit 4e539f2ea4a42cedcd0b056346ef8009cc24f619 +Subproject commit 45fb347c7a385dc920d9e1b246952739d755b449