[package] name = "rococo-runtime" build = "build.rs" version = "18.0.0" description = "Rococo testnet Relay Chain runtime." authors.workspace = true edition.workspace = true license.workspace = true [lints] workspace = true [dependencies] codec = { features = ["derive", "max-encoded-len"], workspace = true } scale-info = { features = ["derive"], workspace = true } log = { workspace = true } serde = { workspace = true } serde_derive = { optional = true, workspace = true } serde_json = { features = ["alloc"], workspace = true } static_assertions = { workspace = true, default-features = true } smallvec = { workspace = true, default-features = true } bitvec = { features = ["alloc"], workspace = true } sp-authority-discovery.workspace = true sp-consensus-babe.workspace = true sp-consensus-beefy.workspace = true sp-consensus-grandpa.workspace = true binary-merkle-tree.workspace = true rococo-runtime-constants.workspace = true sp-api.workspace = true sp-genesis-builder.workspace = true sp-inherents.workspace = true sp-offchain.workspace = true sp-arithmetic.workspace = true sp-io.workspace = true sp-mmr-primitives.workspace = true sp-runtime.workspace = true sp-staking.workspace = true sp-core.workspace = true sp-session.workspace = true sp-storage.workspace = true sp-version.workspace = true sp-transaction-pool.workspace = true sp-block-builder.workspace = true pallet-authority-discovery.workspace = true pallet-authorship.workspace = true pallet-babe.workspace = true pallet-balances.workspace = true pallet-beefy.workspace = true pallet-beefy-mmr.workspace = true pallet-bounties.workspace = true pallet-child-bounties.workspace = true pallet-state-trie-migration.workspace = true pallet-transaction-payment.workspace = true pallet-transaction-payment-rpc-runtime-api.workspace = true pallet-collective.workspace = true pallet-conviction-voting.workspace = true pallet-democracy.workspace = true pallet-elections-phragmen.workspace = true pallet-asset-rate.workspace = true frame-executive.workspace = true pallet-grandpa.workspace = true pallet-identity.workspace = true pallet-indices.workspace = true pallet-membership.workspace = true pallet-message-queue.workspace = true pallet-mmr.workspace = true pallet-multisig.workspace = true pallet-nis.workspace = true pallet-offences.workspace = true pallet-parameters.workspace = true pallet-preimage.workspace = true pallet-proxy.workspace = true pallet-ranked-collective.workspace = true pallet-recovery.workspace = true pallet-referenda.workspace = true pallet-scheduler.workspace = true pallet-session.workspace = true pallet-society.workspace = true pallet-sudo.workspace = true frame-support = { features = ["tuples-96"], workspace = true } pallet-staking.workspace = true frame-system.workspace = true frame-system-rpc-runtime-api.workspace = true pallet-timestamp.workspace = true pallet-tips.workspace = true pallet-treasury.workspace = true pallet-utility.workspace = true pallet-vesting.workspace = true pallet-whitelist.workspace = true pallet-xcm.workspace = true pallet-xcm-benchmarks = { optional = true, workspace = true } pallet-root-testing.workspace = true frame-benchmarking = { optional = true, workspace = true } frame-metadata-hash-extension.workspace = true frame-try-runtime = { optional = true, workspace = true } frame-system-benchmarking = { optional = true, workspace = true } hex-literal = { workspace = true, default-features = true } polkadot-runtime-common.workspace = true polkadot-runtime-parachains.workspace = true polkadot-primitives.workspace = true polkadot-parachain-primitives.workspace = true xcm.workspace = true xcm-executor.workspace = true xcm-builder.workspace = true xcm-runtime-apis.workspace = true [dev-dependencies] tiny-keccak = { features = ["keccak"], workspace = true } sp-keyring = { default-features = true, path = "../../../substrate/primitives/keyring" } remote-externalities = { default-features = true, path = "../../../substrate/utils/frame/remote-externalities", package = "frame-remote-externalities" } sp-trie = { default-features = true, path = "../../../substrate/primitives/trie" } separator = { workspace = true } serde_json = { workspace = true, default-features = true } sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } tokio = { features = ["macros"], workspace = true, default-features = true } [build-dependencies] substrate-wasm-builder = { optional = true, workspace = true, default-features = true } [features] default = ["std"] no_std = [] std = [ "binary-merkle-tree/std", "bitvec/std", "codec/std", "frame-benchmarking?/std", "frame-executive/std", "frame-metadata-hash-extension/std", "frame-support/std", "frame-system-benchmarking?/std", "frame-system-rpc-runtime-api/std", "frame-system/std", "frame-try-runtime/std", "log/std", "pallet-asset-rate/std", "pallet-authority-discovery/std", "pallet-authorship/std", "pallet-babe/std", "pallet-balances/std", "pallet-beefy-mmr/std", "pallet-beefy/std", "pallet-bounties/std", "pallet-child-bounties/std", "pallet-collective/std", "pallet-conviction-voting/std", "pallet-democracy/std", "pallet-elections-phragmen/std", "pallet-grandpa/std", "pallet-identity/std", "pallet-indices/std", "pallet-membership/std", "pallet-message-queue/std", "pallet-mmr/std", "pallet-multisig/std", "pallet-nis/std", "pallet-offences/std", "pallet-parameters/std", "pallet-preimage/std", "pallet-proxy/std", "pallet-ranked-collective/std", "pallet-recovery/std", "pallet-referenda/std", "pallet-root-testing/std", "pallet-scheduler/std", "pallet-session/std", "pallet-society/std", "pallet-staking/std", "pallet-state-trie-migration/std", "pallet-sudo/std", "pallet-timestamp/std", "pallet-tips/std", "pallet-transaction-payment-rpc-runtime-api/std", "pallet-transaction-payment/std", "pallet-treasury/std", "pallet-utility/std", "pallet-vesting/std", "pallet-whitelist/std", "pallet-xcm-benchmarks?/std", "pallet-xcm/std", "polkadot-parachain-primitives/std", "polkadot-primitives/std", "polkadot-runtime-common/std", "polkadot-runtime-parachains/std", "rococo-runtime-constants/std", "scale-info/std", "serde/std", "serde_derive", "serde_json/std", "sp-api/std", "sp-arithmetic/std", "sp-authority-discovery/std", "sp-block-builder/std", "sp-consensus-babe/std", "sp-consensus-beefy/std", "sp-consensus-grandpa/std", "sp-core/std", "sp-genesis-builder/std", "sp-inherents/std", "sp-io/std", "sp-mmr-primitives/std", "sp-offchain/std", "sp-runtime/std", "sp-session/std", "sp-staking/std", "sp-storage/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", "xcm-builder/std", "xcm-executor/std", "xcm-runtime-apis/std", "xcm/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-asset-rate/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-beefy-mmr/runtime-benchmarks", "pallet-bounties/runtime-benchmarks", "pallet-child-bounties/runtime-benchmarks", "pallet-collective/runtime-benchmarks", "pallet-conviction-voting/runtime-benchmarks", "pallet-democracy/runtime-benchmarks", "pallet-elections-phragmen/runtime-benchmarks", "pallet-grandpa/runtime-benchmarks", "pallet-identity/runtime-benchmarks", "pallet-indices/runtime-benchmarks", "pallet-membership/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-mmr/runtime-benchmarks", "pallet-multisig/runtime-benchmarks", "pallet-nis/runtime-benchmarks", "pallet-offences/runtime-benchmarks", "pallet-parameters/runtime-benchmarks", "pallet-preimage/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-ranked-collective/runtime-benchmarks", "pallet-recovery/runtime-benchmarks", "pallet-referenda/runtime-benchmarks", "pallet-scheduler/runtime-benchmarks", "pallet-society/runtime-benchmarks", "pallet-staking/runtime-benchmarks", "pallet-state-trie-migration/runtime-benchmarks", "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-tips/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-utility/runtime-benchmarks", "pallet-vesting/runtime-benchmarks", "pallet-whitelist/runtime-benchmarks", "pallet-xcm-benchmarks/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "polkadot-parachain-primitives/runtime-benchmarks", "polkadot-primitives/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "polkadot-runtime-parachains/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", ] try-runtime = [ "frame-executive/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "frame-try-runtime", "frame-try-runtime/try-runtime", "pallet-asset-rate/try-runtime", "pallet-authority-discovery/try-runtime", "pallet-authorship/try-runtime", "pallet-babe/try-runtime", "pallet-balances/try-runtime", "pallet-beefy-mmr/try-runtime", "pallet-beefy/try-runtime", "pallet-bounties/try-runtime", "pallet-child-bounties/try-runtime", "pallet-collective/try-runtime", "pallet-conviction-voting/try-runtime", "pallet-democracy/try-runtime", "pallet-elections-phragmen/try-runtime", "pallet-grandpa/try-runtime", "pallet-identity/try-runtime", "pallet-indices/try-runtime", "pallet-membership/try-runtime", "pallet-message-queue/try-runtime", "pallet-mmr/try-runtime", "pallet-multisig/try-runtime", "pallet-nis/try-runtime", "pallet-offences/try-runtime", "pallet-parameters/try-runtime", "pallet-preimage/try-runtime", "pallet-proxy/try-runtime", "pallet-ranked-collective/try-runtime", "pallet-recovery/try-runtime", "pallet-referenda/try-runtime", "pallet-root-testing/try-runtime", "pallet-scheduler/try-runtime", "pallet-session/try-runtime", "pallet-society/try-runtime", "pallet-staking/try-runtime", "pallet-state-trie-migration/try-runtime", "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-tips/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-treasury/try-runtime", "pallet-utility/try-runtime", "pallet-vesting/try-runtime", "pallet-whitelist/try-runtime", "pallet-xcm/try-runtime", "polkadot-runtime-common/try-runtime", "polkadot-runtime-parachains/try-runtime", "sp-runtime/try-runtime", ] # Enable the metadata hash generation in the wasm builder. metadata-hash = ["substrate-wasm-builder/metadata-hash"] # Set timing constants (e.g. session period) to faster versions to speed up testing. fast-runtime = ["rococo-runtime-constants/fast-runtime"] runtime-metrics = [ "polkadot-runtime-parachains/runtime-metrics", "sp-io/with-tracing", ] # 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 = ["metadata-hash"]