- Oct 11, 2016
-
-
-
-
asynchronous rob authored
update ethcore-bigint crate to 0.1.1
-
asynchronous rob authored
-
- 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
-
Arkadiy Paronyan authored
-
Jaco Greeff authored
-
- Oct 09, 2016
-
-
keorn authored
* propagate call errors * add error code for execution error
-
- Oct 08, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
* Transaction queue limited by gas (#2528) * Use global state cache when mining (#2529)
-
- Oct 07, 2016
-
-
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
-
Nikolay Volf authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
* trim password * indicate trimming in doc
-
-
- Oct 06, 2016
-
-
-
* 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
-
asynchronous rob authored
Increase default size of transaction queue
-
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
-
Arkadiy Paronyan authored
Fix ethstore opening all key files in the directory at once
-
Nikolay Volf authored
-
Nikolay Volf authored
Merge IPC codegen attributes into one
-
Nikolay Volf authored
Close after importing keys from geth
-
Nikolay Volf authored
-
Denis S. Soldatov aka General-Beck authored
fix windows checksum
-
- Oct 04, 2016
-
-
Svyatoslav Nikolsky authored
-
* add auto-args deserialization for RPC * make block param member public * change BlockParam to a more generic Trailing<T> mechanism * define work type * build_rpc_trait macro, implement eth protocol * fix up tests * move eth_filter API to new macro * port ethcore module to new rpc macro * port ethcore_set to auto_args * port net RPC to auto_args * port rpc meta api to new * skeleton for async RPC auto_args * macro implementations for strongly-typed async RPC wrapper * clarify docs * reflect new required Rust version in README [ci skip]
-
Nikolay Volf authored
-