Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paseo 1.2.5 weights #92

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Conversation

hbulgarini
Copy link
Contributor

@hbulgarini hbulgarini commented Jul 12, 2024

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
  • Replacing impl<T: frame_system::Config> xxx::yyy::WeightInfo<T> for WeightInfo<T> { with impl<T: frame_system::Config> WeightInfo<T> {
  • Marking all functions pub(crate)
  1. 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;

  2. 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.

@al3mart al3mart merged commit 3d0b982 into release/1.2.5-runtime Jul 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants