companion PR for #5732: pubsub RPC for grandpa justifications (#1346)

* Companion PR for #5732

Add subscription RPC for listening on GRANDPA justifications.

* grandpa-rpc: some merge fixes

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Jon Häggblad
2020-08-10 12:57:42 +02:00
committed by GitHub
parent f6f80ece18
commit 0ed8cad3c3
5 changed files with 162 additions and 141 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
jsonrpc-core = "14.0.3"
jsonrpc-pubsub = "14.0.3"
polkadot-primitives = { path = "../primitives" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }