mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor(trie): move state root database operations into extension trait (#9635)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@ -35,6 +35,7 @@ reth-stages.workspace = true
|
||||
reth-static-file-types.workspace = true
|
||||
reth-static-file.workspace = true
|
||||
reth-trie = { workspace = true, features = ["metrics"] }
|
||||
reth-trie-db = { workspace = true, features = ["metrics"] }
|
||||
|
||||
itertools.workspace = true
|
||||
futures.workspace = true
|
||||
|
||||
@ -8,6 +8,7 @@ use reth_db_api::{
|
||||
};
|
||||
use reth_provider::{BlockNumReader, HeaderProvider, ProviderError};
|
||||
use reth_trie::StateRoot;
|
||||
use reth_trie_db::DatabaseStateRoot;
|
||||
use tracing::*;
|
||||
|
||||
/// `reth recover storage-tries` command
|
||||
|
||||
Reference in New Issue
Block a user