mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused op dep (#6743)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6661,7 +6661,6 @@ dependencies = [
|
|||||||
"reth-interfaces",
|
"reth-interfaces",
|
||||||
"reth-node-api",
|
"reth-node-api",
|
||||||
"reth-node-ethereum",
|
"reth-node-ethereum",
|
||||||
"reth-node-optimism",
|
|
||||||
"reth-primitives",
|
"reth-primitives",
|
||||||
"reth-provider",
|
"reth-provider",
|
||||||
"reth-trie",
|
"reth-trie",
|
||||||
|
|||||||
@ -29,7 +29,6 @@ tracing.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-trie.workspace = true
|
reth-trie.workspace = true
|
||||||
reth-node-ethereum.workspace = true
|
reth-node-ethereum.workspace = true
|
||||||
reth-node-optimism.workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
optimism = [
|
optimism = [
|
||||||
|
|||||||
@ -597,9 +597,9 @@ mod tests {
|
|||||||
Account, Bytecode, Bytes, ChainSpecBuilder, ForkCondition, Signature, StorageKey,
|
Account, Bytecode, Bytes, ChainSpecBuilder, ForkCondition, Signature, StorageKey,
|
||||||
Transaction, TransactionKind, TxEip1559, MAINNET,
|
Transaction, TransactionKind, TxEip1559, MAINNET,
|
||||||
};
|
};
|
||||||
#[cfg(feature = "optimism")]
|
use reth_provider::{
|
||||||
use reth_provider::BundleStateWithReceipts;
|
AccountReader, BlockHashReader, BundleStateWithReceipts, StateRootProvider,
|
||||||
use reth_provider::{AccountReader, BlockHashReader, StateRootProvider};
|
};
|
||||||
use reth_trie::updates::TrieUpdates;
|
use reth_trie::updates::TrieUpdates;
|
||||||
use revm::{Database, TransitionState};
|
use revm::{Database, TransitionState};
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user