Fix state RPC subscriptions on light node (#3626)

* fetch all keys at once in light RPC subscriptions

* restore lost fil
This commit is contained in:
Svyatoslav Nikolsky
2019-10-07 09:00:15 +03:00
committed by Gavin Wood
parent 168051c060
commit 32e687abe4
6 changed files with 714 additions and 207 deletions
+1
View File
@@ -23,6 +23,7 @@ substrate-executor = { path = "../executor" }
substrate-keystore = { path = "../keystore" }
transaction_pool = { package = "substrate-transaction-pool", path = "../transaction-pool" }
hash-db = { version = "0.15.2", default-features = false }
parking_lot = { version = "0.9.0" }
[dev-dependencies]
assert_matches = "1.3.0"