[ethcore]: move client test types to test-helpers (#11062)
This commit is contained in:
committed by
Andrew Jones
parent
acad59b300
commit
b6415c6196
@@ -16,13 +16,13 @@
|
||||
|
||||
use std::path::Path;
|
||||
use std::sync::Arc;
|
||||
use client::{EvmTestClient, Client, ClientConfig};
|
||||
use client::{Client, ClientConfig};
|
||||
use client_traits::{ImportBlock, ChainInfo};
|
||||
use spec::Genesis;
|
||||
use ethjson;
|
||||
use miner::Miner;
|
||||
use io::IoChannel;
|
||||
use test_helpers;
|
||||
use test_helpers::{self, EvmTestClient};
|
||||
use types::verification::Unverified;
|
||||
use verification::VerifierType;
|
||||
use super::SKIP_TEST_STATE;
|
||||
|
||||
@@ -18,8 +18,8 @@ use std::path::Path;
|
||||
use super::test_common::*;
|
||||
use pod::PodState;
|
||||
use trace;
|
||||
use client::{EvmTestClient, EvmTestError, TransactErr, TransactSuccess};
|
||||
use ethjson;
|
||||
use test_helpers::{EvmTestClient, EvmTestError, TransactErr, TransactSuccess};
|
||||
use types::transaction::SignedTransaction;
|
||||
use vm::EnvInfo;
|
||||
use super::SKIP_TEST_STATE;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
use std::path::Path;
|
||||
use super::test_common::*;
|
||||
use client::EvmTestClient;
|
||||
use test_helpers::EvmTestClient;
|
||||
use ethjson;
|
||||
use rlp::Rlp;
|
||||
use types::{
|
||||
|
||||
Reference in New Issue
Block a user