Skip to content

Commit c3c70f7

Browse files
bump prover version to 1.0.2
1 parent c0f97c2 commit c3c70f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/utils/downloadProverBinary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import https from "https";
44
import http from "http";
55
import { pipeline } from "stream/promises";
66

7-
const PROVER_VERSION = "1.0.1";
7+
const PROVER_VERSION = "1.0.2";
88
const GITHUB_RELEASES_BASE_URL = `https://github.com/Lightprotocol/light-protocol/releases/download/light-prover-v${PROVER_VERSION}`;
99

1010
interface DownloadOptions {

prover/client/src/proof_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::{
2121
const MAX_RETRIES: u32 = 10;
2222
const BASE_RETRY_DELAY_SECS: u64 = 1;
2323
const DEFAULT_POLLING_INTERVAL_SECS: u64 = 1;
24-
const DEFAULT_MAX_WAIT_TIME_SECS: u64 = 900;
24+
const DEFAULT_MAX_WAIT_TIME_SECS: u64 = 600;
2525
const DEFAULT_LOCAL_SERVER: &str = "http://localhost:3001";
2626

2727
#[derive(Debug, Deserialize)]

0 commit comments

Comments
 (0)