openethereum/parity
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
..
cli Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
light_helpers EIP-168, 169: Dust protection (#4757) 2017-06-28 09:10:57 +02:00
account.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
blockchain.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00
boot.rs
cache.rs Memory usage optimization (#5526) 2017-05-02 11:40:03 +02:00
configuration.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
dapps.rs Merge branch 'master' into csp-fix 2017-07-11 13:45:23 +02:00
deprecated.rs
dir.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
helpers.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
informant.rs acquire client report under lock in informant (#6072) 2017-07-16 17:43:43 +02:00
ipfs.rs
main.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
migration.rs
modules.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
params.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
presale.rs
rpc_apis.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
rpc.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
run.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
secretstore.rs
signer.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
snapshot.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
sync.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
upgrade.rs
url.rs
user_defaults.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
whisper.rs Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00