openethereum/parity
Wei Tang c63452e25d Clean up deprecated options and add CHECK macro (#9036)
* CHECK macro to replace hard-coded checks

* Clean up deprecated options

* typo: FlAG -> FLAG

* Fix tests

* Deprecated non-used ui params default is None

* test: arg_ui_path is not deprecated

* arg_ui_port should be None

* Address grumbles

* Fix tests
2018-07-09 20:36:04 +01:00
..
cli Clean up deprecated options and add CHECK macro (#9036) 2018-07-09 20:36:04 +01:00
db simplify kvdb error types (#8924) 2018-07-02 10:04:48 +01:00
light_helpers Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
account.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
blockchain.rs Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
cache.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
configuration.rs Add option for user to set max size limit for RPC requests (#9010) 2018-07-02 10:23:57 +02:00
dapps.rs Remove UI related settings from CLI (#8783) 2018-06-06 10:05:52 +02:00
deprecated.rs Clean up deprecated options and add CHECK macro (#9036) 2018-07-09 20:36:04 +01:00
export_hardcoded_sync.rs new blooms database (#8712) 2018-06-20 15:13:07 +02:00
helpers.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
informant.rs parity: omit redundant last imported block number in light sync informant (#8962) 2018-06-26 11:31:22 +02:00
ipfs.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
lib.rs new blooms database (#8712) 2018-06-20 15:13:07 +02:00
main.rs Attempt to graceful shutdown in case of panics (#8999) 2018-07-02 11:53:50 +02:00
modules.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
params.rs Introduce more optional features in ethcore (#9020) 2018-07-05 07:19:59 +02:00
presale.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
rpc.rs Add option for user to set max size limit for RPC requests (#9010) 2018-07-02 10:23:57 +02:00
rpc_apis.rs Allow Poll Lifetime to be configured via CLI (#8885) 2018-06-18 13:42:54 +02:00
run.rs Introduce more optional features in ethcore (#9020) 2018-07-05 07:19:59 +02:00
secretstore.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
signer.rs Remove UI related settings from CLI (#8783) 2018-06-06 10:05:52 +02:00
snapshot.rs Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
stratum.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
upgrade.rs Replace `std::env::home_dir` with `dirs::home_dir` (#9077) 2018-07-09 16:48:33 +02:00
url.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
user_defaults.rs Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
whisper.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00