mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat(providers): add AtomicBlockchainProvider (#11705)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1871
crates/storage/provider/src/providers/consistent.rs
Normal file
1871
crates/storage/provider/src/providers/consistent.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -61,6 +61,9 @@ pub use consistent_view::{ConsistentDbView, ConsistentViewError};
|
||||
mod blockchain_provider;
|
||||
pub use blockchain_provider::BlockchainProvider2;
|
||||
|
||||
mod consistent;
|
||||
pub use consistent::ConsistentProvider;
|
||||
|
||||
/// Helper trait keeping common requirements of providers for [`NodeTypesWithDB`].
|
||||
pub trait ProviderNodeTypes: NodeTypesWithDB<ChainSpec: EthereumHardforks> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user