- Oct 27, 2016
-
-
* failing test * Cache pending details * [ci skip] updated comment
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings * Fix the "fix"
-
- Oct 25, 2016
-
-
Gav Wood authored
-
- Oct 24, 2016
-
-
Arkadiy Paronyan authored
-
- Oct 21, 2016
-
-
* add auto compaction types * pass db paths * detect drive type on Linux * use base db path * add docstring * limit the test to be side effect free * use base db path * more docs * fix parsing test * update error * detect only on Linux * make test Linux only * add second device letter, update cli doc * use spaces in cli doc * import only on linux * default->auto
-
- Oct 20, 2016
-
-
asynchronous rob authored
* sweep most unwraps from ethcore crate * purge unwrap from dapps server * whitespace [ci:none]
-
keorn authored
* simplify major sync detection * fix typos * fix merge * more realistic EthTester * add new synced state * remove Blocks synced state * move is_major_importing to rpc crate and check queue * add tests
-
Arkadiy Paronyan authored
* Block import optimization * whitespace [ci:none]
-
- Oct 18, 2016
-
-
Arkadiy Paronyan authored
* Split block downloader into a module * Snapshot sync progress * Warp sync CLI option * Increased snapshot chunk and ping timeouts * Fixed an issue with delayed writes * Updated bootnodes * Don't run pending IO tasks on shutdown * Optional first_block; removed insert_snapshot_block * Fixing expect calls * Fixed stalled sync * style and docs * Update block_sync.rs [ci:skip]
-
- Oct 17, 2016
-
-
asynchronous rob authored
-
- Oct 14, 2016
-
-
asynchronous rob authored
* split journaldb commit into two functions: journal_under and mark_canonical * use new commit mechanism in client * Configurable history size in master * Reduce DB history * Configurable history size * Set min history size * Test * Fixed a test and reduced the limit
-
- Oct 11, 2016
-
-
- Oct 10, 2016
-
-
Arkadiy Paronyan authored
-
keorn authored
* remove unwraps in client * imporve block hash expect message
-
- Oct 08, 2016
-
-
Arkadiy Paronyan authored
* Transaction queue limited by gas (#2528) * Use global state cache when mining (#2529)
-
- Oct 07, 2016
-
-
Arkadiy Paronyan authored
* Handle reorganizations in the state cache * Renamed and documented a few methods * Basic test * Renamed pending to buffered * Updated cache on sealed block * More renames and updated documentation * Minor doc tweaks
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
- Oct 06, 2016
-
-
asynchronous rob authored
-
- Oct 05, 2016
-
-
Nikolay Volf authored
* derive -> ipc * accident repair * conditional ipc deriving * fix test
-
- Oct 04, 2016
-
-
Nikolay Volf authored
-
- Oct 03, 2016
-
-
Nikolay Volf authored
* bloom crate link * database layout and outdated tests * state db alterations * v10 migration run * using arc * bloom migration * migration fixes and mess * fix tests
-
Marek Kotewicz authored
* Actually enable fat db, and do RPCs for it. * Implement HashDB traits for AccountDB. * user defaults * finished user defaults * user defaults are network-dependent * added tests for newly added functions, logger is initialized first * dir cleanup in progress * user_file is placed next to snapshots * fixing requested change
-
- Oct 02, 2016
-
-
Arkadiy Paronyan authored
* Jumptable cache * Updated registrar address
-
- Sep 28, 2016
-
-
Tomasz Drwięga authored
* Prioritizing re-imported transactions * Fixing compilation on beta
-
- Sep 27, 2016
-
-
Arkadiy Paronyan authored
* State cache * Reduced copying data between caches Whitespace and optional symbols * Reduced copying data between caches Whitespace and optional symbols * Set a limit on storage cache * Style and docs
-
asynchronous rob authored
* move block queue to own module, a couple readability changes * make block queue generic over verifiable data also fixes heap size calculation * make block queue into a more generic verification queue * some module reoganization * implement header queue * clean up verification error messages
-
Gav Wood authored
* Reorder transaction_by_hash to favour canon search * Fix build. * Slightly cleaner function. * Fix test.
-
- Sep 26, 2016
-
-
Marek Kotewicz authored
* user defaults * finished user defaults * user defaults are network-dependent * added tests for newly added functions, logger is initialized first * dir cleanup in progress * user_file is placed next to snapshots
-
asynchronous rob authored
-
- Sep 22, 2016
-
-
Gav Wood authored
* Fix up pending receipts details. * Add support for additional params and registry over RPC. * Fix tests. * Add test, additional fix. Fixes #1932. * Fix up tests. * Fix test. * Fix test. * Remove unused use. * Add encryption, decryption and public-key RPCs. * Remove &
-
- Sep 21, 2016
-
-
asynchronous rob authored
* port trie iterators to use error handling * use new trie iterators in snapshot allows proper recovery from a premature periodic snapshot
-
Tomasz Drwięga authored
* Limit for logs filter. * Moving limit inside the filter object * Fixing tests
-
- Sep 14, 2016
-
-
* Limiting number of logs * Test for logs * Fixing logs ordering and indexing * Fixing sort * unwrap -> expect * Revert "unwrap -> expect" This reverts commit e99e6e77f37692fe568448e768aa72775de8d0cd.
-
- Sep 07, 2016
-
-
asynchronous rob authored
-
* use proper database config in snapshot service * add snapshot path to parity directories struct * fix RPC tests
-
- Sep 06, 2016
-
-
Arkadiy Paronyan authored
* PV64 sync * Tests * Client DB restore * Snapshot restoration over IPC * Upating test * Minor tweaks * Upating test
-
- Sep 05, 2016
-
-
asynchronous rob authored
-
- Sep 02, 2016
-
-
asynchronous rob authored
-
- Sep 01, 2016
-
-