Tests in chain and pool crates don't depend on wallet anymore (#2092)

This commit is contained in:
Ignotus Peverell 2018-12-07 09:38:01 -08:00 committed by GitHub
parent 1e675d5afc
commit b06b4507c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 11 deletions

View file

@ -27,6 +27,5 @@ grin_store = { path = "../store", version = "0.4.2" }
grin_util = { path = "../util", version = "0.4.2" }
[dev-dependencies]
grin_wallet = { path = "../wallet", version = "0.4.2" }
env_logger = "0.5"
rand = "0.5"

View file

@ -19,7 +19,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_store as store;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate rand;
use chrono::Duration;

View file

@ -18,7 +18,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_store as store;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate rand;
use chrono::Duration;

View file

@ -17,7 +17,6 @@ extern crate grin_chain as chain;
extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_store as store;
extern crate grin_wallet as wallet;
extern crate rand;
use std::fs;

View file

@ -19,7 +19,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_store as store;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate rand;
use chrono::Duration;

View file

@ -22,5 +22,4 @@ grin_store = { path = "../store", version = "0.4.2" }
grin_util = { path = "../util", version = "0.4.2" }
[dev-dependencies]
grin_wallet = { path = "../wallet", version = "0.4.2" }
grin_chain = { path = "../chain", version = "0.4.2" }

View file

@ -18,7 +18,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_pool as pool;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate chrono;
extern crate rand;

View file

@ -18,7 +18,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_pool as pool;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate chrono;
extern crate rand;

View file

@ -18,7 +18,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_pool as pool;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate chrono;
extern crate rand;

View file

@ -21,7 +21,6 @@ extern crate grin_keychain as keychain;
extern crate grin_pool as pool;
extern crate grin_store as store;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate chrono;
extern crate rand;

View file

@ -18,7 +18,6 @@ extern crate grin_core as core;
extern crate grin_keychain as keychain;
extern crate grin_pool as pool;
extern crate grin_util as util;
extern crate grin_wallet as wallet;
extern crate chrono;
extern crate rand;