revm_primitives

Constant 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.