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
You can use pallet-xcm-benchmarks. You need to configure it in your runtime and then run benchmarks. You'll end up with these files. The generic and fungible ones are autogenerated and the mod.rs you just copy and paste, it references the correct ones
Link1:
hydration-node/runtime/hydradx/src/xcm.rs
Line 194 in 02adadc
LInk2:
hydration-node/runtime/hydradx/src/xcm.rs
Line 122 in 02adadc
Most parachain uses
FixedWeightBounds
, but many system chains useWeightInfoBounds
It seems like we should also utilize
WeightInfoBounds
to have more representative weightsThe text was updated successfully, but these errors were encountered: