openethereum/util
André Silva ca6edcaf71 fetch: replace futures-timer with tokio-timer (#9066)
* fetch: replace futures-timer with tokio-timer

Currently the coverage build fails because `futures-timer` fails to compile with
`-C link-dead-code`. This issue has been reported to `futures-timer`
(https://github.com/alexcrichton/futures-timer/issues/2) but has remained unsolved
for months. It should be fixed by rustc eventually
(https://github.com/rust-lang/rust/issues/45629).

* ci: only include local paths in coverage

* ci: exclude target from coverage
2018-07-09 09:59:05 +01:00
..
bloom
blooms-db bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
bytes
dir
fake-fetch
fake-hardware-wallet Disable hardware-wallets on platforms that don't support libusb (#8464) 2018-06-26 09:03:38 +02:00
fetch fetch: replace futures-timer with tokio-timer (#9066) 2018-07-09 09:59:05 +01:00
hash
hashdb reduce number of constraints for triedb types (#9043) 2018-07-05 17:15:03 +02:00
io bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
journaldb remove util-error (#9054) 2018-07-06 15:09:39 +02:00
keccak-hasher Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
kvdb simplify kvdb error types (#8924) 2018-07-02 10:04:48 +01:00
kvdb-memorydb bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
kvdb-rocksdb bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
macros
mem
memory_cache
memorydb Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
migration-rocksdb simplify kvdb error types (#8924) 2018-07-02 10:04:48 +01:00
network
network-devp2p bump parking_lot to 0.6 (#9013) 2018-07-03 17:31:08 +02:00
panic_hook Attempt to graceful shutdown in case of panics (#8999) 2018-07-02 11:53:50 +02:00
path
patricia_trie reduce number of constraints for triedb types (#9043) 2018-07-05 17:15:03 +02:00
patricia-trie-ethereum Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
plain_hasher Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
reactor
rlp Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
rlp_compress
rlp_derive
stats
stop-guard
trace-time
trie-standardmap
triehash
unexpected
using_queue
version