Constant HISTORY_SERVE_WINDOW

Source
pub const HISTORY_SERVE_WINDOW: usize = 8191;
Expand description

EIP-2935: Serve historical block hashes from state

Number of block hashes the EVM can access in the past (Prague).

ยงNote

Updated from 8192 to 8191 in https://github.com/ethereum/EIPs/pull/9144