- Oct 05, 2016
-
-
keorn authored
-
- Oct 03, 2016
-
-
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
-
- 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
-
- 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 e99e6e77.
-
- 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 01, 2016
-
-
asynchronous rob authored
-
- Aug 29, 2016
-
-
keorn authored
-
* Make the block header struct's internals private Currently, this involves a lot of explicit cloning, but we could migrate the return types of the get_* functions to be copies rather than references since they are mostly copy types anyway. I opted to eliminate the constructor in favor of using Default::default() plus calling a bunch of setters. This is similar to the model that a Google Protobuf client uses and I think it looks fine. * Drop some unnecessary cloning by comparing references * Fix compiler errors from callsites in tests.
-
- Aug 26, 2016
-
-
keorn authored
-
- Aug 25, 2016
-
-
keorn authored
-
-
- Aug 24, 2016
-
-
asynchronous rob authored
* optionally use no mangling for accountdb * add the recorder module * get_recorded for tries, no virtual dispatch on readonly tries * add recording test
-
keorn authored
-
keorn authored
-
- Aug 23, 2016
-
-
keorn authored
-
Arkadiy Paronyan authored
-
- Aug 18, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
- Aug 17, 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.
-
- Aug 08, 2016
-
-
asynchronous rob authored
* prettier informant for snapshot creation * allow taking snapshot at a given block * minor tweaks * elaborate on cli
-
Tomasz Drwięga authored
* Refactoring errors in RPC * Updating jsonrpc-core * Fixing code_at * Avoid mentioning obvious segments in proof [ci:skip]
-
- Aug 05, 2016
-
-
asynchronous rob authored
* miner and client take spec reference * fix tests
-
asynchronous rob authored
* to_rlp takes self by-reference * clean up some derefs * out-of-order insertion for blockchain * implement block rebuilder without verification * group block chunk header into struct * block rebuilder does verification * integrate snapshot service with client service; flesh out implementation more * initial implementation of snapshot service * remove snapshottaker trait * snapshot writer trait with packed and loose implementations * write chunks using "snapshotwriter" in service * have snapshot taking use snapshotwriter * implement snapshot readers * back up client dbs when replacing * use snapshot reader in snapshot service * describe offset format * use new get_db_path in parity, allow some errors in service * blockchain formatting * implement parity snapshot * implement snapshot restore * force blocks to be submitted in order * fix bug loading block hashes in packed reader * fix seal field loading * fix uncle hash computation * fix a few bugs * store genesis state in db. reverse block chunk order in packed writer * allow out-of-order import for blocks * bring restoration types together * only snapshot the last 30000 blocks * restore into overlaydb instead of journaldb * commit version to database * use memorydbs and commit directly * fix trie test compilation * fix failing tests * sha3_null_rlp, not H256::zero * move overlaydb to ref_overlaydb, add new overlaydb without on-disk rc * port archivedb to new overlaydb * add deletion mode tests for overlaydb * use new overlaydb, check state root at end * share chain info between state and block snapshotting * create blocks snapshot using blockchain directly * allow snapshot from arbitrary block, remove panickers from snapshot creation * begin test framework * blockchain chunking test * implement stateproducer::tick * state snapshot test * create block and state chunks concurrently, better restoration informant * fix tests * add deletion mode tests for overlaydb * address comments * more tests * Fix up tests. * remove a few printlns * add a little more documentation to `commit` * fix tests * fix ref_overlaydb test names * snapshot command skeleton * revert ref_overlaydb renaming * reimplement snapshot commands * fix many errors * everything but inject * get ethcore compiling * get snapshot tests passing again * instrument snapshot commands again * fix fallout from other changes, mark snapshots as experimental * optimize injection patterns * do two injections * fix up tests * take snapshots from 1000 blocks efore * address minor comments * fix a few io crate related errors * clarify names about total difficulty [ci skip]
-
* Abort on panic * Split IO and network crates * Restore panic handler * Fixed doc tests
-
- Aug 04, 2016
-
-
Tomasz Drwięga authored
* Supporting blockid in eth_call and trace_call/trace_raw * Nicer state diff handling * Purging deref.deref
-
Marek Kotewicz authored
-
- Aug 03, 2016
-
-
Arkadiy Paronyan authored
* Buffered DB * Use identity hash for MemoryDB * Various tweaks * Delayed DB compression * Reduce last_hashes cloning * Keep state cache * Updating tests * Optimized to_big_int * Fixing build with stable * Safer code
-
Tomasz Drwięga authored
* Bumping clippy * Fixing clippy warnings * Cargo.lock (latest nightly?)
-
asynchronous rob authored
* memorydb ub patch and other cleanup * fix denote invocations * move trie traits into trie module * replace "denote" with shim * triedb returns results and no longer panics * fix warnings * get ethcore compiling * warn on trie errors in ethcore * remove unsafety from node decoder * restore broken denote behavior for this branch * fix overlayrecent fallout * fix triedb tests * remove unwrap in state * alter Trie::get to return Result<Option<_>> * fix refcell error in require * fix test warnings * fix json tests * whitespace [ci:skip] * Avoid unneeded match/indentation * whitespace * prettify map_or_else * remove test warning
-
Marek Kotewicz authored
-
- Aug 02, 2016
-
-
Gav Wood authored
* Mining fixes. - Use queue to determine whether we're mining - Kick stale hash rates Fixes #1794 Fixes #1641 * Fix tests. * Address grumbles.
-
- Aug 01, 2016
-
-
Arkadiy Paronyan authored
-