Skip to content

Commit d9005d0

Browse files
Update from github-actions[bot] running command 'prdoc'
1 parent d695e58 commit d9005d0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

prdoc/pr_11098.prdoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
title: Deprecates XCM V3
2+
doc:
3+
- audience: Todo
4+
description: |-
5+
# Description
6+
7+
Deprecates XCM V3 issue: https://github.com/paritytech/polkadot-sdk/issues/7807
8+
9+
## Integration
10+
11+
*In depth notes about how this PR should be integrated by downstream projects. This part is
12+
mandatory, and should be reviewed by reviewers, if the PR does NOT have the
13+
`R0-no-crate-publish-required` label. In case of a `R0-no-crate-publish-required`, it can be
14+
ignored.*
15+
16+
## Review Notes
17+
- Deprecates XCM V3
18+
- Move types from V3 to V4 and write conversions
19+
- Move V3 to V4 in tests
20+
21+
# Checklist
22+
23+
* [x] My PR includes a detailed description as outlined in the "Description" and its two subsections above.
24+
* [x] My PR follows the [labeling requirements](
25+
https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md#Process
26+
) of this project (at minimum one label for `T` required)
27+
* External contributors: Use `/cmd label <label-name>` to add labels
28+
* Maintainers can also add labels manually
29+
* [x] I have made corresponding changes to the documentation (if applicable)
30+
* [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
31+
crates:
32+
- name: cumulus-pallet-xcmp-queue
33+
bump: major
34+
- name: pallet-xcm
35+
bump: major
36+
- name: xcm-procedural
37+
bump: major
38+
- name: staging-xcm
39+
bump: major

0 commit comments

Comments
 (0)