From 9d4e690b089fdde45563fbae5dcfb14529943bdd Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Fri, 11 Jul 2025 09:34:12 +0300 Subject: [PATCH 1/3] Improve pr_8860.prdoc --- prdoc/pr_8860.prdoc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/prdoc/pr_8860.prdoc b/prdoc/pr_8860.prdoc index 7889b3ce9b6dd..52b3f8c32a989 100644 --- a/prdoc/pr_8860.prdoc +++ b/prdoc/pr_8860.prdoc @@ -3,8 +3,22 @@ doc: - audience: [Runtime Dev, Node Dev, Node Operator] description: | This PR changes the parachain receiving logic for XCMP and DMP by adding some offchain processing - before forwarding the messages to the parachain set_validation_data inherent. + before forwarding the messages to the parachain `set_validation_data` inherent. This enables us to relax the advancement rule. + + The arguments of the `set_validation_data` inherent have been changed. + + This solution involves: + - changes in the relay chain runtimes + - changes in the relay chain node client + - changes in the parachain runtimes + These changes should be deployed in 2 steps: + 1. Relay chain: + - the changes to the relay chain runtime + - the changes to the relay chain node client + Here, the order shouldn’t matter + 2. The changes to the parachain runtimes + crates: - name: cumulus-pallet-parachain-system bump: major From 33135b12fcb20148be5d8e6baf06be14c77e3fb0 Mon Sep 17 00:00:00 2001 From: "cmd[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 06:42:53 +0000 Subject: [PATCH 2/3] Update from github-actions[bot] running command 'prdoc --audience node_operator --bump none' --- prdoc/pr_9171.prdoc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 prdoc/pr_9171.prdoc diff --git a/prdoc/pr_9171.prdoc b/prdoc/pr_9171.prdoc new file mode 100644 index 0000000000000..32728ff685350 --- /dev/null +++ b/prdoc/pr_9171.prdoc @@ -0,0 +1,5 @@ +title: Improve `pr_8860.prdoc` +doc: +- audience: Node Operator + description: Improved PR doc for https://github.com/paritytech/polkadot-sdk/pull/8860 +crates: [] From d568c806fe8c47ab12462870dd1a438a7eaa4fd9 Mon Sep 17 00:00:00 2001 From: Adrian Catangiu Date: Fri, 11 Jul 2025 13:06:51 +0300 Subject: [PATCH 3/3] Delete prdoc/pr_9171.prdoc using R0-no-crate-publish-required label instead --- prdoc/pr_9171.prdoc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 prdoc/pr_9171.prdoc diff --git a/prdoc/pr_9171.prdoc b/prdoc/pr_9171.prdoc deleted file mode 100644 index 32728ff685350..0000000000000 --- a/prdoc/pr_9171.prdoc +++ /dev/null @@ -1,5 +0,0 @@ -title: Improve `pr_8860.prdoc` -doc: -- audience: Node Operator - description: Improved PR doc for https://github.com/paritytech/polkadot-sdk/pull/8860 -crates: []