Skip to content

Commit ae8fcc5

Browse files
committed
prdoc
1 parent 1ba81d7 commit ae8fcc5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

prdoc/pr_8860.prdoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: XCMP and DMP improvements
2+
doc:
3+
- audience: [Runtime Dev, Node Dev, Node Operator]
4+
description: |
5+
This PR changes the parachain receiving logic for XCMP and DMP by adding some offchain processing
6+
before forwarding the messages to the parachain set_validation_data inherent.
7+
This enables us to relax the advancement rule.
8+
crates:
9+
- name: cumulus-pallet-parachain-system
10+
bump: major
11+
- name: polkadot-core-primitives
12+
bump: minor
13+
- name: cumulus-primitives-parachain-inherent
14+
bump: minor
15+
- name: polkadot-runtime-parachains
16+
bump: patch
17+
- name: cumulus-client-parachain-inherent
18+
bump: minor
19+
- name: polkadot-node-subsystem-util
20+
bump: patch
21+
- name: parachains-runtimes-test-utils
22+
bump: patch
23+
- name: xcm-emulator
24+
bump: minor

0 commit comments

Comments
 (0)