ROOT_HISTORY_SIZE
The number of past Merkle roots stored for history verification. This allows the system to verify that transactions are based on recent, valid state while maintaining privacy. # Value - 100 historical roots - Balances privacy (not too many roots) with security (not too few) - Allows for reasonable transaction finality periods
Fully qualified path: obscura::constants::ROOT_HISTORY_SIZE
pub const ROOT_HISTORY_SIZE: u32 = 100;