openethereum/ethcore/src/miner
Andre Silva c7af702270 Refactor price_info (#6003)
* refactor PriceInfo to use Fetch and reuse the client

* forget Fetch future to keep it running in the background

* update Debug message for price_info::Client

* wrap underlying errors in price_info client

* use debug_struct in price_info client debug implementation

* use global fetch service in price_info client

* rename gas_pricer parameter in RunCmd

* move price_info to its own crate

* fix price_info tests

* replace rustc_serialize with serde_json in price_info

* add documentation for price_info

* remove unused rustc-serialize dependency from ethcore

* fix price_info formatting

* re-export fetch crate in price_info

* remove unused cfg attributes in price_info

* add tests for price_info
2017-07-16 18:22:45 +02:00
..
banning_queue.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
external.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
local_transactions.rs Separate status for canceled local transactions. (#5319) 2017-03-29 14:43:55 +02:00
miner.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
mod.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
service_transaction_checker.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
stratum.rs Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
transaction_queue.rs Limit transaction queue memory & limit future queue (#6038) 2017-07-13 15:12:25 +02:00
work_notify.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00