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
we would need to expose the interface in `HashedStorage` similar to `HashedPostState::from_revert_range` that only loads storage changes for a single account. then we would be able to initialize storage root with in-memory hashed state
In order to obtain a storage root in rpc, we should expose this as part of a provider function, similar to
reth/crates/storage/storage-api/src/trie.rs
Line 8 in 85a4008
e.g.
Originally posted by @rkrasiuk in #9625 (comment)
The text was updated successfully, but these errors were encountered: