- Jul 31, 2016
-
-
NikVolf authored
-
-
Arkadiy Paronyan authored
-
- Jul 30, 2016
-
-
Marek Kotewicz authored
* removed configure_cache method * generic cache_manager struct * fixed #1743, tracing caches are cleared * removed deadlocks in garbage_collect, implemented HeapSizeOf for traces * trace cache config * fixed carbage typo
-
Gav Wood authored
* Return storage as H256 from RPC. * Fix test.
-
keorn authored
* add an instant sealing engine * add sealing engine tests * rename to InstantSeal * update name in json * whitespace [ci:skip]
-
asynchronous rob authored
* fix state unsafety with a mostly-guaranteed handle * ensure_cached takes a closure directly
-
Tomasz Drwięga authored
* Optimizing mem_gas_cost calculations * Memoizing current mem gas cost * Optimizing jump destinations
-
Marek Kotewicz authored
Min and Max peers setting
-
- Jul 29, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
* Disable WAL * Make WAL optional * Fix tests. * Update cli.rs
-
-
Tomasz Drwięga authored
Log tweak
-
Gav Wood authored
-
Gav Wood authored
Fixes #1622
-
Gav Wood authored
Closes #1759
-
Arkadiy Paronyan authored
-
- Jul 28, 2016
-
-
Gav Wood authored
-
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
-
Gav Wood authored
-
Gav Wood authored
* Combine mining queue and enabled into single locked datum Additional tracing. * Fix bug uncovered by test. * Fix typo * Remove unneeded log initialisation in test. [ci:skip]
-
keorn authored
* collect consesnsus engine code into module * move Engine to mod * fix json test
-
keorn authored
-
Marek Kotewicz authored
* executive tracer builds flat traces without intermediate struct * temporarilt commented out tests for traces * fixed new way of building trace address * fixed new way of building trace address * updating state tests with flat tracing in progress * fixed flat tracing tests * fixed compiling ethcore-rpc with new flat traces * removed warnings from ethcore module * remove unused data structures
-
Marek Kotewicz authored
* compaction profile used during migration, fixes #1750 * whitespace [ci:skip]
-
Tomasz Drwięga authored
* Splitting documentation into separate build job * Updating rust to stable [ci skip]
-
Marek Kotewicz authored
* handle keys deserialization errors, fixes #1592 * warning on unsuccesfull geth accounts import
-
* add gitlab-ci yaml Build script for Gitlab CI [ci-skip] * Update gitlab-ci remove .lib and .exp * Update gitlab-ci remove CCX and clang
-
keorn authored
* add migration tests that catch the bug * make multiple migrations more robust * clean up migrations ordering * update comment [ci skip] * remove explicit iter
-
- Jul 27, 2016
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Add RPC & client call to replay a transaction. * Address grumbles
-
-
Gav Wood authored
* Trace through DELEGATECALL and CALLCODE Add them to the JSON output and RLP database store. * Fix tests. * Fix all tests. * Fix one more test.
-
Tomasz Drwięga authored
-
keorn authored
* new Compressible rlp trait * new Compressible rlp trait * make compressed rlp iterable * make compressed rlp iterable * invalid rlp slice swapper * switch compress to swapper, add reverse swapper test case * add basic account compression test * add new rlp trait * new Compressible rlp trait * make compressed rlp iterable * invalid rlp slice swapper * invalid rlp slice swapper * switch compress to swapper, add reverse swapper test case * switch compress to swapper, add reverse swapper test case * add account compress/ decompress test * make compressor cleaner, use hashmaps for swapper * improve compression tests * add a DecompressingDecoder, change Decoder to take refernce * separate rlp compression related stuff * new Compressible rlp trait * new Compressible rlp trait * new Compressible rlp trait * make compressed rlp iterable * make compressed rlp iterable * make compressed rlp iterable * invalid rlp slice swapper * invalid rlp slice swapper * invalid rlp slice swapper * switch compress to swapper, add reverse swapper test case * switch compress to swapper, add reverse swapper test case * switch compress to swapper, add reverse swapper test case * add basic account compression test * add new rlp trait * add account compress/ decompress test * make compressor cleaner, use hashmaps for swapper * improve compression tests * add a DecompressingDecoder, change Decoder to take refernce * separate rlp compression related stuff * DecompressingDecoder test * initial compressing HashDB wrapper * remove unused test * change CompressedDB to struct wrapper with overlay * simplify compressor * failed RefCell attempt * use denote to return reference * compiled compresseddb * compressdb test, add overlay emplace * fix overlay reference count handling * add immutable compresseddb, make account use hashdb * simplify using trait objects * enable hashdb for account * initial state compression attempt * wrap state db * add tests for analyzing db * add account predicate * try to compress data fields as rlp too * remove compression for storage trie * add a compressing migration * more compression stats tests * fix migration import * nested encoding compression test * fix decompression, move db stats tests to rlpcompression * added malformed rlp tests, cover a few edge cases * new CompressingEncoder struct * extend migrations to state * first version working on the whole db * clean up Compressible impl * tests cleanup * add a testing migration * refactor deep compression using option, add simple compression * put tests in a module * fix compressed overlay loading * simple compression for snapshots * remove unused DecompressingDecoder * add a general compressing migration * add more common rlps to compress * use static slices for swapper * add precomputed hashes and invalid rlps * make decoder private again * cover more cases with tests * style * fix weird indentation * remove possible panic in payload_info * make prefix checking safe * fix db existence check * remove db dir from test * pass usize by value [ci skip] * Improve comment on panic removal. * add common blocks db rlps * add compression to blockchain db * add blocks db migration * fix the migrations * remove state compression * add a separate snapshot swapper * ability to use different swappers and traversal * update tests to new interface * clean up code ordering * update usage * fix compilation * remove unnecessary changes * move methods to functions to reduce interface * move test to module * update common rlps to blocks db * move tests to tests modules * remove redundant &
-
Nikolay Volf authored
bump json-ipc-server version
-
NikVolf authored
-
Arkadiy Paronyan authored
test
-
- Jul 26, 2016
-
-
Nikolay Volf authored
* bump json-ipc-server version * polished json-ipc version
-
Nikolay Volf authored
-