reth
reth copied to clipboard
Fetch storage proofs without account proofs if already fetched
trafficstars
Describe the feature
Currently, we can't request a proof for a storage slot without requesting a proof for an account.
This is suboptimal for the state root calculation, because if we already requested a proof for an account once, we don't need to request it again.
Additional context
No response