light IPC feature and mock state proofs

This commit is contained in:
Robert Habermeier
2016-12-08 13:44:17 +01:00
parent 8d16f73795
commit 3e8ee9d423
7 changed files with 206 additions and 20 deletions

View File

@@ -47,6 +47,8 @@ extern crate ethcore;
extern crate ethcore_util as util;
extern crate ethcore_network as network;
extern crate ethcore_io as io;
extern crate ethcore_ipc as ipc;
extern crate rlp;
extern crate time;
extern crate time;
#[cfg(feature = "ipc")]
extern crate ethcore_ipc as ipc;