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

Identity Deposits Relay to Parachain Migration #1814

Merged
merged 50 commits into from
Nov 15, 2023

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    20fa029 View commit details
    Browse the repository at this point in the history
  2. add to runtimes

    joepetrowski committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7becd9e View commit details
    Browse the repository at this point in the history
  3. adjust trait

    joepetrowski committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fd39b82 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 9, 2023

  1. add license

    joepetrowski committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    96b2add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d15a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    f9ac75e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f45cc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64acbb9 View commit details
    Browse the repository at this point in the history
  4. fix alliance test config

    joepetrowski committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0b3708e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    7ae9df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b517c91 View commit details
    Browse the repository at this point in the history
  3. merge master

    joepetrowski committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f6e8220 View commit details
    Browse the repository at this point in the history
  4. update benchmarks to v2

    joepetrowski committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c4b45d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff4f4c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    c2eb330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a9923 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    a46e4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390ce01 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    9da0726 View commit details
    Browse the repository at this point in the history
  2. don't need RuntimeDebug

    joepetrowski committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    255893d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Reduce Impact on Identity Pallet in Migration (#2088)

    Addresses
    #1814 (review)
    
    - Removes `lock`/`unlock` extrinsics
    - Moves `reap_identity` and `poke_deposit` into special migration pallet
    to avoid adding new one-time calls to the Identity pallet
    
    ---------
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    joepetrowski and bkchr committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    298931a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    cd08c4f View commit details
    Browse the repository at this point in the history
  2. merge master

    joepetrowski committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1f03941 View commit details
    Browse the repository at this point in the history
  3. actually merge master

    joepetrowski committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8e70450 View commit details
    Browse the repository at this point in the history
  4. update identity pallet

    joepetrowski committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4aaa862 View commit details
    Browse the repository at this point in the history
  5. migrator updates

    joepetrowski committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    70f708b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    e56874c View commit details
    Browse the repository at this point in the history
  2. reap benchmark

    joepetrowski committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    180352d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

  1. fix runtime errors

    joepetrowski committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    750c440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e2999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0030969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed0d8e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb7bda0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76258be View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 11, 2023

  1. nits

    joepetrowski committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    de3e4e8 View commit details
    Browse the repository at this point in the history
  2. add westend config

    joepetrowski committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    be38015 View commit details
    Browse the repository at this point in the history
  3. fmt

    joepetrowski committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    1c670b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    836f824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d698705 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. use benchmarked weight

    joepetrowski committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ea5d6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5df158 View commit details
    Browse the repository at this point in the history
  3. new xcm errors

    joepetrowski committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bf42286 View commit details
    Browse the repository at this point in the history
  4. apply basti review

    joepetrowski committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    73426e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f18914f View commit details
    Browse the repository at this point in the history