- Jan 04, 2018
-
-
Afri Schoedon authored
-
Jaco Greeff authored
* Remove unused layout * Update to use pending from Redux * Update @parity/shared
-
- Jan 03, 2018
-
-
GitLab Build Bot authored
-
Marek Kotewicz authored
Remove expanse chain
-
GitLab Build Bot authored
-
Jaco Greeff authored
-
5chdn authored
-
5chdn authored
-
5chdn authored
-
Marek Kotewicz authored
Strict config parsing
-
GitLab Build Bot authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
André Silva authored
* kvdb-rocksdb: update to RocksDB 5.8.8 * kvdb-rocksdb: tune RocksDB options * Switch to level-style compaction * Increase default block size (16K), and use bigger blocks for HDDs (64K) * Increase default file size base (64MB SSDs, 256MB HDDs) * Create a single block cache shared across all column families * Tune compaction settings using RocksDB helper functions, taking into account memory budget spread across all columns * Configure backgrounds jobs based on the number of CPUs * Set some default recommended settings * ethcore: remove unused config blockchain.db_cache_size * parity: increase default value for db_cache_size * kvdb-rocksdb: enable compression on all levels * kvdb-rocksdb: set global db_write_bufer_size * kvdb-rocksdb: reduce db_write_bufer_size to force earlier flushing * kvdb-rocksdb: use master branch for rust-rocksdb dependency
-
Jaco Greeff authored
-
- Jan 02, 2018
-
-
Marek Kotewicz authored
Fix tracing failed calls.
-
Marek Kotewicz authored
Problem: sending any Whisper message fails
-
Marek Kotewicz authored
Wait for future blocks in AuRa
-
Marek Kotewicz authored
Fix final feature.
-
Marek Kotewicz authored
Use RwLock for state DB
-
Tomasz Drwięga authored
-
GitLab Build Bot authored
-
Tomasz Drwięga authored
-
* Update packages * Update pictures for v1
-
Tomasz Drwięga authored
-
Yurii Rashkovskii authored
The error is "PoW too low to compete with other messages" This has been previously reported in #7144 Solution: prevent the move semantics The source of the error is in PoolHandle.relay implementation for NetPoolHandle. Because of the move semantics, `res` variable is in fact copied (as it implements Copy) into the closure and for that reason, the returned result is always `false.
-
- Dec 30, 2017
-
-
Afri Schoedon authored
* Add Changelog for 1.7.11 * Add Changelog for 1.8.5 * Markdownify issue links
-
- Dec 29, 2017
-
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
Added checking tx-type using transactions permission contract for miners
-
Marek Kotewicz authored
standalone dir crate, replaces #7383
-
Marek Kotewicz authored
SecretStore: secretstore_signRawHash method
-
Marek Kotewicz authored
-
Marek Kotewicz authored
SecretStore: return error 404 when there's no key shares for given key on all nodes
-
Marek Kotewicz authored
SecretStore: Kovan integration initial version
-
- Dec 28, 2017
-
-
Tomasz Drwięga authored
* Updating mainnet bootnodes. * Add additional parity-beta bootnodes. * Restore old parity bootnodes and update foudation bootnodes
-
Nicolas Ochem authored
-
Vlad Lupashevskyi authored
-
- Dec 27, 2017
-
-
* Fix default CORS settings. * Add info regarding special options.
-
Nicolas Ochem authored
-
Kirill Pimenov authored
Fix version
-