mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move more traits to storage-api (#8511)
This commit is contained in:
@ -27,18 +27,12 @@ pub use chain::{
|
||||
mod spec;
|
||||
pub use spec::ChainSpecProvider;
|
||||
|
||||
mod stage_checkpoint;
|
||||
pub use stage_checkpoint::{StageCheckpointReader, StageCheckpointWriter};
|
||||
|
||||
mod hashing;
|
||||
pub use hashing::HashingWriter;
|
||||
|
||||
mod history;
|
||||
pub use history::HistoryWriter;
|
||||
|
||||
mod prune_checkpoint;
|
||||
pub use prune_checkpoint::{PruneCheckpointReader, PruneCheckpointWriter};
|
||||
|
||||
mod database_provider;
|
||||
pub use database_provider::DatabaseProviderFactory;
|
||||
|
||||
|
||||
@ -25,12 +25,18 @@ pub use block_hash::*;
|
||||
mod header;
|
||||
pub use header::*;
|
||||
|
||||
mod prune_checkpoint;
|
||||
pub use prune_checkpoint::*;
|
||||
|
||||
mod receipts;
|
||||
pub use receipts::*;
|
||||
|
||||
mod requests;
|
||||
pub use requests::*;
|
||||
|
||||
mod stage_checkpoint;
|
||||
pub use stage_checkpoint::*;
|
||||
|
||||
mod state;
|
||||
pub use state::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user