Skip to content

Commit

Permalink
refactor: remove unused reth-taiko-engine-types dependency and relate…
Browse files Browse the repository at this point in the history
…d code
  • Loading branch information
johntaiko committed Dec 24, 2024
1 parent 7c02390 commit a012720
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ clap = { workspace = true, features = ["derive", "env"] }
backon.workspace = true
similar-asserts.workspace = true
test-fuzz.workspace = true
reth-taiko-engine-types.workspace = true

[dev-dependencies]
tempfile.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/engine/util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use skip_new_payload::EngineSkipNewPayload;

pub mod reorg;
use reorg::EngineReorg;
use reth_taiko_payload_validator::TaikoExecutionPayloadValidator;

/// The collection of stream extensions for engine API message stream.
pub trait EngineMessageStreamExt<Engine: EngineTypes>:
Expand Down

0 comments on commit a012720

Please sign in to comment.