[package] name = "polkadot-runtime" version = "0.7.9" 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/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm", default-features = false } inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-staking = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-serializer = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } version = { package = "sp-version", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } tx-pool-api = { package = "sp-transaction-pool-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } authority-discovery = { package = "pallet-authority-discovery", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } authorship = { package = "pallet-authorship", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } babe = { package = "pallet-babe", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } transaction-payment = { package = "pallet-transaction-payment", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } collective = { package = "pallet-collective", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } democracy = { package = "pallet-democracy", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } executive = { package = "frame-executive", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } finality-tracker = { package = "pallet-finality-tracker", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } grandpa = { package = "pallet-grandpa", git = "https://github.com/paritytech/substrate", default-features = false, features = ["migrate-authorities"], branch = "ashley-polkadot-wasm" } im-online = { package = "pallet-im-online", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } indices = { package = "pallet-indices", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } membership = { package = "pallet-membership", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } nicks = { package = "pallet-nicks", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } offences = { package = "pallet-offences", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } randomness-collective-flip = { package = "pallet-randomness-collective-flip", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } session = { package = "pallet-session", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } staking = { package = "pallet-staking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } system = { package = "frame-system", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } system_rpc_runtime_api = { package = "frame-system-rpc-runtime-api", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } treasury = { package = "pallet-treasury", git = "https://github.com/paritytech/substrate", default-features = false, branch = "ashley-polkadot-wasm" } 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/paritytech/substrate", branch = "ashley-polkadot-wasm" } sp-trie = { git = "https://github.com/paritytech/substrate", branch = "ashley-polkadot-wasm" } 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", "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", "serde_derive", "serde/std", "log", "safe-mix/std", "babe/std", "babe-primitives/std", "sp-session/std", "randomness-collective-flip/std", ]