Constant BLOCKHASH_SERVE_WINDOW
pub const BLOCKHASH_SERVE_WINDOW: usize = 8192; // 8_192usize
Expand description
EIP-2935: Serve historical block hashes from state
Number of block hashes the EVM can access in the past (Prague).
ยงNote
This is named HISTORY_SERVE_WINDOW
in the EIP.