Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Timestamp: set_timestamp sets DidUpdate #11960

Merged
merged 3 commits into from
Aug 4, 2022
Merged

Timestamp: set_timestamp sets DidUpdate #11960

merged 3 commits into from
Aug 4, 2022

Commits on Aug 2, 2022

  1. Timestamp: set_timestamp sets DidUpdate

    There exists the `set_timestamp` in the Timestamp pallet for setting the current timestamp. The
    problem is that it doesn't set `DidUpdate`. This results in `on_finalize` panicking. There is no
    real reason why the function doesn't also set `DidUpdate`.
    bkchr committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b04f821 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Update frame/timestamp/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    bkchr and ggwpez committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    92ee0e1 View commit details
    Browse the repository at this point in the history
  2. Fix Babe tests

    bkchr committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    20d7a70 View commit details
    Browse the repository at this point in the history