[package] name = "cumulus-client-consensus-common" description = "Cumulus specific common consensus implementations" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" [dependencies] async-trait = "0.1.57" codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] } dyn-clone = "1.0.9" futures = "0.3.24" tracing = "0.1.37" # Substrate sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } # Polkadot polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.31" } # Cumulus cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } [dev-dependencies] futures-timer = "3.0.2" # Substrate sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.31" } # Cumulus cumulus-test-client = { path = "../../../test/client" }