Refactor CachingDB
to support multiple trie database structure
#31489
Labels
CachingDB
to support multiple trie database structure
#31489
Currently, in
state.CachingDB
, only a single trie database is available, allowing access only to the Merkle trie.For the Verkle transition, a separate Verkle trie database instance is required to store Verkle states.
The text was updated successfully, but these errors were encountered: