Multisig pallet has outdated WeightInfo
trait
#7204
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Currently multisig pallet's benchmarks include a parameter
z
that is however not reflected in the corresponding WeightInfo trait.This can be solved by simply running the benchmarks, which will generate weights that depend on such parameter, and update the corresponding usages.
The current problem right now is that when parachains perform the corresponding benchmarks, the resulting
WeightInfo
is not the expected one and is definitely not compatible, which forces them to manually tweak the benchmarks to meet the outdatedWeightInfo
interface.I'd happily fix the issue myself and submit the corresponding PR, but I guess there's a well-known infrastructure to run the benchmarks from a given reference hardware.
Steps to reproduce
Simply run the benchmarks in a parachain and the resulting
WeightInfo
trait won't be compatible with the multibatching pallet.The text was updated successfully, but these errors were encountered: