- Oct 24, 2016
-
-
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]
-
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
-
- 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 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]
-
Gav Wood authored
* EIP150.1b first part. * Add documentation. [ci:skip] * Tweak comment * Fix some tests. * Fix create * Add the new EIP150 test. (#2563) * Fix create some more. * Another fix for create. * Final fixes. * Enable EIP150 test. * Revert the costly suicides to respect EIP150.1b. * Fixups for EIP150.1c * Update tests. * Updating tests * Adding state tests * Updating tests * Updating HF block * Removing flushln [ci:skip] * Commenting out suicide test * New tests. * Switch to EIP tests. * Rename some stuff, combine transition tests. * Fix U256 overflows. * Name cleanups and an effort to fix tests. * Rename back for clarity. * Fix non-EIP-150 OOG CALLs * New transition block number & additional EIP150 tests * Morden transition block set; Tests updated * Added missing test
-
- Oct 14, 2016
-
-
asynchronous rob authored
-
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
-