- Oct 05, 2016
- Oct 04, 2016
-
-
Nikolay Volf authored
-
- Oct 03, 2016
-
-
Tomasz Drwięga authored
* EVM informant. Slow transactions tracking * Additional feature for tests
-
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
-
- Oct 01, 2016
-
-
- Sep 30, 2016
- Sep 29, 2016
- Sep 28, 2016
-
-
Tomasz Drwięga authored
* Detecting DELEGATE_CALL in JIT * Fixing evmjit tests
-
Tomasz Drwięga authored
* Prioritizing re-imported transactions * Fixing compilation on beta
-
Gav Wood authored
* Revert #2172, pretty much. * Tidy up whitespace. [ci:skip] * Force CI.
-
Gav Wood authored
* Fix the traceAddress field in transaction traces. * Add test * Fix warning. * Fix test * Additional fix. * Fix tests content.
-
Tomasz Drwięga authored
* Removing extras data from retracted blocks. * Adding a test case
-
Gav Wood authored
* Add support for Expanse. * Fix build. * Refactor to be able to alter the eth subprotocol name * Fix JSON. * Support exp hardfork. * Fix exp json again. * Fixed test * Fix tests.
-
- Sep 27, 2016
-
-
asynchronous rob authored
* allow specifying cache sizes for specific columns * initialize client with correct cache size * set cache size in client service * default cache size for unspecified columns * fix comment * fix column selection logic * fix migrations module
-
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.
-
Arkadiy Paronyan authored
-
- 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
-
Tomasz Drwięga authored
-
- Sep 23, 2016
-
-
Tomasz Drwięga authored
Conflicts: ethcore/src/miner/transaction_queue.rs
-
Gav Wood authored
-
Gav Wood authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
Conflicts: ethcore/src/miner/transaction_queue.rs
-
Tomasz Drwięga authored
-
- Sep 22, 2016
-
-
Tomasz Drwięga authored
* Separate path for code size * Actually use it for EVM * add extcodesize to TestExt
-
asynchronous rob authored
Closes #2213 Omit transaction and receipt roots from abridged block. No longer use RLP compression. Make ordered_trie_root generic over an iterator to save an allocation. Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3). Documentation will need updating
-