You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
send
andexecute
extrinsics are now deprecated and are replaced bysend_blob
andexecute_blob
as ofpolkadot-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
claim_assets
)The text was updated successfully, but these errors were encountered: