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

Go back to block based staking rounds and make inflation dynamic (slot based) #2690

Merged
merged 32 commits into from
Mar 4, 2024

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    4cc6ad4 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    librelois committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7081f63 View commit details
    Browse the repository at this point in the history
  3. create migration skeleton

    librelois committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4bca269 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. implement migration

    librelois committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6569530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c767ee5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    6f4ebca View commit details
    Browse the repository at this point in the history
  2. compile benchs and test

    librelois committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c552dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac1c7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a40e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix some bugs

    librelois committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    82d249d View commit details
    Browse the repository at this point in the history
  2. fix some rust tests

    librelois committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a55186e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix migration

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b8074d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e284107 View commit details
    Browse the repository at this point in the history
  3. apply suggestions

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2dad7f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6bc039 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03c751e View commit details
    Browse the repository at this point in the history
  6. fix rounds per year

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    00f1935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09f610b View commit details
    Browse the repository at this point in the history
  8. fix rustc warning

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    122681a View commit details
    Browse the repository at this point in the history
  9. fmt

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    77049b8 View commit details
    Browse the repository at this point in the history
  10. rework compute issuance

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1335e31 View commit details
    Browse the repository at this point in the history
  11. Remove Staked storage item

    librelois committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    43e87c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef7fdda View commit details
    Browse the repository at this point in the history
  13. fix two rust tests more

    Agusrodri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    17fa448 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec43a24 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 4, 2024

  1. Update pallets/parachain-staking/src/lib.rs

    Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
    librelois and RomarQ authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2953eb9 View commit details
    Browse the repository at this point in the history
  2. Comment moonbase migration

    librelois committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    08472ab View commit details
    Browse the repository at this point in the history
  3. typo

    librelois committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4b65251 View commit details
    Browse the repository at this point in the history
  4. Update runtime/moonbase/src/migrations.rs

    Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
    librelois and RomarQ authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e9dab8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96336ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b2f75c View commit details
    Browse the repository at this point in the history