- 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
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
- 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
-
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
-
Nicolas Gotchac authored
* (#2751) Trace filtering fix: Don't test contract address against empty array in trace filtering * Fixes spaces/typo * Simplify the Trace Filtering (#2751) * Removed unused `strictly_matches` fn
-
* incrementally calculate queue heap size * query the correct queue sizes
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
* Block import optimization * whitespace [ci:none]
-
- Oct 19, 2016
-
-
Arkadiy Paronyan authored
* Remove count limit for local transactions (#2634) * Fixed stalled sync
-
keorn authored
* simplify major sync detection * fix typos * fix merge * more realistic EthTester * add new synced state
-
Tomasz Drwięga authored
-
Jaco Greeff authored
-
- 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]
-
Tomasz Drwięga authored
-
- Oct 17, 2016
-
-
asynchronous rob authored
-
- Oct 16, 2016
-
-
Gav Wood authored
-
- Oct 15, 2016
-
-
Tomasz Drwięga authored
* CLI to specify queue ordering strategy (#2494) * Alter gas priorities to include gas_price also * CLI options and tests * Adding ordering by gas * whitespace Conflicts: ethcore/src/miner/miner.rs ethcore/src/miner/mod.rs ethcore/src/miner/transaction_queue.rs parity/cli/usage.txt parity/configuration.rs * fix build
-
Tomasz Drwięga authored
* Adding some tests * Implementing decrypt in queue * Removing code duplication. * Printing public key in ethstore * Bump UI * Normalizing dapps format for signer. * Fixing tests compilation * fix whitespace [ci:skip]
-