- 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
-
Arkadiy Paronyan authored
-
-
Arkadiy Paronyan authored
* Fixed tx queue limit for local tx * Fixing test * Increas gas limit to 20x
-
-
- Oct 13, 2016
-
-
* mitigate refcell conflict in state diffing Also uses RefCell::get_mut in a few places. * Add test case
-
- Oct 12, 2016
-
-
* update json test suite * comment out the incomplete test
-
- Oct 11, 2016
-
-
- Oct 10, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
* Gas limit config; Allow local transactions over the limit * Fix typo [ci:skip]
-
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
-
-
asynchronous rob authored
-
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
-
Arkadiy Paronyan authored
-
-
- Oct 06, 2016
-
-
asynchronous rob authored
-
* stack size for io workers & evm threshold * rust way to remember stack size * right value * 24kb size * some stack reduction
-
-
Arkadiy Paronyan authored
* Preserve cache on reverting the snapshot * Renamed merge_with into replace_with * Renamed and documented snapshotting methods
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
- Oct 05, 2016
-
-
Arkadiy Paronyan authored
* State to track dirty accounts * Removed clone_for_snapshot * Renaming stuff * Documentation and other minor fixes * Replaced MaybeAccount with Option
-
Jaco Greeff authored
* update registrar test with generic non-empty test * updated test, length check + parsing
-
Nikolay Volf authored
* derive -> ipc * accident repair * conditional ipc deriving * fix test
-
- 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.
-