File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments