Skip to content

Commit e79daa5

Browse files
committed
chore: update min proofs required
1 parent 2ebdc30 commit e79daa5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

consensus/types/src/execution_proof.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ use super::ExecutionProofId;
1616
/// and so this number was set to accommodate for the most zkVMs.
1717
pub const MAX_PROOF_DATA_BYTES: usize = 3_145_728;
1818

19-
/// TODO(ethproofs): Set to 1 for the demo.
20-
///
2119
/// Minimum number of execution proofs required from different proof types
2220
/// before marking an execution payload as available in ZK-VM mode.
2321
///
2422
/// This provides client diversity - nodes wait for proofs from K different
2523
/// zkVM+EL combinations before considering an execution payload available.
26-
pub const DEFAULT_MIN_PROOFS_REQUIRED: usize = 1;
24+
pub const DEFAULT_MIN_PROOFS_REQUIRED: usize = 2;
2725

2826
/// Maximum number of execution proofs that can be requested or stored.
2927
/// This corresponds to the maximum number of proof types (zkVM+EL combinations)

0 commit comments

Comments
 (0)