Fix tower/blockstore unsync due to external causes (#12671)
* Fix tower/blockstore unsync due to external causes * Add and clean up long comments * Clean up test * Comment about warped_slot_history * Run test_future_tower with master-only/master-slave * Update comments about false leader condition
This commit is contained in:
@ -6,7 +6,7 @@ use bv::BitVec;
|
||||
use bv::BitsMut;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Serialize, Deserialize, PartialEq)]
|
||||
#[derive(Clone, Serialize, Deserialize, PartialEq)]
|
||||
pub struct SlotHistory {
|
||||
pub bits: BitVec<u64>,
|
||||
pub next_slot: Slot,
|
||||
|
Reference in New Issue
Block a user