Skip to main content

MAX_PENDING_SLASHES

Constant MAX_PENDING_SLASHES 

Source
pub const MAX_PENDING_SLASHES: usize = 4_096;
Expand description

Maximum number of pending slashes the manager will track.

Traces to SPEC ยง2.6. Bounds memory + pruning cost. Admission at full capacity returns SlashingError::PendingBookFull (DSL-027).