openethereum/parity
Marek Kotewicz 226fe8e0bb cli overhaul (#1600)
* cli commands

* cleanup parity/signer

* cleanup parity/signer

* remove redundant import of signer crate from main.rs

* cli cleanup in progress

* cli cleanup in progress

* moved few commonly used functions to separate methods with tests

* cleaning up blockchain import in progress

* cleaning up blockchain import in progress2

* cleaning up blockchain import in progress3

* tests for database compaction profile parsing

* cleaning up blockchain import in progress4

* cleaning up blockchain import in progress5

* blockchain import

* export blockchain in progress

* cleanup execute_export

* Configuration::to_duration cleaned up

* removed unused code, tests for to_duration

* cleanup Configuration::mode function

* parsing some of the cli params in params.rs

* rpc and signer are no longer optional

* move importing extern crates to main.rs file

* swipe dies from rpc module

* swipe dies from dapps

* finding deprecated

* several tests and fixes for parity

* parity cleanup in progress

* cleanup price parsing

* parity cleanup in progress

* swiped all dies

* parity cleanup in progress

* replace usages of from_str with parse() in parity/params.rs

* removed few more from_str

* split parity/params.rs into params and helpers

* removed wildcard import from configuration.rs

* cleanup directories/path creation

* cleaning up run cmd

* moved LoggerConfig

* defaults for cli params

* fixed indention in raise_fd_limit

* tests for rpc_apis

* tests for default ipc and rpc settings

* ipc socket

* cleanup in progress

* account service

* cleanup miner config

* BlockChain commands use Directiores structure now

* client_config

* network settings and dapps configuration

* removing warnings

* default logger config

* fixed client_path

* overhaul

* fixing export && import

* default export DataFormat

* import and export also upgrade db

* fixed export && import

* polishing pr

* polishing pr

* fixed custom bootnodes

* fixed daemonize on windows

* fixed setting up enable network

* finished pr

* fixed compiling on windows

* Fixed warning; windows build

* Better cache management

* Fixed tests on windows

* Fixed test

* Restored pruning method names

* --cache alias

* Fixed more tests

* Ensure default options actually listed as valid

[ci:skip]
2016-07-25 16:09:47 +02:00
..
sync cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
account.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
blockchain.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
cache.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
cli.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
configuration.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
dapps.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
deprecated.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
dir.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
helpers.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
informant.rs Informant tidyup. (#1699) 2016-07-24 17:38:29 +02:00
io_handler.rs Moved syncing log out of the client (#1670) 2016-07-20 12:36:20 +02:00
main.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
migration.rs Die if the DB is newer than the one supported. (#1630) 2016-07-16 10:41:09 +02:00
modules.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
params.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
presale.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
rpc_apis.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
rpc.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
run.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
signer.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
upgrade.rs Multi-mode logging. (#1643) 2016-07-17 23:00:57 +02:00
url.rs Changing macos impl 2016-06-24 12:30:54 +02:00