mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Added AllSiblingSystemParachains matcher to be used at a parachain level (#2422)
As suggested in this thread: https://github.com/polkadot-fellows/runtimes/pull/87#discussion_r1400237122 We already have the `IsChildSystemParachain`, which may be used at relay chain, but it can't be used at a parachain level. So let's use `AllSiblingSystemParachains` for that. I was thinking about `AllSystemParachains`, but it may cause wrong impression that it can be used at a relay chain level. --------- Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4df313fbc7
commit
0b3d0677f8
Generated
+2
@@ -14544,6 +14544,7 @@ dependencies = [
|
||||
"sp-runtime",
|
||||
"sp-weights",
|
||||
"staging-xcm",
|
||||
"staging-xcm-builder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -20982,6 +20983,7 @@ dependencies = [
|
||||
"sp-runtime",
|
||||
"sp-weights",
|
||||
"staging-xcm",
|
||||
"staging-xcm-builder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user