bluealloy/revm

Add cache to`EthersDB`/`AlloyDB` for remote state

Closed this issue · 1 comments

For evm execution, storage and account will be journaled, so it's ok to not cache remote state.
But for block_hash, maybe lack cache for it.

You can use CacheDb for this, as a additional layer of Database that are going to do caching.