You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-populate revm's State.block_hashes from canonical chain via StateBuilder::with_block_hashes and sync them back after execution. This avoids redundant DB lookups for BLOCKHASH opcodes across repeated payload build attempts.