reth
reth copied to clipboard
Add atomic range API for `get_state`
ref https://github.com/paradigmxyz/reth/pull/11265#issuecomment-2383947440
We should create a range-based atomic API for get_state, since the current API requires the user to run it in a loop if they want to get N different ExecutionOutcomes. We should provide a block-range API that can be called outside the tree, similar to the other recently added atomic range APIs:
https://github.com/paradigmxyz/reth/pull/11332
https://github.com/paradigmxyz/reth/pull/11340