mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm reth_primitives from rpc_testing_util (#14488)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9075,7 +9075,7 @@ dependencies = [
|
||||
"futures",
|
||||
"jsonrpsee",
|
||||
"jsonrpsee-http-client",
|
||||
"reth-primitives",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-rpc-api",
|
||||
"reth-rpc-eth-api",
|
||||
"serde_json",
|
||||
|
||||
@ -13,7 +13,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-ethereum-primitives.workspace = true
|
||||
reth-rpc-api = { workspace = true, features = ["client"] }
|
||||
|
||||
# ethereum
|
||||
|
||||
@ -15,7 +15,7 @@ use alloy_rpc_types_trace::{
|
||||
};
|
||||
use futures::{Stream, StreamExt};
|
||||
use jsonrpsee::core::client::Error as RpcError;
|
||||
use reth_primitives::Receipt;
|
||||
use reth_ethereum_primitives::Receipt;
|
||||
use reth_rpc_api::{clients::DebugApiClient, EthApiClient};
|
||||
|
||||
const NOOP_TRACER: &str = include_str!("../assets/noop-tracer.js");
|
||||
|
||||
@ -8,7 +8,7 @@ use alloy_rpc_types_trace::{
|
||||
use futures::StreamExt;
|
||||
use jsonrpsee::http_client::HttpClientBuilder;
|
||||
use jsonrpsee_http_client::HttpClient;
|
||||
use reth_primitives::Receipt;
|
||||
use reth_ethereum_primitives::Receipt;
|
||||
use reth_rpc_api_testing_util::{debug::DebugApiExt, trace::TraceApiExt, utils::parse_env_url};
|
||||
use reth_rpc_eth_api::EthApiClient;
|
||||
use std::time::Instant;
|
||||
|
||||
Reference in New Issue
Block a user