[package] name = "kusama-runtime" version = "0.7.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" [dependencies] bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] } codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] } log = { version = "0.3.9", optional = true } rustc-hex = { version = "2.0.1", default-features = false } safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-api = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery", default-features = false } inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } rstd = { package = "sp-std", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-io = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-runtime = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-staking = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-core = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } sp-session = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } version = { package = "sp-version", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } authorship = { package = "pallet-authorship", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } babe = { package = "pallet-babe", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } balances = { package = "pallet-balances", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } collective = { package = "pallet-collective", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } democracy = { package = "pallet-democracy", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } executive = { package = "frame-executive", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } grandpa = { package = "pallet-grandpa", git = "https://github.com/mxinden/substrate", default-features = false, features = ["migrate-authorities"], branch = "extract-gossip-authority-discovery" } identity = { package = "pallet-identity", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } im-online = { package = "pallet-im-online", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } indices = { package = "pallet-indices", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } membership = { package = "pallet-membership", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } nicks = { package = "pallet-nicks", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } offences = { package = "pallet-offences", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } session = { package = "pallet-session", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } frame-support = { git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } staking = { package = "pallet-staking", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" } system = { package = "frame-system", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } timestamp = { package = "pallet-timestamp", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } treasury = { package = "pallet-treasury", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } utility = { package = "pallet-utility", git = "https://github.com/mxinden/substrate", default-features = false, branch = "extract-gossip-authority-discovery" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" } sp-trie = { git = "https://github.com/mxinden/substrate", branch = "extract-gossip-authority-discovery" } trie-db = "0.16.0" serde_json = "1.0.41" [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.4" } [features] default = ["std"] no_std = [] only-staking = [] std = [ "authority-discovery-primitives/std", "authority-discovery/std", "bitvec/std", "primitives/std", "rustc-hex/std", "codec/std", "inherents/std", "sp-core/std", "polkadot-parachain/std", "sp-api/std", "tx-pool-api/std", "block-builder-api/std", "offchain-primitives/std", "rstd/std", "sp-io/std", "frame-support/std", "authorship/std", "balances/std", "transaction-payment/std", "pallet-transaction-payment-rpc-runtime-api/std", "collective/std", "elections-phragmen/std", "democracy/std", "executive/std", "finality-tracker/std", "grandpa/std", "identity/std", "im-online/std", "indices/std", "membership/std", "nicks/std", "offences/std", "sp-runtime/std", "sp-staking/std", "session/std", "staking/std", "system/std", "system_rpc_runtime_api/std", "timestamp/std", "treasury/std", "version/std", "utility/std", "serde_derive", "serde/std", "log", "safe-mix/std", "babe/std", "babe-primitives/std", "sp-session/std", "randomness-collective-flip/std", "runtime-common/std", ]