sc-finality-grandpa 0.23.0

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

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
ahash = "0.8.2"
array-bytes = "4.1"
async-trait = "0.1.57"
dyn-clone = "1.0"
finality-grandpa = { version = "0.16.1", features = ["derive-codec"] }
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.17"
parity-scale-codec = { version = "3.2.2", features = ["derive"] }
parking_lot = "0.12.1"
rand = "0.8.5"
serde_json = "1.0.85"
thiserror = "1.0"
fork-tree = { version = "6.0.0" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.11.0" }
sc-block-builder = { version = "0.22.0" }
sc-chain-spec = { version = "16.0.0" }
sc-client-api = { version = "17.0.0" }
sc-consensus = { version = "0.22.0" }
sc-network = { version = "0.23.0" }
sc-network-gossip = { version = "0.23.0" }
sc-network-common = { version = "0.22.0" }
sc-telemetry = { version = "6.0.0" }
sc-utils = { version = "5.0.0" }
sp-api = { version = "15.0.0" }
sp-application-crypto = { version = "18.0.0" }
sp-arithmetic = { version = "12.0.0" }
sp-blockchain = { version = "17.0.0" }
sp-consensus = { version = "0.21.0" }
sp-core = { version = "17.0.0" }
sp-finality-grandpa = { version = "15.0.0" }
sp-keystore = { version = "0.23.0" }
sp-runtime = { version = "19.0.0" }

[dev-dependencies]
assert_matches = "1.3.0"
finality-grandpa = { version = "0.16.1", features = ["derive-codec", "test-helpers"] }
serde = "1.0.136"
tokio = "1.22.0"
sc-network = { version = "0.23.0" }
sc-network-test = { path = "../network/test" }
sp-keyring = { version = "19.0.0" }
sp-tracing = { version = "8.0.0" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }