[package] name = "polkadot-availability-bitfield-distribution" version = "18.0.0" description = "Polkadot Bitfiled Distribution subsystem, which gossips signed availability bitfields used to compactly determine which backed candidates are available or not based on a 2/3+ quorum." authors.workspace = true edition.workspace = true license.workspace = true [lints] workspace = true [dependencies] always-assert = { workspace = true } futures = { workspace = true } futures-timer = { workspace = true } gum.workspace = true gum.default-features = true polkadot-primitives.workspace = true polkadot-primitives.default-features = true polkadot-node-subsystem.workspace = true polkadot-node-subsystem.default-features = true polkadot-node-subsystem-util.workspace = true polkadot-node-subsystem-util.default-features = true polkadot-node-network-protocol.workspace = true polkadot-node-network-protocol.default-features = true rand = { workspace = true, default-features = true } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { features = ["alloc"], workspace = true } sp-core = { default-features = true, path = "../../../../substrate/primitives/core" } sp-application-crypto = { default-features = true, path = "../../../../substrate/primitives/application-crypto" } sp-authority-discovery = { default-features = true, path = "../../../../substrate/primitives/authority-discovery" } sp-keystore = { default-features = true, path = "../../../../substrate/primitives/keystore" } sp-keyring = { default-features = true, path = "../../../../substrate/primitives/keyring" } maplit = { workspace = true } sp-tracing = { path = "../../../../substrate/primitives/tracing", default-features = false } assert_matches = { workspace = true } rand_chacha = { workspace = true, default-features = true }