Skip to content

Commit c396f61

Browse files
committed
chore: remove header tests
1 parent e3ea0a1 commit c396f61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/rpc-tester/src/tester.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{get_logs, report::report, rpc, rpc_raw, rpc_with_block};
55
use alloy_primitives::{Address, BlockHash, BlockNumber, B256, U256};
66
use alloy_provider::{
77
ext::{DebugApi, TraceApi},
8-
network::{AnyNetwork, AnyRpcBlock, AnyRpcHeader, TransactionResponse},
8+
network::{AnyNetwork, AnyRpcBlock, TransactionResponse},
99
Provider,
1010
};
1111
use alloy_rpc_types::{BlockId, BlockNumberOrTag, Filter};
@@ -98,8 +98,6 @@ where
9898
rpc!(self, get_uncle_count, BlockId::Hash(block_hash.into())),
9999
rpc!(self, get_uncle_count, BlockId::Number(block_tag)),
100100
rpc!(self, get_block_receipts, block_id),
101-
rpc_raw!(self, eth_getHeaderByNumber, AnyRpcHeader, (block_tag,)),
102-
rpc_raw!(self, eth_getHeaderByHash, AnyRpcHeader, (block_hash,)),
103101
rpc_raw!(self, reth_getBalanceChangesInBlock, BalanceChanges, (block_id,)),
104102
rpc!(self, trace_block, block_id),
105103
get_logs!(self, &Filter::new().select(block_number)),

0 commit comments

Comments
 (0)