reth
reth copied to clipboard
Replace `HashedPostState::from_reverts` with provider method
trafficstars
Describe the feature
If we used a provider method to initialize the HashedPostState, we could actually remove the DatabaseHashedPostState trait, which does not really make sense. This would involve replacing from_reverts with a provider method.
Additional context
No response