pub type StatusTuple = (u64, u64, u64, usize, u64);
Status tuple: (current_view, last_committed_height, epoch_number, validator_count, epoch_start_view)