[package] name = "glutton-westend-runtime" version = "10.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" description = "Glutton parachain runtime. (polkadot v1.13.0)" [lints] workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } pallet-glutton = { path = "../../../../../substrate/frame/glutton", default-features = false, version = "21.0.0" } pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false, version = "0.14.0" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } [build-dependencies] substrate-wasm-builder = { version = "23.0.0", path = "../../../../../substrate/utils/wasm-builder" } [features] default = ["std"] runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-glutton/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "parachains-common/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] std = [ "codec/std", "cumulus-pallet-aura-ext/std", "cumulus-pallet-parachain-system/std", "cumulus-pallet-xcm/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", "cumulus-primitives-timestamp/std", "frame-benchmarking?/std", "frame-executive/std", "frame-support/std", "frame-system-benchmarking?/std", "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime?/std", "pallet-aura/std", "pallet-glutton/std", "pallet-message-queue/std", "pallet-sudo/std", "pallet-timestamp/std", "parachain-info/std", "parachains-common/std", "scale-info/std", "sp-api/std", "sp-block-builder/std", "sp-consensus-aura/std", "sp-core/std", "sp-genesis-builder/std", "sp-inherents/std", "sp-offchain/std", "sp-runtime/std", "sp-session/std", "sp-std/std", "sp-storage/std", "sp-transaction-pool/std", "sp-version/std", "testnet-parachains-constants/std", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] try-runtime = [ "cumulus-pallet-aura-ext/try-runtime", "cumulus-pallet-parachain-system/try-runtime", "cumulus-pallet-xcm/try-runtime", "frame-executive/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "frame-try-runtime/try-runtime", "pallet-aura/try-runtime", "pallet-glutton/try-runtime", "pallet-message-queue/try-runtime", "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "parachain-info/try-runtime", "sp-runtime/try-runtime", ] # A feature that should be enabled when the runtime should be built for on-chain # deployment. This will disable stuff that shouldn't be part of the on-chain wasm # to make it smaller, like logging for example. on-chain-release-build = ["sp-api/disable-logging"]