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

[WIP] RFC-0097 Implementation to Decrease Unbonding Time #5715

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

Commits on Sep 14, 2024

  1. add new parameters

    rossbulat committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6d8dbdd View commit details
    Browse the repository at this point in the history
  2. use EraIndex for parameters

    rossbulat committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0e6c596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ffe265 View commit details
    Browse the repository at this point in the history
  4. init prdoc

    rossbulat committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3e6ae67 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    049fe63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ec807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8d4add View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3999cb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ff48144 View commit details
    Browse the repository at this point in the history
  2. use u128

    rossbulat committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ba05eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f5153a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    1b8dd6a View commit details
    Browse the repository at this point in the history
  2. use UnbondingQueue struct

    rossbulat committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    de9f7e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41391a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    755205c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    ca0b06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad4a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b6658 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a618a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 8, 2024

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

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    eec5010 View commit details
    Browse the repository at this point in the history
  3. + test placeholders

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0a44f79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59c3418 View commit details
    Browse the repository at this point in the history
  5. some test boilerplate

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8b0d204 View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/staking/src/lib.rs

    Co-authored-by: Xiliang Chen <xlchen1291@gmail.com>
    rossbulat and xlc authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4388cc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d4e9d5 View commit details
    Browse the repository at this point in the history
  8. roll back migration

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    998e899 View commit details
    Browse the repository at this point in the history
  9. roll back storage version

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    455fa73 View commit details
    Browse the repository at this point in the history
  10. add test TODOs

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    eebf3ac View commit details
    Browse the repository at this point in the history
  11. remove unneeded annotation

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    350dc21 View commit details
    Browse the repository at this point in the history
  12. add TODO

    rossbulat committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9e0079a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    0de5a98 View commit details
    Browse the repository at this point in the history
  2. update tests

    rossbulat committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c547956 View commit details
    Browse the repository at this point in the history
  3. amend defaults

    rossbulat committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8bcbe8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5f5e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 17, 2024

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

Commits on Nov 17, 2024

  1. add TODO

    rossbulat committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7672a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13819a View commit details
    Browse the repository at this point in the history