Constant alloy_eips::eip2935::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