This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +10
-0
lines changed Expand file tree Collapse file tree 8 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ memory-cache = { path = "../../util/memory_cache" }
38
38
error-chain = { version = " 0.11" , default-features = false }
39
39
40
40
[dev-dependencies ]
41
+ ethcore = { path = " .." , features = [" test-helpers" ] }
41
42
kvdb-memorydb = { path = " ../../util/kvdb-memorydb" }
42
43
tempdir = " 0.3"
43
44
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ethabi-contract = "5.0"
19
19
lru-cache = " 0.1"
20
20
21
21
[dev-dependencies ]
22
+ ethcore = { path = " .." , features = [" test-helpers" ] }
22
23
kvdb-memorydb = { path = " ../../util/kvdb-memorydb" }
23
24
ethcore-io = { path = " ../../util/io" }
24
25
tempdir = " 0.3"
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ stop-guard = { path = "../../util/stop-guard" }
16
16
trace-time = { path = " ../../util/trace-time" }
17
17
18
18
[dev-dependencies ]
19
+ ethcore = { path = " .." , features = [" test-helpers" ] }
19
20
tempdir = " 0.3"
20
21
kvdb-rocksdb = { path = " ../../util/kvdb-rocksdb" }
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ rlp = { path = "../util/rlp" }
15
15
cid = " 0.2"
16
16
multihash = " 0.7"
17
17
unicase = " 2.0"
18
+
19
+ [dev-dependencies ]
20
+ ethcore = { path = " ../ethcore" , features = [" test-helpers" ] }
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ serde_derive = "1.0"
16
16
serde_json = " 1.0"
17
17
18
18
[dev-dependencies ]
19
+ ethcore = { path = " ../ethcore" , features = [" test-helpers" ] }
19
20
ethkey = { path = " ../ethkey" }
20
21
kvdb-memorydb = { path = " ../util/kvdb-memorydb" }
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ stats = { path = "../util/stats" }
65
65
vm = { path = " ../ethcore/vm" }
66
66
67
67
[dev-dependencies ]
68
+ ethcore = { path = " ../ethcore" , features = [" test-helpers" ] }
68
69
ethcore-network = { path = " ../util/network" }
69
70
fake-fetch = { path = " ../util/fake-fetch" }
70
71
kvdb-memorydb = { path = " ../util/kvdb-memorydb" }
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ ethabi-derive = "5.0"
39
39
ethabi-contract = " 5.0"
40
40
41
41
[dev-dependencies ]
42
+ ethcore = { path = " ../ethcore" , features = [" test-helpers" ] }
42
43
tempdir = " 0.3"
43
44
kvdb-rocksdb = { path = " ../util/kvdb-rocksdb" }
Original file line number Diff line number Diff line change @@ -25,5 +25,6 @@ path = { path = "../util/path" }
25
25
rand = " 0.4"
26
26
27
27
[dev-dependencies ]
28
+ ethcore = { path = " ../ethcore" , features = [" test-helpers" ] }
28
29
tempdir = " 0.3"
29
30
matches = " 0.1"
You can’t perform that action at this time.
0 commit comments