openethereum/ethcore/light/src
Niklas Adolfsson a4969ca498 fix: remove needless use of itertools (#11029)
* Remove needless use of `itertools` in `ethcore-light`
* Replace `itertools:🔁:call` with `std::iter::repeat_with`
2019-09-08 14:30:54 +02:00
..
client fix: remove needless use of itertools (#11029) 2019-09-08 14:30:54 +02:00
net Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
on_demand Extract engines to own crates (#10966) 2019-08-22 18:25:49 +02:00
types Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
cache.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
cht.rs Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
lib.rs fix: remove needless use of itertools (#11029) 2019-09-08 14:30:54 +02:00
provider.rs Extract the Engine trait (#10958) 2019-08-15 17:59:22 +02:00
transaction_queue.rs Merge Notifier and TransactionsPoolNotifier (#10591) 2019-06-04 12:35:33 +01:00