mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 14:51:07 +00:00
Various nits and alignments for testnet runtimes (#3024)
There were several improvements and PRs that didn't apply to all runtimes, so this PR attempts to align those small differences. In addition, the PR eliminates unused dependencies across multiple modules. Relates to PR for `polkadot-fellows`: https://github.com/polkadot-fellows/runtimes/pull/154
This commit is contained in:
Generated
-104
@@ -821,9 +821,7 @@ dependencies = [
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"rococo-emulated-chain",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -901,13 +899,11 @@ dependencies = [
|
||||
"pallet-xcm-bridge-hub-router",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"primitive-types",
|
||||
"rococo-runtime-constants",
|
||||
"scale-info",
|
||||
"smallvec",
|
||||
"snowbridge-router-primitives",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
@@ -939,9 +935,7 @@ dependencies = [
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"westend-emulated-chain",
|
||||
]
|
||||
|
||||
@@ -952,14 +946,11 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"asset-hub-westend-runtime",
|
||||
"asset-test-utils",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-asset-rate",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"pallet-message-queue",
|
||||
@@ -970,10 +961,8 @@ dependencies = [
|
||||
"polkadot-runtime-common",
|
||||
"sp-runtime",
|
||||
"staging-xcm",
|
||||
"staging-xcm-builder",
|
||||
"staging-xcm-executor",
|
||||
"westend-runtime",
|
||||
"westend-runtime-constants",
|
||||
"westend-system-emulated-network",
|
||||
]
|
||||
|
||||
@@ -1027,12 +1016,10 @@ dependencies = [
|
||||
"pallet-xcm-bridge-hub-router",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"primitive-types",
|
||||
"scale-info",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -1058,12 +1045,9 @@ dependencies = [
|
||||
name = "asset-test-utils"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"assets-common",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"cumulus-primitives-core",
|
||||
"cumulus-primitives-parachain-inherent",
|
||||
"cumulus-test-relay-sproof-builder",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"hex-literal",
|
||||
@@ -1077,9 +1061,6 @@ dependencies = [
|
||||
"parachains-common",
|
||||
"parachains-runtimes-test-utils",
|
||||
"parity-scale-codec",
|
||||
"polkadot-parachain-primitives",
|
||||
"sp-consensus-aura",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-runtime",
|
||||
"sp-std 8.0.0",
|
||||
@@ -1099,7 +1080,6 @@ dependencies = [
|
||||
"impl-trait-for-tuples",
|
||||
"log",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-asset-tx-payment",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
@@ -1947,18 +1927,10 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"bridge-hub-common",
|
||||
"bridge-hub-rococo-runtime",
|
||||
"cumulus-primitives-core",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"serde_json",
|
||||
"snowbridge-core",
|
||||
"snowbridge-pallet-inbound-queue",
|
||||
"snowbridge-pallet-outbound-queue",
|
||||
"snowbridge-pallet-system",
|
||||
"snowbridge-router-primitives",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1966,14 +1938,11 @@ name = "bridge-hub-rococo-integration-tests"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"asset-hub-rococo-runtime",
|
||||
"asset-test-utils",
|
||||
"bp-messages",
|
||||
"bridge-hub-rococo-runtime",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"hex",
|
||||
"hex-literal",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-assets",
|
||||
@@ -1983,12 +1952,10 @@ dependencies = [
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"penpal-runtime",
|
||||
"rococo-system-emulated-network",
|
||||
"rococo-westend-system-emulated-network",
|
||||
"scale-info",
|
||||
"snowbridge-core",
|
||||
"snowbridge-pallet-inbound-queue",
|
||||
"snowbridge-pallet-outbound-queue",
|
||||
"snowbridge-pallet-system",
|
||||
"snowbridge-router-primitives",
|
||||
@@ -2055,13 +2022,11 @@ dependencies = [
|
||||
"pallet-xcm-bridge-hub",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"rococo-runtime-constants",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"snowbridge-beacon-primitives",
|
||||
"snowbridge-core",
|
||||
"snowbridge-outbound-queue-runtime-api",
|
||||
@@ -2103,7 +2068,6 @@ dependencies = [
|
||||
"asset-test-utils",
|
||||
"bp-header-chain",
|
||||
"bp-messages",
|
||||
"bp-parachains",
|
||||
"bp-polkadot-core",
|
||||
"bp-relayers",
|
||||
"bp-runtime",
|
||||
@@ -2111,8 +2075,6 @@ dependencies = [
|
||||
"bridge-runtime-common",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"frame-benchmarking",
|
||||
"frame-executive",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"impl-trait-for-tuples",
|
||||
@@ -2122,11 +2084,7 @@ dependencies = [
|
||||
"pallet-bridge-messages",
|
||||
"pallet-bridge-parachains",
|
||||
"pallet-bridge-relayers",
|
||||
"pallet-collator-selection",
|
||||
"pallet-session",
|
||||
"pallet-utility",
|
||||
"pallet-xcm",
|
||||
"pallet-xcm-benchmarks",
|
||||
"parachains-common",
|
||||
"parachains-runtimes-test-utils",
|
||||
"parity-scale-codec",
|
||||
@@ -2136,7 +2094,6 @@ dependencies = [
|
||||
"sp-runtime",
|
||||
"sp-std 8.0.0",
|
||||
"sp-tracing 10.0.0",
|
||||
"staging-parachain-info",
|
||||
"staging-xcm",
|
||||
"staging-xcm-builder",
|
||||
"staging-xcm-executor",
|
||||
@@ -2148,23 +2105,18 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"bridge-hub-common",
|
||||
"bridge-hub-westend-runtime",
|
||||
"cumulus-primitives-core",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bridge-hub-westend-integration-tests"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"asset-test-utils",
|
||||
"bp-messages",
|
||||
"bridge-hub-westend-runtime",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
@@ -2175,7 +2127,6 @@ dependencies = [
|
||||
"pallet-message-queue",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"rococo-westend-system-emulated-network",
|
||||
"sp-runtime",
|
||||
"staging-xcm",
|
||||
@@ -2237,12 +2188,10 @@ dependencies = [
|
||||
"pallet-xcm-bridge-hub",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -2751,10 +2700,7 @@ dependencies = [
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"westend-emulated-chain",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2803,11 +2749,9 @@ dependencies = [
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"scale-info",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-arithmetic",
|
||||
"sp-block-builder",
|
||||
@@ -3017,7 +2961,6 @@ name = "contracts-rococo-runtime"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -3050,12 +2993,10 @@ dependencies = [
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"rococo-runtime-constants",
|
||||
"scale-info",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -3150,7 +3091,6 @@ dependencies = [
|
||||
"rococo-runtime-constants",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -3212,7 +3152,6 @@ dependencies = [
|
||||
"polkadot-runtime-common",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -4932,7 +4871,6 @@ dependencies = [
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"pallet-bridge-messages",
|
||||
"pallet-im-online",
|
||||
"pallet-message-queue",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
@@ -4942,10 +4880,8 @@ dependencies = [
|
||||
"polkadot-runtime-parachains",
|
||||
"polkadot-service",
|
||||
"sc-consensus-grandpa",
|
||||
"serde_json",
|
||||
"sp-authority-discovery",
|
||||
"sp-consensus-babe",
|
||||
"sp-consensus-beefy",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"staging-xcm",
|
||||
@@ -11323,7 +11259,6 @@ name = "parachain-template-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -11385,7 +11320,6 @@ dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"log",
|
||||
"num-traits",
|
||||
"pallet-asset-tx-payment",
|
||||
"pallet-assets",
|
||||
"pallet-authorship",
|
||||
@@ -11406,7 +11340,6 @@ dependencies = [
|
||||
"sp-std 8.0.0",
|
||||
"staging-parachain-info",
|
||||
"staging-xcm",
|
||||
"staging-xcm-builder",
|
||||
"staging-xcm-executor",
|
||||
"substrate-wasm-builder",
|
||||
"westend-runtime-constants",
|
||||
@@ -11416,7 +11349,6 @@ dependencies = [
|
||||
name = "parachains-runtimes-test-utils"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"assets-common",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
"cumulus-primitives-core",
|
||||
@@ -11425,12 +11357,10 @@ dependencies = [
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"hex-literal",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"pallet-collator-selection",
|
||||
"pallet-session",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-parachain-primitives",
|
||||
"sp-consensus-aura",
|
||||
@@ -11648,9 +11578,7 @@ dependencies = [
|
||||
"parachains-common",
|
||||
"penpal-runtime",
|
||||
"rococo-emulated-chain",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"westend-emulated-chain",
|
||||
]
|
||||
|
||||
@@ -11660,7 +11588,6 @@ version = "0.9.27"
|
||||
dependencies = [
|
||||
"assets-common",
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -11725,31 +11652,22 @@ dependencies = [
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"people-rococo-runtime",
|
||||
"rococo-emulated-chain",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "people-rococo-integration-tests"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"asset-test-utils",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"pallet-identity",
|
||||
"pallet-message-queue",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"penpal-runtime",
|
||||
"people-rococo-runtime",
|
||||
"polkadot-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"rococo-runtime",
|
||||
"rococo-runtime-constants",
|
||||
@@ -11764,7 +11682,6 @@ name = "people-rococo-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -11797,13 +11714,11 @@ dependencies = [
|
||||
"pallet-xcm-benchmarks",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"rococo-runtime-constants",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -11833,31 +11748,22 @@ dependencies = [
|
||||
"frame-support",
|
||||
"parachains-common",
|
||||
"people-westend-runtime",
|
||||
"serde_json",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
"westend-emulated-chain",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "people-westend-integration-tests"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"asset-test-utils",
|
||||
"emulated-integration-tests-common",
|
||||
"frame-support",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"pallet-identity",
|
||||
"pallet-message-queue",
|
||||
"pallet-xcm",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"penpal-runtime",
|
||||
"people-westend-runtime",
|
||||
"polkadot-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"sp-runtime",
|
||||
"staging-xcm",
|
||||
@@ -11872,7 +11778,6 @@ name = "people-westend-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -11905,12 +11810,10 @@ dependencies = [
|
||||
"pallet-xcm-benchmarks",
|
||||
"parachains-common",
|
||||
"parity-scale-codec",
|
||||
"polkadot-core-primitives",
|
||||
"polkadot-parachain-primitives",
|
||||
"polkadot-runtime-common",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-api",
|
||||
"sp-block-builder",
|
||||
"sp-consensus-aura",
|
||||
@@ -14847,18 +14750,15 @@ name = "rococo-emulated-chain"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"emulated-integration-tests-common",
|
||||
"pallet-im-online",
|
||||
"parachains-common",
|
||||
"polkadot-primitives",
|
||||
"rococo-runtime",
|
||||
"rococo-runtime-constants",
|
||||
"sc-consensus-grandpa",
|
||||
"serde_json",
|
||||
"sp-authority-discovery",
|
||||
"sp-consensus-babe",
|
||||
"sp-consensus-beefy",
|
||||
"sp-core",
|
||||
"sp-runtime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -14866,7 +14766,6 @@ name = "rococo-parachain-runtime"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-xcm",
|
||||
"cumulus-pallet-xcmp-queue",
|
||||
@@ -17869,7 +17768,6 @@ dependencies = [
|
||||
"bridge-hub-test-utils",
|
||||
"bridge-runtime-common",
|
||||
"cumulus-pallet-aura-ext",
|
||||
"cumulus-pallet-dmp-queue",
|
||||
"cumulus-pallet-parachain-system",
|
||||
"cumulus-pallet-session-benchmarking",
|
||||
"cumulus-pallet-xcm",
|
||||
@@ -21552,12 +21450,10 @@ name = "westend-emulated-chain"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"emulated-integration-tests-common",
|
||||
"pallet-im-online",
|
||||
"pallet-staking",
|
||||
"parachains-common",
|
||||
"polkadot-primitives",
|
||||
"sc-consensus-grandpa",
|
||||
"serde_json",
|
||||
"sp-authority-discovery",
|
||||
"sp-consensus-babe",
|
||||
"sp-consensus-beefy",
|
||||
|
||||
Reference in New Issue
Block a user