feat: use BlockHashOrNum in providers (#2627)

This commit is contained in:
Dan Cline
2023-05-10 16:03:16 -04:00
committed by GitHub
parent abcadd987c
commit 7d3016f0f2
31 changed files with 498 additions and 248 deletions

View File

@ -17,8 +17,8 @@ use reth_primitives::{
use reth_provider::{
chain::{ChainSplit, SplitAt},
post_state::PostState,
BlockIdProvider, CanonStateNotification, CanonStateNotificationSender, CanonStateNotifications,
Chain, ExecutorFactory, HeaderProvider, Transaction,
BlockNumProvider, CanonStateNotification, CanonStateNotificationSender,
CanonStateNotifications, Chain, ExecutorFactory, HeaderProvider, Transaction,
};
use std::{
collections::{BTreeMap, HashMap},