mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move primitives/trie to reth-trie-types (#8717)
This commit is contained in:
@ -17,6 +17,7 @@ reth-codecs.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-trie-types.workspace = true
|
||||
|
||||
# codecs
|
||||
modular-bitfield.workspace = true
|
||||
|
||||
@ -5,12 +5,9 @@ use crate::{
|
||||
DatabaseError,
|
||||
};
|
||||
use reth_codecs::{main_codec, Compact};
|
||||
use reth_primitives::{
|
||||
stage::StageCheckpoint,
|
||||
trie::{StoredNibbles, StoredNibblesSubKey, *},
|
||||
Address, B256, *,
|
||||
};
|
||||
use reth_primitives::{stage::StageCheckpoint, Address, B256, *};
|
||||
use reth_prune_types::{PruneCheckpoint, PruneSegment};
|
||||
use reth_trie_types::{StoredNibbles, StoredNibblesSubKey, *};
|
||||
|
||||
pub mod accounts;
|
||||
pub mod blocks;
|
||||
|
||||
Reference in New Issue
Block a user