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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
#2102 has landed now that XCM v3 has arrived.
However the integration tests show that a limited_teleport_assets can be expensive (38bn weight). This is due to
Wild(All)
being used here: https://github.com/paritytech/polkadot/blob/bebd1a788ecccfa1a6adc61004e4f700988f40d4/xcm/pallet-xcm/src/lib.rs#L1207 - this means we multiply the weight by max assets (which is currently 100).Could we change the code there so that it can sometimes issue
Wild(AllOf)
potentially as that has drastically lower fees?The text was updated successfully, but these errors were encountered: