Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Can't find 'EvmTestError' in 'client' #39

Open
fCorleone opened this issue Aug 27, 2018 · 1 comment
Open

Can't find 'EvmTestError' in 'client' #39

fCorleone opened this issue Aug 27, 2018 · 1 comment

Comments

@fCorleone
Copy link

Hi~,I'm trying to build this program, and when I use command cargo run in example, I got this:

error[E0432]: unresolved import `ethcore::client::EvmTestError`
  --> solaris/src/error.rs:18:5
   |
18 | use ethcore::client::EvmTestError;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `EvmTestError` in `client`

The path to ethcore in cargo.toml :

ethcore = { git = "https://github.com/paritytech/parity.git" }

And I found that 'EvmTestError' is in file evm_test_client.rs in ethcore/src/client/
I just don't know how this could happen, and I'll appreciate it if you could give me a help about this.

@stephenctw
Copy link

The parity repo has gone through quite some refactoring. So many modules, structs, etc have changed its paths or belonging crates. I have a PR that fix all these dependencies problem and is passing all the tests. Give it a try in case you still need it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@stephenctw @fCorleone and others