sc-finality-grandpa-rpc 0.24.0

RPC extensions for the GRANDPA finality gadget
Documentation
[package]
name = "sc-finality-grandpa-rpc"
version = "0.24.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "RPC extensions for the GRANDPA finality gadget"
repository = "https://github.com/paritytech/substrate/"
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
readme = "README.md"
homepage = "https://substrate.io"

[dependencies]
finality-grandpa = { version = "0.16.1", features = ["derive-codec"] }
futures = "0.3.16"
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
log = "0.4.8"
parity-scale-codec = { version = "3.2.2", features = ["derive"] }
serde = { version = "1.0.105", features = ["derive"] }
thiserror = "1.0"
sc-client-api = { version = "17.0.0" }
sc-finality-grandpa = { version = "0.23.0" }
sc-rpc = { version = "18.0.0" }
sp-blockchain = { version = "17.0.0" }
sp-core = { version = "17.0.0" }
sp-runtime = { version = "19.0.0" }

[dev-dependencies]
sc-block-builder = { version = "0.22.0" }
sc-rpc = { version = "18.0.0", features = [
	"test-helpers",
]}
sp-core = { version = "17.0.0" }
sp-finality-grandpa = { version = "15.0.0" }
sp-keyring = { version = "19.0.0" }
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
tokio = { version = "1.22.0", features = ["macros"] }