- Nov 09, 2016
-
-
Arkadiy Paronyan authored
-
- Nov 05, 2016
-
-
asynchronous rob authored
-
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
-
-
Igor Artamonov authored
* delay bomb for classic (ECIP-1010) * formatting fix after core review, rel [e6b5093]
-
Tomasz Drwięga authored
* Exposing extra info in RPC * Proper serialization and client trait API
-
* Vitalik's new test vectors. * Update to latest EIP155 spec. * Fix txs. * Another fix.
-
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,
-
* fix histogram * remove outdated comment
-
- Nov 01, 2016
-
-
Tomasz Drwięga authored
-
asynchronous rob authored
to ensure that the I/O worker isn't stalled.
-
- Oct 31, 2016
-
-
asynchronous rob authored
* provide snapshot sync info in eth_syncing * specify block gap in eth_syncing * Extend eth_syncing with warp, format the output properly * adjust serialization tests for sync info * whitespace
-
Gav Wood authored
* Allow warnings. * Add RPCs to allow ad-hoc mode changes. * Add the JSAPI interfaces * Add missing file.
-
-
keorn authored
* gas price distribution + median + tests * put histogram in util * use the util histogram * remove the default gas price implementation * histogram rpc * fix empty corpus * Add JS ethcore_gasPriceHistogram * Fix typo (s/types/type/) & subsequent failing test * Fix return type & formatting * bucketBounds * Add jsapi e2e test verification
-
- Oct 30, 2016
-
-
Arkadiy Paronyan authored
-
- Oct 29, 2016
-
-
Arkadiy Paronyan authored
-
Tomasz Drwięga 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
-
asynchronous rob authored
* add a global code cache * extract memory-limited lru cache to util * use memory-limited code cache * account for code cache size in mem_used
-
- Oct 27, 2016
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Blacklisting transaction queue * Using blacklisting queue in miner * Restoring todo [ci:skip] * Blacklisting recipients and code * Renaming blacklisting->banning * CLI option for banning. * Fixing submodule commit [ci:skip] * Fixing RPC tests * Additional logging when dropping transactions * whitespace [ci:skip] * Configurable ban duration * Reverting fix for pruning history from config file
-
Tomasz Drwięga authored
-
* failing test * Cache pending details * [ci skip] updated comment
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings * Fix the "fix"
-
- Oct 26, 2016
-
-
keorn authored
-
Arkadiy Paronyan authored
* More snapshot fixes and optimizations * db drop
-
Arkadiy Paronyan authored
-
- Oct 25, 2016
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
- Oct 24, 2016
-
-
asynchronous rob authored
* no longer export action_params * remove transaction, header, receipt re-rexports from common * remove env_info and builtins re-exports from common * remove everything but util export from common * replace common usages with util, remove module * add a prelude module for ethcore-bigint
-
asynchronous rob authored
* allow taking snapshot from just-restored database without error * make creation informant less spammy * Ancestry iterator failure-resilient * make uncle hash searching resilient to incomplete chain * deduce pre-chunk info from last written block's details
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
- Oct 22, 2016
-
-
Gav Wood authored
* Add personal_testPassword and stub for personal_changePassword * Add change-password functionality. * Address grumble. * Update tests. * Update build.
-
asynchronous rob authored
-
- Oct 21, 2016
-
-
* add auto compaction types * pass db paths * detect drive type on Linux * use base db path * add docstring * limit the test to be side effect free * use base db path * more docs * fix parsing test * update error * detect only on Linux * make test Linux only * add second device letter, update cli doc * use spaces in cli doc * import only on linux * default->auto
-
* add bloom filter existence test from beta * fix U256 instantiation for master
-
- Oct 20, 2016
-
-
asynchronous rob authored
* sweep most unwraps from ethcore crate * purge unwrap from dapps server * whitespace [ci:none]
-