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

Implement pallet_registrar hooks #325

Merged
merged 20 commits into from
Nov 27, 2023
Merged

Implement pallet_registrar hooks #325

merged 20 commits into from
Nov 27, 2023

Commits on Nov 16, 2023

  1. Implement pallet_registrar hooks

    Alows to execute code on register and deregsiter
    
    Also, change the pausing mechanism, now we have a separate `Paused`
    storage item. This was needed because otherwise pausing and unpausing
    could trigger hooks when it should not.
    tmpolaczyk committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    39b79a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    92e0246 View commit details
    Browse the repository at this point in the history
  2. Fix and run benchmarks

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    069826a View commit details
    Browse the repository at this point in the history
  3. Fix and add unit tests

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    acfc54b View commit details
    Browse the repository at this point in the history
  4. pr self comments

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    076cb60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc52c9 View commit details
    Browse the repository at this point in the history
  6. typescript-api

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5c21f0f View commit details
    Browse the repository at this point in the history
  7. Fix dev_tanssi test

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ff9ed48 View commit details
    Browse the repository at this point in the history
  8. Fix deregister benchmark

    tmpolaczyk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    85fb34c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c97dc54 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55208ae View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Separate pause into pause and unpause extrinsics

    And some pr comments
    tmpolaczyk committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    389ff84 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    f9f0e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391e30e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea9983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12f6d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Use try_state instead of integrity_test

    To be able to read state
    tmpolaczyk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    96b9a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da8980 View commit details
    Browse the repository at this point in the history
  3. Unused import

    tmpolaczyk committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    815d39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53d985e View commit details
    Browse the repository at this point in the history