[package] name = "beefy-gadget" version = "18.0.0" authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/substrate" description = "BEEFY Client gadget for substrate" homepage = "https://substrate.io" [dependencies] array-bytes = "4.1" async-trait = "0.1.57" codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] } fnv = "1.0.6" futures = "0.3" log = "0.4" parking_lot = "0.12.1" thiserror = "1.0" wasm-timer = "0.2.5" beefy-primitives = { version = "16.0.0", package = "sp-beefy" } prometheus = { package = "substrate-prometheus-endpoint", version = "0.12.0" } sc-client-api = { version = "18.0.0" } sc-consensus = { version = "0.23.0" } sc-keystore = { version = "15.0.0" } sc-network = { version = "0.24.0" } sc-network-common = { version = "0.23.0" } sc-network-gossip = { version = "0.24.0" } sc-utils = { version = "6.0.0" } sp-api = { version = "16.0.0" } sp-application-crypto = { version = "19.0.0" } sp-arithmetic = { version = "13.0.0" } sp-blockchain = { version = "18.0.0" } sp-consensus = { version = "0.22.0" } sp-core = { version = "18.0.0" } sp-keystore = { version = "0.24.0" } sp-mmr-primitives = { version = "16.0.0" } sp-runtime = { version = "20.0.0" } [dev-dependencies] serde = "1.0.136" tempfile = "3.1.0" tokio = "1.22.0" sc-block-builder = { version = "0.23.0" } sc-network-test = { path = "../network/test" } sp-finality-grandpa = { version = "16.0.0" } sp-keyring = { version = "20.0.0" } sp-tracing = { version = "9.0.0" } substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }