- Oct 20, 2016
-
-
Arkadiy Paronyan authored
* Fix botched merge * Test for 'exists'
-
Arkadiy Paronyan authored
* v1.3.9 * Block import optimization (#2748) * Block import optimization * whitespace [ci:none] * Don't add empty accounts to bloom (#2753) * Incrementally calculate verification queue heap size (#2749) * incrementally calculate queue heap size * query the correct queue sizes
-
- Oct 19, 2016
-
-
* Introduce EIP150 hardfork block for ETC * Bumping json tests
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
- Oct 18, 2016
-
-
Tomasz Drwięga authored
-
- Oct 15, 2016
-
-
* EIP150.1c Conflicts: ethcore/res/ethereum/expanse.json ethcore/res/ethereum/morden.json ethcore/res/ethereum/tests ethcore/src/blockchain/blockchain.rs ethcore/src/ethereum/ethash.rs ethcore/src/evm/interpreter/mod.rs json/src/spec/ethash.rs * Update json test suite (#2574) * update json test suite * comment out the incomplete test Conflicts: ethcore/res/ethereum/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
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
- Oct 14, 2016
-
-
* bloom expand & upgrade logic * remove arc * progress tracker * comment about magic number * progress tick initial
-
Arkadiy Paronyan authored
* v1.3.8 * mitigate refcell conflict in state diffing (#2601) * mitigate refcell conflict in state diffing Also uses RefCell::get_mut in a few places. * Add test case * Fixed stalled sync * Fixed tx queue limit for local transactions (#2616) * Fixed tx queue limit for local tx * Fixing test * Increas gas limit to 20x * Additional logs when transactions is removed from queue (#2617) * Database performance tweaks (#2619)
-
- Oct 12, 2016
-
-
Arkadiy Paronyan authored
* Increase WAL size * Decreased default work queue size
-
Arkadiy Paronyan authored
* Reduce DB history * Configurable history size * Set min history size * Test * Fixed a test and reduced the limit
-
Denis S. Soldatov aka General-Beck authored
remove arm builds from `master`
-
Arkadiy Paronyan authored
* TX queue gas limit config and allow local transactions over the gas limit (#2553) * Gas limit config; Allow local transactions over the limit * Fix typo [ci:skip] * v1.3.7
-
Denis S. Soldatov aka General-Beck authored
installer.exe -> InstallParity.exe
-
Denis S. Soldatov aka General-Beck authored
checksum -> parity.md5
-
Denis S. Soldatov aka General-Beck authored
fix S3 path for win
-
Denis S. Soldatov aka General-Beck authored
fix win build
-
Denis S. Soldatov aka General-Beck authored
update windows biuld (add *.exe *.zip *.md5
-
Denis S. Soldatov aka General-Beck authored
fix windows installer
-
Denis S. Soldatov aka General-Beck authored
fix errors in windows build
-
- Oct 11, 2016
-
-
Denis S. Soldatov aka General-Beck authored
[ci:skip] Deny warnings in windows build
-
Denis S. Soldatov aka General-Beck authored
switch to curl in win build
-
Denis S. Soldatov aka General-Beck authored
add windows installer
-
Arkadiy Paronyan authored
* v1.3.6 * Print backtrace on panic (#2535) * Don't activate peers on connect; Test (#2537) * Removing unwarps from sync module (#2551) * Remove unwrap from client module (#2554) * remove unwraps in client * imporve block hash expect message * mining perf trace * Fixed race condition in trace import (#2555)
-
- Oct 08, 2016
-
-
Denis S. Soldatov aka General-Beck authored
remove javascript tag
-
Arkadiy Paronyan authored
-
- Oct 07, 2016
-
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
asynchronous rob authored
Update appveyor rustc [beta]
-
Denis S. Soldatov aka General-Beck authored
add javascript test
-
asynchronous rob authored
-
asynchronous rob authored
-
Tomasz Drwięga authored
Conflicts: ethcore/src/miner/miner.rs parity/cli/config.full.toml parity/cli/mod.rs parity/configuration.rs
-
Arkadiy Paronyan authored
* Handle reorganizations in the state cache * Renamed and documented a few methods * Basic test * Renamed pending to buffered * Caching optimizations * Fixed a test * Fixed a test
-
Tomasz Drwięga authored
* Fixing RPC Filter conversion to EthFilter Conflicts: rpc/src/v1/impls/eth.rs rpc/src/v1/types/filter.rs * Removing limit * Fixing rpc tests
-
Tomasz Drwięga authored
* Using pending block only if not old Conflicts: ethcore/src/miner/miner.rs rpc/src/v1/impls/eth.rs rpc/src/v1/impls/eth_filter.rs * Fixing compilation issues
-
Arkadiy Paronyan authored
* RocksDB version bump * Preserve cache on reverting the snapshot (#2488) * Preserve cache on reverting the snapshot * Renamed merge_with into replace_with * Renamed and documented snapshotting methods * Track dirty accounts in the state (#2461) * State to track dirty accounts * Removed clone_for_snapshot * Renaming stuff * Documentation and other minor fixes * Replaced MaybeAccount with Option * Adjustable stack size for EVM (#2483) * stack size for io workers & evm threshold * rust way to remember stack size * right value * 24kb size * some stack reduction * Fixed overflow panic in handshake_panic (#2495)
-
* Alter gas priorities to include gas_price also * CLI options and tests * Adding ordering by gas * whitespace [ci:skip]
-