chore: move helper methods from DatabaseProvider to DBProvider as defaults (#12367)

This commit is contained in:
joshieDo
2024-11-07 21:06:53 +09:00
committed by GitHub
parent eab1a72577
commit cf72b6f38d
8 changed files with 153 additions and 148 deletions

View File

@ -621,7 +621,8 @@ mod tests {
use crate::{
providers::{StaticFileProvider, StaticFileWriter},
test_utils::{blocks::TEST_BLOCK, create_test_provider_factory, MockNodeTypesWithDB},
BlockHashReader, BlockNumReader, BlockWriter, HeaderSyncGapProvider, TransactionsProvider,
BlockHashReader, BlockNumReader, BlockWriter, DBProvider, HeaderSyncGapProvider,
TransactionsProvider,
};
use alloy_primitives::{TxNumber, B256, U256};
use assert_matches::assert_matches;