reth icon indicating copy to clipboard operation
reth copied to clipboard

Replace `HashedPostState::from_reverts` with provider method

Open Rjected opened this issue 11 months ago • 1 comments
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

Rjected avatar Nov 27 '24 21:11 Rjected