- Oct 07, 2016
-
-
Denis S. Soldatov aka General-Beck authored
add javascript test
-
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
-
Denis S. Soldatov aka General-Beck authored
set RUST 1.11 for windows
-
- Oct 02, 2016
-
-
asynchronous rob authored
fix broken beta compilation (backport to beta)
-
Arkadiy Paronyan authored
* v1.3.3 * Jumptable cache
-
Arkadiy Paronyan authored
-
- Oct 01, 2016
- Sep 30, 2016
-
-
NikVolf authored
-
Denis S. Soldatov aka General-Beck authored
add checksum
-
- Sep 29, 2016
-
-
Nikolay Volf authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
* Removing extras data from retracted blocks. (#2375) * Removing extras data from retracted blocks. * Adding a test case Conflicts: ethcore/src/blockchain/blockchain.rs * Fixing transaction queue Conflicts: ethcore/src/miner/transaction_queue.rs * Prioritizing re-imported transactions (#2372) * Prioritizing re-imported transactions * Fixing compilation on beta Conflicts: Cargo.lock ethcore/src/client/client.rs ethcore/src/miner/transaction_queue.rs * Post-merge fixes
-
Arkadiy Paronyan authored
-
* proper bloom * incremental bloom updates * crate update * return of the column * fix n^2 byteorder write * add notes to funs * working bloom commits * Optimizations * bloom diag * migration basic * migration ongoing * migration finalizing * mingration api workarounds * fix test_client setups * snapshot bloom update * review fixes * just forward keys in the migration * migration extra tracing * fix migration path * remove close pray * review issues
-
- Sep 28, 2016
-
-
Tomasz Drwięga authored
-
-
Arkadiy Paronyan authored
* Fixing jit feature compilation * Fixing jit feature compilation (#2310) Conflicts: Cargo.lock * Delegatecall support
-
Arkadiy Paronyan authored
-
- Sep 27, 2016
-
-
Denis S. Soldatov aka General-Beck authored
add RUST_BACKTRACE=1 in test stage
-
Arkadiy Paronyan authored
* State cache * Reduced copying data between caches Whitespace and optional symbols * Set a limit on storage cache * Style and docs
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Reorder transaction_by_hash to favour canon search * Fix test.
-