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

Initialise on-chain StorageVersion for pallets added after genesis #1297

Merged
merged 34 commits into from
Nov 7, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ca1db8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c44c96 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    1ab2eca View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    1d84c1a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    a2a6078 View commit details
    Browse the repository at this point in the history
  2. move to standalone trait

    liamaharon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    011ec33 View commit details
    Browse the repository at this point in the history
  3. remove redundant spacing

    liamaharon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f12dcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    9e0980a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ff4b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    06e0b10 View commit details
    Browse the repository at this point in the history
  2. update old test

    liamaharon committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    62c4c3d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. fix log

    liamaharon committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6a66617 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    68183e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    f30da51 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    bb0915e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d7f40 View commit details
    Browse the repository at this point in the history
  3. improve log

    liamaharon committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d7ed843 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'liam/initialise-storage-version' of github.com:parityte…

    …ch/polkadot-sdk into liam/initialise-storage-version
    liamaharon committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2319a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update substrate/frame/support/src/traits/metadata.rs

    Co-authored-by: Kian Paimani <[email protected]>
    liamaharon and kianenigma authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    41cb160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30765f View commit details
    Browse the repository at this point in the history
  3. remove regression

    liamaharon committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    18a1f82 View commit details
    Browse the repository at this point in the history
  4. reuse pallet name

    liamaharon committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bc50779 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix pallet_name

    liamaharon committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    11b33aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dccbf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6919547 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    5b196f1 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/support/src/traits/hooks.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    liamaharon and bkchr authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5f00efa View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    031da73 View commit details
    Browse the repository at this point in the history
  2. address comments

    liamaharon committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a552b6b View commit details
    Browse the repository at this point in the history
  3. fix

    liamaharon committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    43b587e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. restore old tokenstream

    liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dfe7347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd7595 View commit details
    Browse the repository at this point in the history
  3. fix lint

    liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    40e6035 View commit details
    Browse the repository at this point in the history
  4. fix typo

    liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fc09aff View commit details
    Browse the repository at this point in the history