chore(engine): replace reth_primitives with alloy_primitives (#11064)

Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
This commit is contained in:
Abhishek kochar
2024-09-20 11:50:42 +08:00
committed by GitHub
parent b562ea3100
commit a8220791ae
18 changed files with 45 additions and 18 deletions

View File

@ -18,5 +18,8 @@ reth-payload-primitives.workspace = true
reth-primitives.workspace = true
reth-trie.workspace = true
# alloy
alloy-primitives.workspace = true
# misc
serde.workspace = true

View File

@ -1,5 +1,6 @@
use alloy_primitives::B256;
use reth_execution_types::BlockExecutionOutput;
use reth_primitives::{Receipt, SealedBlockWithSenders, SealedHeader, B256};
use reth_primitives::{Receipt, SealedBlockWithSenders, SealedHeader};
use reth_trie::updates::TrieUpdates;
/// An invalid block hook.