- Oct 04, 2016
-
-
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.
-
Tomasz Drwięga authored
* Lenient bytes deserialization * Error when deserializing invalid hex * Error when deserializing invalid hex Conflicts: rpc/src/v1/types/bytes.rs
-
- Sep 25, 2016
-
-
Tomasz Drwięga authored
* Handle RLP to string UTF-8 decoding errors (#2217) * Penalize transactions with gas above gas limit * Avoid penalizing legit transactions * saturating not overflowing * Remove crufty code * Introduce gas price ordering. * Gas before gas-price, as long as the minimum price is met. * saturating add
-
- Sep 23, 2016
-
-
Denis S. Soldatov aka General-Beck authored
deploy fix
-
Denis S. Soldatov aka General-Beck authored
fix armv7 path
-
Denis S. Soldatov aka General-Beck authored
[ci skip] rename x86_64-unknown-centos-gnu
-
Denis S. Soldatov aka General-Beck authored
fix path in arm
-
Denis S. Soldatov aka General-Beck authored
fix windows deploy to S3 add ubuntu 14.04 build
-
Tomasz Drwięga authored
* Handle RLP to string UTF-8 decoding errors (#2217) * pending transactions
-
Denis S. Soldatov aka General-Beck authored
[ci skip] remove CC and CXX env backport to beta https://github.com/ethcore/parity/pull/2064
-
Denis S. Soldatov aka General-Beck authored
[ci skip] remove CC and CXX env backport to beta https://github.com/ethcore/parity/pull/2064
-
- Sep 22, 2016
-
-
Tomasz Drwięga authored
-
- Sep 21, 2016
-
-
Denis S. Soldatov aka General-Beck authored
fix x86_64-pc-windows-msvc
-
Denis S. Soldatov aka General-Beck authored
remove -export
-
Tomasz Drwięga authored
-
- Sep 20, 2016
-
-
-
Arkadiy Paronyan authored
-
- Sep 11, 2016
-
-
Arkadiy Paronyan authored
* Fix several RPCs (#1926) * Fix up pending receipts details. * Add support for additional params and registry over RPC. * Fix tests. * Add test, additional fix. Fixes #1932. * Fix up tests. * Fix test. * Fix test. * DB WAL size limit (#1935) * Limit WAL size * Check pruning by db modification date (#1924) * Cache address hash (#1943) * ECIES without MAC (#1948) * Use random IV for ECIES AES * ECIES encrypt/decrypt for a single message * Derive IV from shared secret * Apply settings to column families * fixed #1933 (#1979) * Fixed neighbours collection (#1996) * dapps-hosts configuration * Disabled counter check * always process trie death row on commit, add more tracing * fixed transaction addresses mapping, fixes #1971 * simplified iterator * v1.3.1 * v1.3.1
-
- Sep 09, 2016
-
-
Denis S. Soldatov aka General-Beck authored
-