Sample votes from ancestors back to root

This commit is contained in:
Tyera Eulberg
2020-10-28 16:59:11 -06:00
committed by Michael Vines
parent eb2560e782
commit 4260b3b416
2 changed files with 15 additions and 4 deletions

View File

@ -10,7 +10,8 @@ use std::{
time::Duration,
};
pub const TIMESTAMP_SLOT_RANGE: usize = 16;
pub const TIMESTAMP_SLOT_RANGE: usize = 32;
pub const DEPRECATED_TIMESTAMP_SLOT_RANGE: usize = 16; // Deprecated. Remove in the Solana v1.6.0 timeframe
const MAX_ALLOWABLE_DRIFT_PERCENTAGE: u32 = 25;
pub enum EstimateType {