- Jul 25, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
Marek Kotewicz authored
* 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]
-
Gav Wood authored
* Key files include timestamp in name. Introduce timestamp into new key files; keep filename around, so that we don't accidentally duplicate keys. * Remove unnecessary clone * Fix test code. * Remove log module from ethstore
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Add Ethereum Classic support (Rename homestead-dogmatic -> classic) * Additional change needed. * More needed changes. * Separate database path for known forks. * Address minor grumble.
-
- Jul 24, 2016
-
-
Anthony Tatowicz authored
Allows args to be passed in for more flexibility.
-
Gav Wood authored
* Informant tidyup. Clean indent. Don't skip skipping. * Move string to right place [ci:skip]
-
Gav Wood authored
* Introduce persistent name() and meta() in SecretStore. * Quick stash. * Fix build. * Add ethcore_set methods. * Bug fixes for default values. * Move to personal to ensure set API exposed. * Add UUID to accounts info. * Add tests.
-
- Jul 23, 2016
-
-
Marek Kotewicz authored
* flat trace serialization * tracing finds transaction which creates contract * flatten traces before inserting them to the db
-
Marek Kotewicz authored
* tracing finds transaction which creates contract * comma cleanup Remove when following `}`s, add to final entries.
-
Arkadiy Paronyan authored
* Don't try to sync to ancient blocks * Fixed test
-
Arkadiy Paronyan authored
* Enable WAL * Disable rewind
-
- Jul 22, 2016
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
* tracing suicide * fixed #1635 * fixed typo
-
- Jul 21, 2016
-
-
Marek Kotewicz authored
small cleanup of substate.rs
-
Marek Kotewicz authored
resolve #411: remove install scripts
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
- Jul 20, 2016
-
-
* moving ipc deriving to trait * refactoring of the client * all compiled * proved all working * warnings purged * allow hypervisor to specify initialization payload in two ways * using binary initialisation payload for sync * some docs * logger to separate crate * log settings for sync bin * forwarding logging arguments to the sync
-
-
KKudryavtsev authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
* Revert "Revert "Validating Host headers in RPC requests" (#1663)" This reverts commit 3cc3dbef. * Fixing binding on MacOS
-
Nikolay Volf authored
-
- Jul 19, 2016
-
-
-
* Add size field for blocks. * Ignore invalid test.
-
Gav Wood authored
-
Tomasz Drwięga authored
* Validating Host headers in RPC requests * Fixing convention [ci skip] * Remove extra indent. [ci:skip]
-
Marek Kotewicz authored
fixed failing master
-
Marek Kotewicz authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
* Don't ping all nodes on start * Fixed test
-