mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -30,9 +30,7 @@ use reth_db_api::{
|
||||
},
|
||||
table::{Decode, DupSort, Encode, Table},
|
||||
};
|
||||
use reth_primitives::{
|
||||
Account, Bytecode, Header, Receipt, Requests, StorageEntry, TransactionSignedNoHash,
|
||||
};
|
||||
use reth_primitives::{Account, Bytecode, Header, Receipt, StorageEntry, TransactionSignedNoHash};
|
||||
use reth_primitives_traits::IntegerList;
|
||||
use reth_prune_types::{PruneCheckpoint, PruneSegment};
|
||||
use reth_stages_types::StageCheckpoint;
|
||||
@ -404,9 +402,6 @@ tables! {
|
||||
/// Stores the history of client versions that have accessed the database with write privileges by unix timestamp in seconds.
|
||||
table VersionHistory<Key = u64, Value = ClientVersion>;
|
||||
|
||||
/// Stores EIP-7685 EL -> CL requests, indexed by block number.
|
||||
table BlockRequests<Key = BlockNumber, Value = Requests>;
|
||||
|
||||
/// Stores generic chain state info, like the last finalized block.
|
||||
table ChainState<Key = ChainStateKey, Value = BlockNumber>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user