openethereum/util
Arkadiy Paronyan dfb2ddfdc2 Backports to beta (#1919)
* RPC errors & logs (#1845)

* Refactoring errors in RPC

* Updating jsonrpc-core

* Fixing code_at

* Avoid mentioning obvious segments in proof

[ci:skip]

* fixed cache_manager lock order

* Purging .derefs, fixing clippy warnings. (#1890)

* Fixing clippy warnings

* Purging derefs

* Simplifying engine derefs

* Simplifying more engine derefs

* Adding more details to miner log

* fixed #1889, .DS_Store is no longer treated as key file (#1892)

* fixed #1889, .DS_Store is no longer treated as key file

* ethstore filters directories, hidden files and common system files

* fixed compiling

* fix regression with geth dir

* fix regression with geth dir

* Fix ipc compilation and add ipc feature to test targets (#1902)

* fix compilation and add it to the ci run

* no separator?

* use quotes and spaces

* RocksDB version bump

* Don't return deleted nodes that are not yet flushed (#1908)

* polling & connection timeouts (#1910)

* Peers RPC + UI displaying active/connected/max peers (#1915)

* Peers API

* Bumping Parity-UI

* Fixing tests

* Save nodes removed from backing_overlay until commit (#1917)
2016-08-12 12:16:20 +02:00
..
benches fix benchmark compilation (#1612) 2016-07-13 20:45:15 +02:00
bigint More performance optimizations (#1814) 2016-08-03 22:03:40 +02:00
fdlimit cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
io Backports to beta (#1919) 2016-08-12 12:16:20 +02:00
network Backports to beta (#1919) 2016-08-12 12:16:20 +02:00
sha3 added license in every *.rs file 2016-02-05 13:40:41 +01:00
src Backports to beta (#1919) 2016-08-12 12:16:20 +02:00
table Miner tests (#1597) 2016-07-14 12:16:53 +02:00
using_queue Miner tweaks (#1797) 2016-08-02 17:53:32 +01:00
build.rs Indent 2016-03-17 18:43:01 +01:00
Cargo.toml Split IO and network crates (#1828) 2016-08-05 10:32:04 +02:00
cov.sh remove redundant modification 2016-03-02 13:02:33 +03:00
Makefile