Skip to content

Conversation

@shamil-gadelshin
Copy link
Collaborator

This PR sets default weights for system pallets:

  • frame_system
  • pallet_timestamp

The default implementation impl WeightInfo for () provides the same values, so the tx fee won't change.

@shamil-gadelshin shamil-gadelshin self-assigned this Dec 19, 2025
@shamil-gadelshin shamil-gadelshin added the skip-cargo-audit This PR fails cargo audit but needs to be merged anyway label Dec 19, 2025
type KeyOwnerProof = sp_core::Void;

type WeightInfo = ();
type WeightInfo = (); // pallet_grandpa exports only default implementation
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The containing module seems to be private.

l0r1s
l0r1s previously approved these changes Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-cargo-audit This PR fails cargo audit but needs to be merged anyway

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants