mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(db): move reth-storage-api::ClientVersion and StoredBlockWithdrawals to reth-db-models (#10763)
This commit is contained in:
@ -11,7 +11,6 @@ jsonrpsee.workspace = true
|
||||
reth.workspace = true
|
||||
reth-chainspec.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-db-api.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
@ -24,8 +24,7 @@ use reth::{
|
||||
utils::open_db_read_only,
|
||||
};
|
||||
use reth_chainspec::ChainSpecBuilder;
|
||||
use reth_db::{mdbx::DatabaseArguments, DatabaseEnv};
|
||||
use reth_db_api::models::ClientVersion;
|
||||
use reth_db::{mdbx::DatabaseArguments, ClientVersion, DatabaseEnv};
|
||||
|
||||
// Bringing up the RPC
|
||||
use reth::rpc::builder::{
|
||||
|
||||
Reference in New Issue
Block a user