Skip to content

Commit

Permalink
refactor: remove unused 'reth-chainspec' dependency and clean up test…
Browse files Browse the repository at this point in the history
… utilities in Taiko module
  • Loading branch information
johntaiko committed Dec 25, 2024
1 parent c42f898 commit a9bf832
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 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.

3 changes: 0 additions & 3 deletions crates/exex/exex/src/backfill/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ where
total_difficulty: U256::ZERO,
enable_anchor: false,
enable_skip: false,
enable_build: false,
max_bytes_per_tx_list: 0,
max_transactions_lists: 0,
})?;
block_execution_output.state.reverts.sort();

Expand Down
1 change: 0 additions & 1 deletion crates/taiko/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ reth-rpc-server-types.workspace = true
reth-tasks = { workspace = true, features = ["rayon"] }
reth-transaction-pool.workspace = true
reth-node-api.workspace = true
reth-chainspec.workspace = true
reth-errors.workspace = true
reth-rpc-types-compat.workspace = true
reth-revm = { workspace = true, features = ["taiko"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/taiko/rpc/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ where
self.inner.blocking_task_guard.clone().acquire_owned().await
}

#[allow(clippy::type_complexity)]
fn get_block_info(
&self,
block_number: u64,
Expand Down Expand Up @@ -353,6 +354,7 @@ where
.await
}

#[allow(clippy::too_many_arguments)]
async fn pool_content(
&self,
_beneficiary: Address,
Expand Down

0 comments on commit a9bf832

Please sign in to comment.