Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jul 24, 2024
1 parent 23809f7 commit 79ef3a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/input-ethereum-20378340.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion data/input-taiko-mainnet-192317.json

This file was deleted.

6 changes: 3 additions & 3 deletions provers/sp1/driver/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ async fn main() {
// Param has higher priority than .env
let param = json!({
"sp1" : {
"recursion": "plonk",
"prover": "network",
"verify": true
"recursion": "core",
"prover": "local",
"verify": false
}
});
let time = Measurement::start("prove_groth16 & verify", false);
Expand Down

0 comments on commit 79ef3a1

Please sign in to comment.