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

generate_storage_alias: Rewrite as proc macro attribute #11387

Merged
merged 11 commits into from
May 17, 2022

Commits on May 10, 2022

  1. generate_storage_alias: Rewrite as proc macro attribute

    This rewrites the `generate_storage_alias!` declarative macro as proc-macro attribute. While doing
    this the name is changed to `storage_alias`. The prefix can now also be the name of a pallet. This
    makes storage aliases work in migrations for all kind of chains and not just for the ones that use
    predefined prefixes.
    bkchr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f8360a8 View commit details
    Browse the repository at this point in the history
  2. Fix compilation and FMT

    bkchr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b12cbb2 View commit details
    Browse the repository at this point in the history
  3. Moare fixes

    bkchr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    249b664 View commit details
    Browse the repository at this point in the history
  4. 🤦

    bkchr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    985d85e View commit details
    Browse the repository at this point in the history
  5. ......

    bkchr committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f176279 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    4ab6ace View commit details
    Browse the repository at this point in the history
  2. FMT

    bkchr committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e11c001 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Prefix variants with Storage

    bkchr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    38bcf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21751e7 View commit details
    Browse the repository at this point in the history
  3. Make it compile

    bkchr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4448e20 View commit details
    Browse the repository at this point in the history
  4. Fix where clause on rust stable

    bkchr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    608e985 View commit details
    Browse the repository at this point in the history