Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AllSiblingSystemParachains matcher to be used at a parachain level #2422

Merged
merged 6 commits into from
Dec 6, 2023

Conversation

svyatonik
Copy link
Contributor

As suggested in this thread: polkadot-fellows/runtimes#87 (comment)

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.

@svyatonik svyatonik added R0-silent Changes should not be mentioned in any release notes T1-FRAME This PR/Issue is related to core FRAME, the framework. labels Nov 21, 2023
@paritytech-review-bot paritytech-review-bot bot requested review from a team November 21, 2023 12:59
@paritytech-cicd-pr
Copy link

The CI pipeline was cancelled due to failure one of the required jobs.
Job name: test-linux-stable 3/3
Logs: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4418318

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
@paritytech-review-bot paritytech-review-bot bot requested a review from a team November 28, 2023 13:08
@svyatonik
Copy link
Contributor Author

bot merge

@paritytech-review-bot paritytech-review-bot bot requested a review from a team November 28, 2023 13:08
@command-bot
Copy link

command-bot bot commented Nov 28, 2023

@svyatonik bot merge and bot rebase are not supported anymore. Please use native Github "Auto-Merge" and "Update Branch" buttons instead.
image

@svyatonik svyatonik enabled auto-merge (squash) November 28, 2023 13:09
auto-merge was automatically disabled November 28, 2023 20:13

Merge queue setting changed

@acatangiu acatangiu merged commit 0b3d067 into master Dec 6, 2023
117 of 120 checks passed
@acatangiu acatangiu deleted the sv-all-sibling-system-parachains branch December 6, 2023 21:53
ordian added a commit that referenced this pull request Dec 11, 2023
* tsv-disabling: (155 commits)
  Fix failing rc-automation GHA (#2648)
  [ci] Return CI_IMAGE variable (#2647)
  Support querying peer reputation (#2392)
  [ci] Update rust to 1.74 (#2545)
  Relax approval requirements on CI files (#2564)
  Added AllSiblingSystemParachains matcher to be used at a parachain level (#2422)
  Improve polkadot sdk docs (#2631)
  Bridges subtree update (#2602)
  pallet-xcm: add new flexible `transfer_assets()` call/extrinsic (#2388)
  [ci] Move rust-features.sh script to .gitlab folder (#2630)
  Bump parity-db from 0.4.10 to 0.4.12 (#2635)
  sp-core: Rename VrfOutput to VrfPreOutput (#2534)
  chore: fix typo (#2596)
  Bump tracing-core from 0.1.31 to 0.1.32 (#2618)
  chore: fixed std wasm build of xcm (#2535)
  Fix PRdoc that have been previously drafted with older schema (#2623)
  Github Workflow migrations (#1574)
  Bridges update subtree (#2625)
  PVF: Add Secure Validator Mode (#2486)
  statement-distribution: Add tests for incoming acknowledgements (#2498)
  ...
ordian added a commit that referenced this pull request Dec 15, 2023
* tsv-disabling: (155 commits)
  Fix failing rc-automation GHA (#2648)
  [ci] Return CI_IMAGE variable (#2647)
  Support querying peer reputation (#2392)
  [ci] Update rust to 1.74 (#2545)
  Relax approval requirements on CI files (#2564)
  Added AllSiblingSystemParachains matcher to be used at a parachain level (#2422)
  Improve polkadot sdk docs (#2631)
  Bridges subtree update (#2602)
  pallet-xcm: add new flexible `transfer_assets()` call/extrinsic (#2388)
  [ci] Move rust-features.sh script to .gitlab folder (#2630)
  Bump parity-db from 0.4.10 to 0.4.12 (#2635)
  sp-core: Rename VrfOutput to VrfPreOutput (#2534)
  chore: fix typo (#2596)
  Bump tracing-core from 0.1.31 to 0.1.32 (#2618)
  chore: fixed std wasm build of xcm (#2535)
  Fix PRdoc that have been previously drafted with older schema (#2623)
  Github Workflow migrations (#1574)
  Bridges update subtree (#2625)
  PVF: Add Secure Validator Mode (#2486)
  statement-distribution: Add tests for incoming acknowledgements (#2498)
  ...
bkontur added a commit to bkontur/runtimes that referenced this pull request Feb 15, 2024
bkontur added a commit to bkontur/runtimes that referenced this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T1-FRAME This PR/Issue is related to core FRAME, the framework.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants