mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
f8cc39a761
* Bump spec_version to 9310 * bump transaction_version (0.9.31) (#6171) * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump transaction_version for polkadot * Bump transaction_version for kusama * Bump transaction_version for rococo * Bump transaction_version for westend * Bump crate versions (0.9.31)
318 lines
17 KiB
TOML
318 lines
17 KiB
TOML
[package]
|
|
name = "kusama-runtime"
|
|
version = "0.9.31"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
|
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"] }
|
|
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
|
log = { version = "0.4.17", default-features = false }
|
|
rustc-hex = { version = "2.1.0", default-features = false }
|
|
serde = { version = "1.0.137", default-features = false }
|
|
serde_derive = { version = "1.0.117", optional = true }
|
|
static_assertions = "1.1.0"
|
|
smallvec = "1.8.0"
|
|
|
|
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
kusama-runtime-constants = { package = "kusama-runtime-constants", path = "./constants", default-features = false }
|
|
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
|
|
pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-gilt = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false }
|
|
pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true }
|
|
frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
|
|
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
|
hex-literal = { version = "0.3.4", optional = true }
|
|
|
|
runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false }
|
|
runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false }
|
|
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
|
|
|
|
xcm = { package = "xcm", path = "../../xcm", default-features = false }
|
|
xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false }
|
|
xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3.4"
|
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
|
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
separator = "0.4.1"
|
|
serde_json = "1.0.81"
|
|
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
tokio = { version = "1.19.2", features = ["macros"] }
|
|
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
|
|
[build-dependencies]
|
|
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
no_std = []
|
|
only-staking = []
|
|
std = [
|
|
"authority-discovery-primitives/std",
|
|
"bitvec/std",
|
|
"primitives/std",
|
|
"rustc-hex/std",
|
|
"parity-scale-codec/std",
|
|
"scale-info/std",
|
|
"inherents/std",
|
|
"sp-core/std",
|
|
"sp-api/std",
|
|
"tx-pool-api/std",
|
|
"block-builder-api/std",
|
|
"offchain-primitives/std",
|
|
"sp-std/std",
|
|
"sp-io/std",
|
|
"frame-support/std",
|
|
"frame-executive/std",
|
|
"pallet-authority-discovery/std",
|
|
"pallet-authorship/std",
|
|
"pallet-bags-list/std",
|
|
"pallet-balances/std",
|
|
"pallet-bounties/std",
|
|
"pallet-child-bounties/std",
|
|
"pallet-transaction-payment/std",
|
|
"pallet-transaction-payment-rpc-runtime-api/std",
|
|
"pallet-collective/std",
|
|
"pallet-conviction-voting/std",
|
|
"pallet-elections-phragmen/std",
|
|
"pallet-election-provider-multi-phase/std",
|
|
"pallet-fast-unstake/std",
|
|
"pallet-democracy/std",
|
|
"pallet-gilt/std",
|
|
"pallet-grandpa/std",
|
|
"pallet-identity/std",
|
|
"pallet-im-online/std",
|
|
"pallet-indices/std",
|
|
"pallet-membership/std",
|
|
"pallet-multisig/std",
|
|
"pallet-nomination-pools/std",
|
|
"pallet-nomination-pools-runtime-api/std",
|
|
"pallet-offences/std",
|
|
"pallet-preimage/std",
|
|
"pallet-proxy/std",
|
|
"pallet-ranked-collective/std",
|
|
"pallet-recovery/std",
|
|
"pallet-referenda/std",
|
|
"pallet-scheduler/std",
|
|
"pallet-session/std",
|
|
"pallet-society/std",
|
|
"pallet-staking/std",
|
|
"pallet-staking-reward-fn/std",
|
|
"pallet-timestamp/std",
|
|
"pallet-tips/std",
|
|
"pallet-treasury/std",
|
|
"pallet-utility/std",
|
|
"pallet-vesting/std",
|
|
"pallet-whitelist/std",
|
|
"pallet-babe/std",
|
|
"pallet-xcm/std",
|
|
"sp-mmr-primitives/std",
|
|
"sp-runtime/std",
|
|
"sp-staking/std",
|
|
"frame-system/std",
|
|
"frame-system-rpc-runtime-api/std",
|
|
"sp-version/std",
|
|
"serde_derive",
|
|
"serde/std",
|
|
"log/std",
|
|
"babe-primitives/std",
|
|
"sp-session/std",
|
|
"runtime-common/std",
|
|
"runtime-parachains/std",
|
|
"frame-try-runtime/std",
|
|
"sp-npos-elections/std",
|
|
"beefy-primitives/std",
|
|
"kusama-runtime-constants/std",
|
|
"xcm/std",
|
|
"xcm-executor/std",
|
|
"xcm-builder/std",
|
|
"frame-election-provider-support/std",
|
|
]
|
|
runtime-benchmarks = [
|
|
"runtime-common/runtime-benchmarks",
|
|
"frame-benchmarking/runtime-benchmarks",
|
|
"frame-support/runtime-benchmarks",
|
|
"frame-system/runtime-benchmarks",
|
|
"sp-runtime/runtime-benchmarks",
|
|
"pallet-babe/runtime-benchmarks",
|
|
"pallet-balances/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-election-provider-multi-phase/runtime-benchmarks",
|
|
"pallet-election-provider-support-benchmarking/runtime-benchmarks",
|
|
"pallet-fast-unstake/runtime-benchmarks",
|
|
"pallet-gilt/runtime-benchmarks",
|
|
"pallet-grandpa/runtime-benchmarks",
|
|
"pallet-identity/runtime-benchmarks",
|
|
"pallet-im-online/runtime-benchmarks",
|
|
"pallet-indices/runtime-benchmarks",
|
|
"pallet-membership/runtime-benchmarks",
|
|
"pallet-multisig/runtime-benchmarks",
|
|
"pallet-nomination-pools/runtime-benchmarks",
|
|
"pallet-nomination-pools-benchmarking/runtime-benchmarks",
|
|
"pallet-preimage/runtime-benchmarks",
|
|
"pallet-proxy/runtime-benchmarks",
|
|
"pallet-ranked-collective/runtime-benchmarks",
|
|
"pallet-referenda/runtime-benchmarks",
|
|
"pallet-scheduler/runtime-benchmarks",
|
|
"pallet-society/runtime-benchmarks",
|
|
"pallet-recovery/runtime-benchmarks",
|
|
"pallet-staking/runtime-benchmarks",
|
|
"pallet-timestamp/runtime-benchmarks",
|
|
"pallet-tips/runtime-benchmarks",
|
|
"pallet-treasury/runtime-benchmarks",
|
|
"pallet-utility/runtime-benchmarks",
|
|
"pallet-vesting/runtime-benchmarks",
|
|
"pallet-offences-benchmarking/runtime-benchmarks",
|
|
"pallet-session-benchmarking/runtime-benchmarks",
|
|
"pallet-whitelist/runtime-benchmarks",
|
|
"pallet-xcm/runtime-benchmarks",
|
|
"frame-system-benchmarking/runtime-benchmarks",
|
|
"hex-literal",
|
|
"xcm-builder/runtime-benchmarks",
|
|
"frame-election-provider-support/runtime-benchmarks",
|
|
"pallet-bags-list/runtime-benchmarks",
|
|
"runtime-parachains/runtime-benchmarks",
|
|
"pallet-xcm-benchmarks/runtime-benchmarks",
|
|
]
|
|
try-runtime = [
|
|
"frame-executive/try-runtime",
|
|
"frame-try-runtime",
|
|
"frame-system/try-runtime",
|
|
"pallet-authority-discovery/try-runtime",
|
|
"pallet-authorship/try-runtime",
|
|
"pallet-bags-list/try-runtime",
|
|
"pallet-balances/try-runtime",
|
|
"pallet-bounties/try-runtime",
|
|
"pallet-child-bounties/try-runtime",
|
|
"pallet-transaction-payment/try-runtime",
|
|
"pallet-collective/try-runtime",
|
|
"pallet-conviction-voting/try-runtime",
|
|
"pallet-elections-phragmen/try-runtime",
|
|
"pallet-election-provider-multi-phase/try-runtime",
|
|
"pallet-fast-unstake/try-runtime",
|
|
"pallet-democracy/try-runtime",
|
|
"pallet-gilt/try-runtime",
|
|
"pallet-grandpa/try-runtime",
|
|
"pallet-identity/try-runtime",
|
|
"pallet-im-online/try-runtime",
|
|
"pallet-indices/try-runtime",
|
|
"pallet-membership/try-runtime",
|
|
"pallet-multisig/try-runtime",
|
|
"pallet-nomination-pools/try-runtime",
|
|
"pallet-offences/try-runtime",
|
|
"pallet-preimage/try-runtime",
|
|
"pallet-proxy/try-runtime",
|
|
"pallet-ranked-collective/try-runtime",
|
|
"pallet-recovery/try-runtime",
|
|
"pallet-referenda/try-runtime",
|
|
"pallet-scheduler/try-runtime",
|
|
"pallet-session/try-runtime",
|
|
"pallet-society/try-runtime",
|
|
"pallet-staking/try-runtime",
|
|
"pallet-timestamp/try-runtime",
|
|
"pallet-tips/try-runtime",
|
|
"pallet-treasury/try-runtime",
|
|
"pallet-utility/try-runtime",
|
|
"pallet-vesting/try-runtime",
|
|
"pallet-whitelist/try-runtime",
|
|
"pallet-babe/try-runtime",
|
|
"pallet-xcm/try-runtime",
|
|
"runtime-common/try-runtime",
|
|
]
|
|
# When enabled, the runtime API will not be build.
|
|
#
|
|
# This is required by Cumulus to access certain types of the
|
|
# runtime without clashing with the runtime API exported functions
|
|
# in WASM.
|
|
disable-runtime-api = []
|
|
|
|
# A feature that should be enabled when the runtime should be build 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",
|
|
]
|
|
|
|
# Set timing constants (e.g. session period) to faster versions to speed up testing.
|
|
fast-runtime = []
|
|
|
|
runtime-metrics = ["runtime-parachains/runtime-metrics", "sp-io/with-tracing"]
|