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 was archived by the owner on Nov 15, 2023. It is now read-only.
I don't think there is a good reason for this other than oversight, especially when Kusama, Rococo and Westend all have WeightInfoBounds as their weigher.
We should thus change the Polkadot XCM config to use WeightInfoBounds. Doing so requires benchmarking XCM instructions on the Polkadot runtime to get benchmark-weighted values for each instruction's weight.
Currently, the Polkadot XCM config uses
FixedWeightBoundsas the weigher:polkadot/runtime/polkadot/src/xcm_config.rs
Line 320 in d56dcfa
I don't think there is a good reason for this other than oversight, especially when Kusama, Rococo and Westend all have
WeightInfoBoundsas their weigher.We should thus change the Polkadot XCM config to use
WeightInfoBounds. Doing so requires benchmarking XCM instructions on the Polkadot runtime to get benchmark-weighted values for each instruction's weight.File:
runtime/polkadot/src/xcm_config.rs