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
The text was updated successfully, but these errors were encountered:
acatangiu
changed the title
Remove XCM SafeCallFilter for chains using Weights::v3 (also accounting PoV weight)
Remove XCM SafeCallFilter for chains using Weights::v2 (also accounting PoV weight)
Apr 24, 2024
Remove `SafeCallFilter` from system chains as they all now use
Weights::v2 which already accounts for call PoV size. This effectively
removes artificial limitations on what users can`XCM::Transact` on these
chains (blockspace limitations are still upheld).
Fixes#273
---------
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
e.g. https://github.com/polkadot-fellows/runtimes/blob/31ba26287ec752574244f0d690167f7ae8430c8b/system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs#L274C1-L282C48
The text was updated successfully, but these errors were encountered: