openethereum/util
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
..
benches updated serde to version 1.0 2017-07-06 11:36:15 +02:00
bigint Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
bloom Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
fetch Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
io Bumped version 2017-07-13 15:52:01 +02:00
network Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
path splitting part of util into smaller crates (#4956) 2017-03-22 06:23:40 +01:00
reactor Updating JSON-RPC crates (#4934) 2017-03-22 07:02:14 +01:00
rlp updated serde to version 1.0 2017-07-06 11:36:15 +02:00
sha3 Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
src Limit transaction queue memory & limit future queue (#6038) 2017-07-13 15:12:25 +02:00
stats use new histogram/corpus 2017-02-17 16:18:31 +01:00
table Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
using_queue Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
Cargo.toml Bumped version 2017-07-13 15:52:01 +02:00
build.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00