pub const MINIMUM_SLOTS_PER_EPOCH: u64 = 32; // 32u64
The minimum number of slots per epoch during the warmup period.
Based on MAX_LOCKOUT_HISTORY from vote_program.
MAX_LOCKOUT_HISTORY
vote_program