Constant revm_primitives::BLOCKHASH_SERVE_WINDOW
source · pub const BLOCKHASH_SERVE_WINDOW: usize = 8192;
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.