openethereum/ethcore
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
..
evm Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
light Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
native_contracts updated serde to version 1.0 2017-07-06 11:36:15 +02:00
res WASM contracts MVP (#5679) 2017-07-10 17:42:10 +02:00
src Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
types Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
Cargo.toml Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
build.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00