openethereum/ethcore/src
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
..
account_provider Errors & warnings for inappropriate RPCs (#6029) 2017-07-12 08:52:18 +02:00
blockchain updated serde to version 1.0 2017-07-06 11:36:15 +02:00
blooms rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
client New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
engines Initial Whisper implementation (#6009) 2017-07-14 20:40:28 +02:00
ethereum Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
json_tests Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
migrations Upgrade `elastic-array` to 0.9.0 2017-06-29 13:05:33 +02:00
miner Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
snapshot Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
spec Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
state Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
tests Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
trace Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
verification Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
views updated serde to version 1.0 2017-07-06 11:36:15 +02:00
account_db.rs use NULL_RLP, remove NULL_RLP_STATIC (#5742) 2017-06-07 11:58:39 +02:00
basic_types.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
block.rs New contract PoA sync fixes (#5991) 2017-07-13 09:48:00 +02:00
builtin.rs fix error message (#6065) 2017-07-15 19:58:52 +02:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs use a database in ethcore-light 2017-03-21 20:57:13 +01:00
encoded.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
error.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
executed.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
executive.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
externalities.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
factory.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
header.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
lib.rs Refactor price_info (#6003) 2017-07-16 18:22:45 +02:00
pod_account.rs Calculate post-constructors state root in spec at load time (#5523) 2017-05-03 09:00:02 +02:00
pod_state.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
service.rs removed panic handlers (#5895) 2017-06-22 19:00:53 +02:00
state_db.rs StateDB: change spaces to tab 2017-06-18 23:13:27 +08:00
transaction.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00