Pallet XCM - transfer_assets pre-ahm patch#3402
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
WASM runtime size check:Compared to target branchMoonbase runtime: 2420 KB (-4 KB) 🚨 Moonbeam runtime: 2572 KB (no changes) 🚨 Moonriver runtime: 2564 KB (-8 KB) 🚨 Compared to latest release (runtime-3800)Moonbase runtime: 2420 KB (+376 KB compared to latest release) 🚨 Moonbeam runtime: 2572 KB (+408 KB compared to latest release) 🚨 Moonriver runtime: 2564 KB (+400 KB compared to latest release) 🚨 |
This reverts commit 883e8ea.
Coverage Report@@ Coverage Diff @@
## master rq/transfer-assets-fix +/- ##
==========================================================
+ Coverage 74.07% 74.17% +0.10%
Files 406 406
+ Lines 98988 99151 +163
==========================================================
+ Hits 73318 73544 +226
- Misses 25670 25607 -63
|
Pallet XCM's
transfer_assetsextrinsic now returns an error when it determines that a reserve transfer ofDOT | KSMhas to be done. This is a safeguard in preparation for the Asset Hub Migration (AHM), where the reserve ofDOT | KSMwill change from the Relay Chain to Asset Hub.What does it do?
Ports paritytech/polkadot-sdk#9137