paseo-network / runtimes

Runtimes for Polkadot community testnet
GNU General Public License v3.0
24 stars 25 forks source link

Paseo 1.2.5 weights #92

Closed hbulgarini closed 4 months ago

hbulgarini commented 4 months ago

This PR pushes the new weights for Paseo 1.2.5.

@raynaudoe:

Please take into account a few tweaks needed on the weight files:

1) Manually fix XCM weights by

2) A few files such as runtime_common_paras_registrar.rs, looks for crate polkadot_runtime_common and needed to be fixed adding the line use polkadot_runtime_common as runtime_common;

3) The mod.rs is not coming from the benchmark process, so this file has to be maintained separately even it's not changed very oftenly.