sc-basic-authorship 0.37.0

Basic implementation of block-authoring logic. (polkadot v1.9.0)
Documentation
[package]
name = "sc-basic-authorship"
version = "0.37.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Basic implementation of block-authoring logic. (polkadot v1.9.0)"
readme = "README.md"

[lints]
workspace = true

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

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1" }
futures = "0.3.21"
futures-timer = "3.0.1"
log = { workspace = true, default-features = true }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" }
sc-block-builder = { version = "0.36.0", path = "../block-builder" }
sc-proposer-metrics = { version = "0.18.0", path = "../proposer-metrics" }
sc-telemetry = { version = "17.0.0", path = "../telemetry" }
sc-transaction-pool-api = { version = "31.0.0", path = "../transaction-pool/api" }
sp-api = { version = "29.0.0", path = "../../primitives/api" }
sp-blockchain = { version = "31.0.0", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.35.0", path = "../../primitives/consensus/common" }
sp-core = { version = "31.0.0", path = "../../primitives/core" }
sp-inherents = { version = "29.0.0", path = "../../primitives/inherents" }
sp-runtime = { version = "34.0.0", path = "../../primitives/runtime" }

[dev-dependencies]
parking_lot = "0.12.1"
sc-client-api = { path = "../api" }
sc-transaction-pool = { path = "../transaction-pool" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }