openethereum/util/src
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
..
io Miner tests (#1597) 2016-07-14 12:16:53 +02:00
journaldb cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
migration More performance optimizations (#1649) 2016-07-19 09:23:53 +02:00
network cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
rlp fix typos (#1644) 2016-07-19 20:42:23 +02:00
trie cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
bytes.rs expunge &Vec<T> pattern (#1579) 2016-07-12 10:28:35 +02:00
common.rs Fixing clippy warnings (#1660) 2016-07-19 09:25:51 +02:00
crypto.rs remove all possible unsafe code in crypto (#1168) 2016-05-28 21:48:42 +02:00
error.rs merge accountdb migration 2016-07-09 17:33:14 +02:00
from_json.rs uint to separated crate 2016-03-01 00:21:15 +03:00
hash.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
hashdb.rs Merge with master 2016-06-29 14:46:29 +02:00
heapsizeof.rs uint to separated crate 2016-03-01 00:21:15 +03:00
kvdb.rs Enable WAL and disable DB repair (#1696) 2016-07-23 17:05:34 +02:00
lib.rs replace synchronization primitives with those from parking_lot (#1593) 2016-07-13 19:59:59 +02:00
log.rs Cleanup of colour code. Use is_a_tty. (#1621) 2016-07-15 10:11:14 +02:00
math.rs added license in every *.rs file 2016-02-05 13:40:41 +01:00
memorydb.rs Delete values immediately from DB overlay (#1631) 2016-07-16 14:48:54 +02:00
misc.rs replace synchronization primitives with those from parking_lot (#1593) 2016-07-13 19:59:59 +02:00
network_settings.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
nibbleslice.rs Fixing clippy warnings. Implementing PartialEq for Uints 2016-02-23 11:40:23 +01:00
nibblevec.rs Fixing clippy warnings (#1568) 2016-07-10 13:18:33 +02:00
numbers.rs uint to separated crate 2016-03-01 00:21:15 +03:00
overlaydb.rs serde is no longer util dependency (#1534) 2016-07-06 11:23:29 +02:00
panics.rs replace synchronization primitives with those from parking_lot (#1593) 2016-07-13 19:59:59 +02:00
path.rs Pro paths (#1650) 2016-07-17 23:00:47 +02:00
semantic_version.rs doc typo 2016-02-17 03:17:02 +03:00
sha3.rs serde is no longer util dependency (#1534) 2016-07-06 11:23:29 +02:00
snappy.rs use ZST error type for snappy, use new snappy compression methods 2016-06-16 15:35:49 +02:00
standard.rs replace synchronization primitives with those from parking_lot (#1593) 2016-07-13 19:59:59 +02:00
timer.rs Merge with master 2016-06-29 14:46:29 +02:00
triehash.rs fix typos (#1644) 2016-07-19 20:42:23 +02:00
vector.rs expunge &Vec<T> pattern (#1579) 2016-07-12 10:28:35 +02:00