feat: add StaticFileBlockWithdrawals to db-model (#13894)

This commit is contained in:
joshieDo
2025-01-21 13:25:18 +00:00
committed by GitHub
parent 3317ea1f2c
commit 0a5de2fdae
6 changed files with 53 additions and 10 deletions

View File

@ -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