rolls out merkle shreds to ~50% of testnet (#31950)
This commit is contained in:
parent
a2e7d1356c
commit
8a47086246
|
@ -498,8 +498,8 @@ impl BroadcastRun for StandardBroadcastRun {
|
|||
}
|
||||
}
|
||||
|
||||
fn should_use_merkle_variant(_slot: Slot, _cluster_type: ClusterType, _shred_version: u16) -> bool {
|
||||
false
|
||||
fn should_use_merkle_variant(slot: Slot, cluster_type: ClusterType, shred_version: u16) -> bool {
|
||||
cluster_type == ClusterType::Testnet && shred_version == 28353 && (slot % 19 < 10)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in New Issue