- Dec 09, 2016
-
-
Gav Wood authored
-
- Dec 05, 2016
-
-
asynchronous rob authored
-
keorn authored
-
- Dec 04, 2016
-
-
Gav Wood authored
-
- Nov 30, 2016
-
-
Tomasz Drwięga authored
-
- Nov 28, 2016
-
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
- Nov 24, 2016
-
-
Gav Wood authored
-
- Nov 23, 2016
- Nov 22, 2016
-
-
Gav Wood authored
- ID -> Id (consistency with rust libs)
-
- Nov 18, 2016
- Nov 17, 2016
-
-
Tomasz Drwięga authored
-
- Nov 16, 2016
-
-
Tomasz Drwięga authored
-
- Nov 15, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
- Nov 14, 2016
-
-
Gav Wood authored
-
- Nov 13, 2016
-
-
Gav Wood authored
-
- Nov 10, 2016
-
-
asynchronous rob authored
-
- Nov 09, 2016
-
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
- Nov 05, 2016
-
-
Gav Wood authored
* `--mode=off` now works. * Add Mode::Off as a persistent CLI option. * "last" not "auto" as default. * Commit accidentally unsaved file. * Whitespace [ci:skip] * Mode CLI parse fix * or offline * Save mode when it gets changed. * Fix Offline mode * Fix up mode operations. * Make passive default, but not overriding. * Fix test * Maybe not everyone wants to run an archive node...
-
- Nov 04, 2016
-
-
Tomasz Drwięga authored
* Exposing extra info in RPC * Proper serialization and client trait API
-
Tomasz Drwięga authored
-
- Nov 03, 2016
-
-
Gav Wood authored
* The front-end for each hard-fork, also EIP-160. * Address EIP161 a/c * Include EIP-161b * EIP-161 part d. * Fix test build. * Fix one test, add another. * Fix use of bloom & renaming. * Initial groundwork for EIP-155 * Fix minor bug. * Fix all tests finally. * Rest of EIP-155. * Add tests for EIP-155 algorithm. Update transaction tests validation. * Minor reformat. * Address grumbles. * Remove unused code. * Fix SUICIDE gas mechanism and add consensus tests. * Remove commented code. * Set Frontier hardfork block number * Fix warning. * Transaction tests,
-
- Nov 01, 2016
-
-
Tomasz Drwięga authored
-
- Oct 31, 2016
-
-
Gav Wood authored
* Allow warnings. * Add RPCs to allow ad-hoc mode changes. * Add the JSAPI interfaces * Add missing file.
-
- Oct 30, 2016
-
-
Arkadiy Paronyan authored
-
- Oct 28, 2016
-
-
Tomasz Drwięga authored
* Validating minimal required gas for a transaction * Adding RPC case and note * Fixing whitespace [ci skip]
-
asynchronous rob authored
* clarify "cancelled periodic snapshot" message * more rigorous checks for snapshot validity * verify ancient blocks on import * limit number of fed blocks * make it possible to feed snapshot service canonical hashes * fix failing test build * swap ethash DAG only when more recent
-
- Oct 27, 2016
-
-
* failing test * Cache pending details * [ci skip] updated comment
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings * Fix the "fix"
-
- Oct 24, 2016
-
-
Arkadiy Paronyan authored
-
- Oct 20, 2016
-
-
asynchronous rob authored
* sweep most unwraps from ethcore crate * purge unwrap from dapps server * whitespace [ci:none]
-
keorn authored
* simplify major sync detection * fix typos * fix merge * more realistic EthTester * add new synced state * remove Blocks synced state * move is_major_importing to rpc crate and check queue * add tests
-
Arkadiy Paronyan authored
* Block import optimization * whitespace [ci:none]
-
- Oct 18, 2016
-
-
Arkadiy Paronyan authored
* Split block downloader into a module * Snapshot sync progress * Warp sync CLI option * Increased snapshot chunk and ping timeouts * Fixed an issue with delayed writes * Updated bootnodes * Don't run pending IO tasks on shutdown * Optional first_block; removed insert_snapshot_block * Fixing expect calls * Fixed stalled sync * style and docs * Update block_sync.rs [ci:skip]
-
- Oct 17, 2016
-
-
asynchronous rob authored
-