mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Tests in chain and pool crates don't depend on wallet anymore (#2092)
This commit is contained in:
parent
1e675d5afc
commit
b06b4507c1
11 changed files with 0 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue