Skip to content

Commit

Permalink
fix: add support for xcmv4 types (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Feb 26, 2024
1 parent 856a638 commit 0e5c545
Show file tree
Hide file tree
Showing 65 changed files with 2,291 additions and 568 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ Find the full documentation [here](https://paritytech.github.io/asset-transfer-a
The below chart is focusing on what directions are supported for constructing asset transfers and in what XCM version. The goal is to have everything in green checkmarks. Note that local transfers (intra-chain) are not visualized here.


| Direction | V2 | V3 |
| --------------------- | ------------------ | ------------------ |
| System to Parachain |||
| System to Relay |||
| Relay to Parachain |||
| Relay to System |||
| Parachain to Parachain |||
| Parachain to Relay |||
| Parachain to System |||
| System to System |||
| Direction | V2 | V3 | V4 |
| --------------------- | ------------------ | ------------------ | ------------------ |
| System to Parachain ||||
| System to Relay ||||
| Relay to Parachain ||||
| Relay to System ||||
| Parachain to Parachain ||||
| Parachain to Relay ||||
| Parachain to System ||||
| System to System ||||

## Note on Parachain to Parachain Support
Parachain To Parachain support is currently limited to XCM V2, with the exception of Parachain primary asset tx construction (e.g. MOVR, SDN, etc.).
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e5c545

Please sign in to comment.