Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XCM Pallet Docs - New Extrinsics / Changes #5795

Open
2 tasks
CrackTheCode016 opened this issue Apr 17, 2024 · 0 comments
Open
2 tasks

Update XCM Pallet Docs - New Extrinsics / Changes #5795

CrackTheCode016 opened this issue Apr 17, 2024 · 0 comments
Labels
docs Related to the docs in general. T0 - Enhancement Content needs to be updated.

Comments

@CrackTheCode016
Copy link
Contributor

CrackTheCode016 commented Apr 17, 2024

Note: The runtime upgrade for this has not happened yet

The send and execute extrinsics are now deprecated and are replaced by send_blob and execute_blob as of polkadot-v1.10.0.

There is also the concept of encoding XCMs, which is the only difference between these new extrinsics and their predecessors. There is a new tool in PJS for encoding XCM messages: https://polkadot.js.org/apps/#/utilities/xcm

A new extrinsic, called claim_assets, is also added, potentially useful for a guide for "Claiming Trapped Assets", or similar ( polkadot-v1.9.0).

The documentation needed to be updated is here, along with any PJS guides that use the XCM pallet: https://wiki.polkadot.network/docs/learn-xcm-pallet#primitive-extrinsics


  • "Claiming Trapped Assets" (using claim_assets)
  • Adding new extrinsic info to anywhere where Pallet XCM is used in the Wiki
@CrackTheCode016 CrackTheCode016 added docs Related to the docs in general. T0 - Enhancement Content needs to be updated. labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to the docs in general. T0 - Enhancement Content needs to be updated.
Projects
None yet
Development

No branches or pull requests

1 participant