companion for xcm alias origin (#2680)

* companion for xcm alias origin

* update lockfile for {"polkadot", "substrate"}

* add benchmark function for runtimes

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Just van Stam
2023-06-05 18:07:02 +02:00
committed by GitHub
parent c047ec900a
commit 119604ed2d
21 changed files with 107 additions and 69 deletions
+69 -69
View File
@@ -5647,7 +5647,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-benchmarking", "frame-benchmarking",
@@ -5746,7 +5746,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime-constants" name = "kusama-runtime-constants"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -8769,7 +8769,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bounded-collections", "bounded-collections",
"frame-benchmarking", "frame-benchmarking",
@@ -8790,7 +8790,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm-benchmarks" name = "pallet-xcm-benchmarks"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -9401,7 +9401,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-jaeger", "polkadot-node-jaeger",
@@ -9417,7 +9417,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -9431,7 +9431,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"fatality", "fatality",
@@ -9454,7 +9454,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"fatality", "fatality",
"futures", "futures",
@@ -9475,7 +9475,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"clap", "clap",
"frame-benchmarking-cli", "frame-benchmarking-cli",
@@ -9505,7 +9505,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"frame-benchmarking", "frame-benchmarking",
@@ -9548,7 +9548,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"bitvec", "bitvec",
@@ -9570,7 +9570,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
@@ -9582,7 +9582,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"fatality", "fatality",
@@ -9607,7 +9607,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -9621,7 +9621,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"futures-timer", "futures-timer",
@@ -9641,7 +9641,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"async-trait", "async-trait",
@@ -9664,7 +9664,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"parity-scale-codec", "parity-scale-codec",
@@ -9682,7 +9682,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"derive_more", "derive_more",
@@ -9711,7 +9711,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"futures", "futures",
@@ -9732,7 +9732,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
@@ -9751,7 +9751,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -9766,7 +9766,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -9786,7 +9786,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-metrics", "polkadot-node-metrics",
@@ -9801,7 +9801,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"futures-timer", "futures-timer",
@@ -9818,7 +9818,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"fatality", "fatality",
"futures", "futures",
@@ -9837,7 +9837,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -9854,7 +9854,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
@@ -9872,7 +9872,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"futures", "futures",
@@ -9903,7 +9903,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -9919,7 +9919,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-common" name = "polkadot-node-core-pvf-common"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"cpu-time", "cpu-time",
"futures", "futures",
@@ -9942,7 +9942,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-execute-worker" name = "polkadot-node-core-pvf-execute-worker"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"cpu-time", "cpu-time",
"futures", "futures",
@@ -9962,7 +9962,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-prepare-worker" name = "polkadot-node-core-pvf-prepare-worker"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"libc", "libc",
@@ -9985,7 +9985,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"futures", "futures",
"lru 0.9.0", "lru 0.9.0",
@@ -10000,7 +10000,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"log", "log",
@@ -10018,7 +10018,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bs58", "bs58",
"futures", "futures",
@@ -10037,7 +10037,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"async-trait", "async-trait",
@@ -10060,7 +10060,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures", "futures",
@@ -10082,7 +10082,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-subsystem-types", "polkadot-node-subsystem-types",
@@ -10092,7 +10092,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -10110,7 +10110,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -10133,7 +10133,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -10166,7 +10166,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
@@ -10189,7 +10189,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bounded-collections", "bounded-collections",
"derive_more", "derive_more",
@@ -10288,7 +10288,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"kusama-runtime", "kusama-runtime",
@@ -10306,7 +10306,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"hex-literal 0.4.1", "hex-literal 0.4.1",
@@ -10332,7 +10332,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"jsonrpsee", "jsonrpsee",
"mmr-rpc", "mmr-rpc",
@@ -10364,7 +10364,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-benchmarking", "frame-benchmarking",
@@ -10459,7 +10459,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-benchmarking", "frame-benchmarking",
@@ -10505,7 +10505,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -10519,7 +10519,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bs58", "bs58",
"parity-scale-codec", "parity-scale-codec",
@@ -10531,7 +10531,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bitvec", "bitvec",
@@ -10576,7 +10576,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"frame-benchmarking-cli", "frame-benchmarking-cli",
@@ -10686,7 +10686,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"fatality", "fatality",
@@ -10707,7 +10707,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -10717,7 +10717,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -10742,7 +10742,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-election-provider-support", "frame-election-provider-support",
@@ -10803,7 +10803,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
@@ -11584,7 +11584,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"binary-merkle-tree", "binary-merkle-tree",
"frame-benchmarking", "frame-benchmarking",
@@ -11671,7 +11671,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime-constants" name = "rococo-runtime-constants"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -13538,7 +13538,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
[[package]] [[package]]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"enumn", "enumn",
"parity-scale-codec", "parity-scale-codec",
@@ -14777,7 +14777,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
[[package]] [[package]]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -15168,7 +15168,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum" name = "tracing-gum"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-primitives", "polkadot-primitives",
@@ -15179,7 +15179,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum-proc-macro" name = "tracing-gum-proc-macro"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"expander 2.0.0", "expander 2.0.0",
"proc-macro-crate", "proc-macro-crate",
@@ -16224,7 +16224,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-benchmarking", "frame-benchmarking",
@@ -16317,7 +16317,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -16751,7 +16751,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm" name = "xcm"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"bounded-collections", "bounded-collections",
"derivative", "derivative",
@@ -16767,7 +16767,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-builder" name = "xcm-builder"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -16822,7 +16822,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor" name = "xcm-executor"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"environmental", "environmental",
"frame-benchmarking", "frame-benchmarking",
@@ -16842,7 +16842,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-procedural" name = "xcm-procedural"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#99b093bcd034cf3b3733e10437a3f70378db1804" source = "git+https://github.com/paritytech/polkadot?branch=master#bfb9e87a6d9964a8769c01b2019c30db48f5349d"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro2", "proc-macro2",
+1
View File
@@ -168,6 +168,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
pub type XcmRouter = ( pub type XcmRouter = (
@@ -135,6 +135,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
/// No local origins on this chain are allowed to dispatch XCM sends/executions. /// No local origins on this chain are allowed to dispatch XCM sends/executions.
@@ -1145,6 +1145,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip) Err(BenchmarkError::Skip)
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -421,6 +421,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -1158,6 +1158,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip) Err(BenchmarkError::Skip)
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -423,6 +423,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -1187,6 +1187,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip) Err(BenchmarkError::Skip)
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -422,6 +422,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Local origins on this chain are allowed to dispatch XCM sends/executions. /// Local origins on this chain are allowed to dispatch XCM sends/executions.
@@ -714,6 +714,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip) Err(BenchmarkError::Skip)
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -210,6 +210,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -714,6 +714,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip) Err(BenchmarkError::Skip)
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -211,6 +211,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -982,6 +982,10 @@ impl_runtime_apis! {
) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> { ) -> Result<(MultiLocation, NetworkId, InteriorMultiLocation), BenchmarkError> {
Ok((RelayLocation::get(), NetworkId::Wococo, X1(Parachain(100)))) Ok((RelayLocation::get(), NetworkId::Wococo, X1(Parachain(100))))
} }
fn alias_origin() -> Result<(MultiLocation, MultiLocation), BenchmarkError> {
Err(BenchmarkError::Skip)
}
} }
type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>; type XcmBalances = pallet_xcm_benchmarks::fungible::Pallet::<Runtime>;
@@ -257,6 +257,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -244,6 +244,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = WithOriginFilter<SafeCallFilter>; type CallDispatcher = WithOriginFilter<SafeCallFilter>;
type SafeCallFilter = SafeCallFilter; type SafeCallFilter = SafeCallFilter;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -168,6 +168,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
/// Converts a local signed origin into an XCM multilocation. /// Converts a local signed origin into an XCM multilocation.
@@ -83,6 +83,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
impl cumulus_pallet_xcm::Config for Runtime { impl cumulus_pallet_xcm::Config for Runtime {
@@ -83,6 +83,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
impl cumulus_pallet_xcm::Config for Runtime { impl cumulus_pallet_xcm::Config for Runtime {
@@ -294,6 +294,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
/// No local origins on this chain are allowed to dispatch XCM sends/executions. /// No local origins on this chain are allowed to dispatch XCM sends/executions.
@@ -435,6 +435,7 @@ impl xcm_executor::Config for XcmConfig {
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = RuntimeCall; type CallDispatcher = RuntimeCall;
type SafeCallFilter = Everything; type SafeCallFilter = Everything;
type Aliasers = Nothing;
} }
/// Local origins on this chain are allowed to dispatch XCM sends/executions. /// Local origins on this chain are allowed to dispatch XCM sends/executions.