Upgrade to jsonrpc v14 (#11151)

* Upgrade to jsonrpc v14

Contains https://github.com/paritytech/jsonrpc/pull/495 with good bugfixes to resource usage.

* Bump tokio & futures.

* Bump even further.

* Upgrade tokio to 0.1.22

* Partially revert "Bump tokio & futures."

This reverts commit 100907eb91907aa124d856d52374637256118e86.
This commit is contained in:
David
2019-10-10 16:56:22 +02:00
committed by Seun LanLege
parent 330cdc1a4d
commit 9d313e31e6
11 changed files with 178 additions and 146 deletions

View File

@@ -28,12 +28,12 @@ tokio-timer = "0.1"
transient-hashmap = "0.4"
itertools = "0.5"
jsonrpc-core = "13.2.0"
jsonrpc-derive = "13.2.0"
jsonrpc-http-server = "13.2.0"
jsonrpc-ws-server = "13.2.0"
jsonrpc-ipc-server = "13.2.0"
jsonrpc-pubsub = "13.2.0"
jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-ws-server = "14.0.0"
jsonrpc-ipc-server = "14.0.0"
jsonrpc-pubsub = "14.0.0"
client-traits = { path = "../ethcore/client-traits" }
common-types = { path = "../ethcore/types" }