Closed franciscoaguirre closed 3 months ago
@franciscoaguirre yes, you're right, exactly, I saw this when I did fresh weights comparision today: https://github.com/polkadot-fellows/runtimes/pull/433 - all are regenerated (just kusama is missing, I will push in few hours)
My bad, didn't see that PR 🙈
We removed a filter to allow arbitrary XCM execution in the runtimes, but if you actually try to call
pallet_xcm::execute
you'll get an error saying you exceed max weight. This is becausepallet_xcm::execute
has max weight. This was done to disallow it, now we should benchmark it again.This is the case for most runtimes in the repo.