- 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]
-
* Update migration.rs In highly unlikely scenario when the bloom update fails it will at least try again on the next run * proper exchange
-
- Oct 06, 2016
-
-
Tomasz Drwięga authored
-
- Oct 05, 2016
-
-
* get rid of collects & zips * not an option here!
-
Denis S. Soldatov aka General-Beck authored
fix windows
-
Denis S. Soldatov aka General-Beck authored
set RUSTFLAGS=-Zorbit=off windows
-
Denis S. Soldatov aka General-Beck authored
add RUSTFLAGS=-Zorbit=false in windows build
-
- Oct 04, 2016
-
-
Arkadiy Paronyan authored
Beta backports
-
Arkadiy Paronyan authored
-
* fixed #2263, geth keys with ciphertext shorter than 32 bytes * replace unwrap with more helpful expect * tests for decrypting short secrets
-
Arkadiy Paronyan authored
-
* bump json-ipc-server * bump again
-