mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
grandpa: always create and send justification if there are any subscribers (#6935)
* grandpa: use bytes type for justification rpc notification * grandpa: always create justification if there are rpc subscribers * grandpa: wording * grandpa: replace notify_justification macro with function * grandpa: prefer Option<&T> over &Option<T>
This commit is contained in:
@@ -8,9 +8,10 @@ edition = "2018"
|
||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
|
||||
[dependencies]
|
||||
sc-rpc = { version = "2.0.0-rc6", path = "../../rpc" }
|
||||
sp-runtime = { version = "2.0.0-rc6", path = "../../../primitives/runtime" }
|
||||
sc-finality-grandpa = { version = "0.8.0-rc6", path = "../" }
|
||||
sc-rpc = { version = "2.0.0-rc6", path = "../../rpc" }
|
||||
sp-core = { version = "2.0.0-rc6", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-rc6", path = "../../../primitives/runtime" }
|
||||
finality-grandpa = { version = "0.12.3", features = ["derive-codec"] }
|
||||
jsonrpc-core = "14.2.0"
|
||||
jsonrpc-core-client = "14.2.0"
|
||||
|
||||
Reference in New Issue
Block a user