[package] name = "polkadot-node-core-pvf-checker" description = "Polkadot crate that implements the PVF pre-checking subsystem. Responsible for checking and voting for PVFs that are pending approval." version = "18.0.0" authors.workspace = true edition.workspace = true license.workspace = true [lints] workspace = true [dependencies] futures = { workspace = true } thiserror = { workspace = true } gum.workspace = true gum.default-features = true polkadot-node-primitives.workspace = true polkadot-node-primitives.default-features = true polkadot-node-subsystem.workspace = true polkadot-node-subsystem.default-features = true polkadot-primitives.workspace = true polkadot-primitives.default-features = true polkadot-node-subsystem-util.workspace = true polkadot-node-subsystem-util.default-features = true polkadot-overseer.workspace = true polkadot-overseer.default-features = true sp-keystore.workspace = true sp-keystore.default-features = true [dev-dependencies] sp-core = { default-features = true, path = "../../../../substrate/primitives/core" } sp-runtime = { default-features = true, path = "../../../../substrate/primitives/runtime" } sc-keystore = { default-features = true, path = "../../../../substrate/client/keystore" } sp-keyring = { default-features = true, path = "../../../../substrate/primitives/keyring" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } sp-application-crypto = { default-features = true, path = "../../../../substrate/primitives/application-crypto" } futures-timer = { workspace = true }