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

Tvl pool staking #1322

Merged
merged 57 commits into from
Oct 1, 2023
Merged

Tvl pool staking #1322

merged 57 commits into from
Oct 1, 2023

Commits on Aug 30, 2023

  1. migrate from substrate PR

    PieWol committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    272ac35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7c16c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8fef3a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. use ensure in try_state

    PieWol committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b1f9927 View commit details
    Browse the repository at this point in the history
  2. add doc comment

    PieWol committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7b75db0 View commit details
    Browse the repository at this point in the history
  3. slashing doc comments

    PieWol committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    994315f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. simplify on_slash

    PieWol committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a38564f View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/nomination-pools/src/mock.rs comment

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    PieWol and liamaharon committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    8480667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4f63f8 View commit details
    Browse the repository at this point in the history
  4. enhance post_upgrade

    PieWol committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ff5c2f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dfb210 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. fixed migration

    PieWol committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5c1bb43 View commit details
    Browse the repository at this point in the history
  2. improved readability

    PieWol committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    68527e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2bd96 View commit details
    Browse the repository at this point in the history
  4. comments improved

    PieWol committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2e55e65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c24937b View commit details
    Browse the repository at this point in the history
  6. keep events in the old order.

    PieWol committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    babe2ed View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 8, 2023

  1. revert useless conversion

    PieWol committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2e2dee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1daa2e1 View commit details
    Browse the repository at this point in the history
  3. formatting

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    PieWol and kianenigma committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cbccde8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b90665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    474f743 View commit details
    Browse the repository at this point in the history
  6. log defensive error

    PieWol committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    28aa4e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. remove unwanted upgrade checks

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    34a032a View commit details
    Browse the repository at this point in the history
  2. defensively lookup SubPools

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3672950 View commit details
    Browse the repository at this point in the history
  3. defensive TVL reduce

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    deb53ff View commit details
    Browse the repository at this point in the history
  4. integrate try_state iterations

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a05dc7b View commit details
    Browse the repository at this point in the history
  5. fix test

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5d07921 View commit details
    Browse the repository at this point in the history
  6. no defensive in off-chain code

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    aadbddc View commit details
    Browse the repository at this point in the history
  7. fix TVL doc

    PieWol committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fbf65bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b076a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b720191 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix test slash

    PieWol committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f535298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b94561 View commit details
    Browse the repository at this point in the history
  3. Update mock.rs error

    Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com>
    PieWol and Ank4n committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    26f2baa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. showcase test for tvl diff

    PieWol committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b4e9966 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. add migration warning

    PieWol committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    389fdf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. reintroduce test

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9f9f821 View commit details
    Browse the repository at this point in the history
  2. fix test

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5764dfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd30069 View commit details
    Browse the repository at this point in the history
  4. remove experimental flag

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b3fab33 View commit details
    Browse the repository at this point in the history
  5. formatting and rust docs

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    01bcdc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    febaa2e View commit details
    Browse the repository at this point in the history
  7. westend migration added

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a361d2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5300b8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27226d8 View commit details
    Browse the repository at this point in the history
  10. formatting

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d68d93e View commit details
    Browse the repository at this point in the history
  11. fix migration

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3af3f5d View commit details
    Browse the repository at this point in the history
  12. merging leftovers cleared

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0a85748 View commit details
    Browse the repository at this point in the history
  13. migration fix

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8489cda View commit details
    Browse the repository at this point in the history
  14. visibilty fix

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8d4ccb7 View commit details
    Browse the repository at this point in the history
  15. pallet version 7

    PieWol committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1a22b0a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    5bfd72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f5646 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. rust doc update

    Ank4n committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c9287cd View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    71175c9 View commit details
    Browse the repository at this point in the history