reth
reth copied to clipboard
fix(tree): make state methods work for historical blocks
This fixes https://github.com/paradigmxyz/reth/issues/11251 by allowing fetching state from disk OR from in-memory state.
Closes: #10875 Closes: #8305