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

Add storage bounds for pallet staking #6445

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. add MaxInvulnerables

    re-gius committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6c808b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. add MaxActiveValidators

    re-gius committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1b18bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac60af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4edb8e1 View commit details
    Browse the repository at this point in the history
  4. nit (typo)

    re-gius committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    65c7de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix migrations for BoundedVec

    re-gius committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    35069c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b15af View commit details
    Browse the repository at this point in the history
  3. Migrate ErasRewardPoints

    re-gius committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eb93a70 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. small fixes - BoundedBTreeMap

    re-gius committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    58cf45d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292c5d0 View commit details
    Browse the repository at this point in the history
  3. fix

    re-gius committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    74f2055 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    b249a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362f505 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    4f21d53 View commit details
    Browse the repository at this point in the history
  2. undo change from another PR

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e258baf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7d896 View commit details
    Browse the repository at this point in the history
  4. small fix for MaxWinners

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    01e2233 View commit details
    Browse the repository at this point in the history
  5. small fixes

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    243bec8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a599afc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a25fbc View commit details
    Browse the repository at this point in the history
  8. Fixes from #5986

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    98daabc View commit details
    Browse the repository at this point in the history
  9. nit

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    aec5087 View commit details
    Browse the repository at this point in the history
  10. remove unused import

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    36204da View commit details
    Browse the repository at this point in the history
  11. fix Invulnerables migration

    re-gius committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    18e9bee View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Undo migrations change

    re-gius committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cbfd4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5cbfec View commit details
    Browse the repository at this point in the history
  3. debug

    re-gius committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9ca25a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10e7295 View commit details
    Browse the repository at this point in the history
  5. fix - MaxInvulnerables = 20

    re-gius committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b3186b1 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    re-gius committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    336137a View commit details
    Browse the repository at this point in the history
  7. Fix impl

    re-gius committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c1911e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ac794e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    583e46d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6347a8c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix TypeInfo error

    re-gius committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9e82b85 View commit details
    Browse the repository at this point in the history
  2. fix benchmarking limit

    re-gius committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1db7f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f996a97 View commit details
    Browse the repository at this point in the history
  4. bound BondedEras Vec

    re-gius committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e030506 View commit details
    Browse the repository at this point in the history
  5. Add migration for BondedEras

    re-gius committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3ab45d9 View commit details
    Browse the repository at this point in the history
  6. fix tests attempt

    re-gius committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a980daa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    c4d5142 View commit details
    Browse the repository at this point in the history
  2. bound ClaimedRewards

    re-gius committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    df8e567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c066632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    686b6b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cf2263 View commit details
    Browse the repository at this point in the history