mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add StaticFileBlockWithdrawals to db-model (#13894)
This commit is contained in:
@ -17,7 +17,10 @@ use reth_codecs::alloy::{
|
||||
withdrawal::Withdrawal,
|
||||
};
|
||||
use reth_db::{
|
||||
models::{AccountBeforeTx, StoredBlockBodyIndices, StoredBlockOmmers, StoredBlockWithdrawals},
|
||||
models::{
|
||||
AccountBeforeTx, StaticFileBlockWithdrawals, StoredBlockBodyIndices, StoredBlockOmmers,
|
||||
StoredBlockWithdrawals,
|
||||
},
|
||||
ClientVersion,
|
||||
};
|
||||
use reth_fs_util as fs;
|
||||
@ -110,6 +113,7 @@ compact_types!(
|
||||
StoredBlockOmmers,
|
||||
StoredBlockBodyIndices,
|
||||
StoredBlockWithdrawals,
|
||||
StaticFileBlockWithdrawals,
|
||||
// Manual implementations
|
||||
TransactionSigned,
|
||||
// Bytecode, // todo revm arbitrary
|
||||
|
||||
Reference in New Issue
Block a user