- Aug 17, 2016
-
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings
-
- Aug 15, 2016
-
-
Marek Kotewicz authored
* Address renamed to H160 at bigint library level * moved uint specific test from util to bigint library * naming * unifing hashes in progress * unifing hashes * cleanup redundant unwraps in tests * fixed compiling
-
- Aug 12, 2016
-
-
Tomasz Drwięga authored
-
- Aug 11, 2016
-
-
* Peers API * Bumping Parity-UI * Fixing tests
-
- Aug 10, 2016
-
-
* Add wallet RPCs. * Add wordlist file. * Add standard brain wallet tests. * Allow import of JSON wallets. * Address grumble.
-
Arkadiy Paronyan authored
-
- Aug 09, 2016
-
-
Arkadiy Paronyan authored
-
- Aug 08, 2016
-
-
Tomusdrw authored
-
Tomasz Drwięga authored
* Refactoring errors in RPC * Updating jsonrpc-core * Fixing code_at * Avoid mentioning obvious segments in proof [ci:skip]
-
Tomasz Drwięga authored
-
- Aug 05, 2016
-
-
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
-
Nikolay Volf authored
* bump ipc version * bumping once more
-
- 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?)
-
Tomasz Drwięga authored
* Making ConfirmationsQueue a bit more generic [WiP] * Generalizing cofirmations * New confirmations types - tests * Separating transaction type in queue. Closes #1310 * Handling sign requests * Speeding up tests * Renaming methods * eth_postSign * Bumping ui
-
- Aug 02, 2016
-
-
Nikolay Volf authored
* removed frombytes stuff * removed jsonrpc handler from nano
-
- Aug 01, 2016
-
-
NikVolf authored
-
NikVolf authored
-
Nikolay Volf authored
* fixed compilation * Fix warnings * fix remaining tests * add to ci and fix test.sh
-
- Jul 31, 2016
-
-
NikVolf authored
-
- Jul 30, 2016
-
-
Tomasz Drwięga authored
* Optimizing mem_gas_cost calculations * Memoizing current mem gas cost * Optimizing jump destinations
-
- Jul 28, 2016
-
-
Tomasz Drwięga authored
* Consolidation migration * Started db amalgamation * Using client constants for columns * Adding with_columns constructor * Migrating to single db * Fixing tests. * test.sh without verbose * Fixing warnings * add migration tests that catch the bug * make multiple migrations more robust * add moved v9 * Merge branch 'noop-migrations' into single-db * spurious line * clean up migrations ordering * update comment [ci skip] * Bumping default number of max_open_files & re-ordering columns. * fix merge * fix ignored analysis tests * Caching best block content * Faster best_block_header * Adding progress to v8 migration * clean up warnings * Separate hashes and bodies in the DB * Separate hashes and bodies in the DB * Fixed tests
-
- Jul 27, 2016
-
-
-
NikVolf authored
-
- Jul 26, 2016
-
-
Nikolay Volf authored
* bump json-ipc-server version * polished json-ipc version
-
Nikolay Volf authored
-
Tomasz Drwięga authored
-
- Jul 25, 2016
-
-
Marek Kotewicz authored
-
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
-
- 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
-
-
Tomasz Drwięga authored
* Revert "Revert "Validating Host headers in RPC requests" (#1663)" This reverts commit 3cc3dbef. * Fixing binding on MacOS
-
- Jul 19, 2016
-
-
Gav Wood authored
-
Tomasz Drwięga authored
* Validating Host headers in RPC requests * Fixing convention [ci skip] * Remove extra indent. [ci:skip]
-
- Jul 17, 2016
-
-
Arkadiy Paronyan authored
* Optimize ethash verification * disable WAL for puts * Clear account cache after commit * Commit only modified accounts * Optimize existing block check * Cache last hashes
-
- Jul 16, 2016
-
-
NikVolf authored
-
- Jul 15, 2016
-
-
NikVolf authored
-
Tomasz Drwięga authored
-