Skip to main content

SLASH_LOCK_EPOCHS

Constant SLASH_LOCK_EPOCHS 

Source
pub const SLASH_LOCK_EPOCHS: u64 = 100;
Expand description

Exit-lock duration for a finalised slash — 100 epochs.

Traces to SPEC §2.2, §7.4 step 4. On finalisation (DSL-032) the manager calls ValidatorEntry::schedule_exit(current_epoch + SLASH_LOCK_EPOCHS) on every slashed validator — preventing voluntary exit + stake withdrawal before the correlation window tail-end + any follow-on slashes settle.