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

Use real rust type for pallet alias in runtime macro #4769

Merged
merged 21 commits into from
Jun 25, 2024

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    3dc0fc7 View commit details
    Browse the repository at this point in the history
  2. Removes Cargo.lock changes

    gupnik committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bcd9764 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Moves docs

    gupnik committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4e75f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f872a3d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    b4c7a67 View commit details
    Browse the repository at this point in the history
  2. Adds PrDoc

    gupnik committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c5d95df View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5243881 View commit details
    Browse the repository at this point in the history
  4. Updates PrDoc

    gupnik committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    639d37a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update prdoc/pr_4769.prdoc

    gupnik authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c2319ec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update substrate/frame/support/procedural/src/runtime/parse/pallet_de…

    …cl.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    gupnik and bkchr authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    217ff38 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/support/procedural/src/runtime/parse/pallet_de…

    …cl.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    gupnik and bkchr authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0d364d0 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/support/procedural/src/runtime/parse/pallet_de…

    …cl.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    gupnik and bkchr authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3426122 View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/support/procedural/src/runtime/parse/pallet_de…

    …cl.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    gupnik and bkchr authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    059cbb9 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/support/procedural/src/runtime/parse/pallet_de…

    …cl.rs
    
    Co-authored-by: Bastian Köcher <[email protected]>
    gupnik and bkchr authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    80afc50 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Addresses review comments

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    465b58e View commit details
    Browse the repository at this point in the history
  2. FMT

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4617117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1c265 View commit details
    Browse the repository at this point in the history
  4. Updates docs

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4e859b0 View commit details
    Browse the repository at this point in the history
  5. Reuses code and adds tests

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    05b9f41 View commit details
    Browse the repository at this point in the history
  6. Makes taplo happy

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    91fb52e View commit details
    Browse the repository at this point in the history
  7. FMT

    gupnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    df00488 View commit details
    Browse the repository at this point in the history