Skip to content
Snippets Groups Projects
  • Bastian Köcher's avatar
    Convert timestamp to unit type wrapper (#8333) · 5d73e960
    Bastian Köcher authored
    The timestamp inherent type was up to now just a simple `u64`. This
    worked, but doesn't give you that much guarantees at compile time about
    the type. This pr changes that by converting this type to a unit type
    wrapper, similar to what we have done for `Slot`.
    
    This is required for some future pr that touches quite a lot of the
    inherents stuff :)
    
    Besides this unit wrapper type, this pr also moves the `OnTimestampSet`
    trait to `frame_support::traits`.
    5d73e960
Code owners
Assign users and groups as approvers for specific file changes. Learn more.