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 force remove vesting #1982

Merged
merged 62 commits into from
Nov 6, 2023
Merged

Add force remove vesting #1982

merged 62 commits into from
Nov 6, 2023

Commits on Oct 22, 2023

  1. add diff from stale PR 11910

    0xmovses committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    57a68b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    805c048 View commit details
    Browse the repository at this point in the history
  2. add force_remove_vesting

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fa8d739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16cc611 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

  1. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8acf1b5 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    21c6feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    946593d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. integrate PR feedback

    0xmovses committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    069e75e View commit details
    Browse the repository at this point in the history
  2. change call_index order

    0xmovses committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0916c05 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. update benchmark

    0xmovses committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    24e2fee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    5574f97 View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_vesting
    command-bot committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e31c6c0 View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    07fa040 View commit details
    Browse the repository at this point in the history
  5. fix CI job

    0xmovses committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ce1cbfb View commit details
    Browse the repository at this point in the history
  6. add weights

    0xmovses committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    dd32ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. change result type

    0xmovses committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3cf226b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ccb07 View commit details
    Browse the repository at this point in the history
  3. remove unused

    0xmovses committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    da70ea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    22a5d2a View commit details
    Browse the repository at this point in the history
  2. DispatchResultWithPostInfo

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2a4329a View commit details
    Browse the repository at this point in the history
  3. into on Option

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    072ad0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    907a848 View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    017996e View commit details
    Browse the repository at this point in the history
  6. clippy

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    46e01da View commit details
    Browse the repository at this point in the history
  7. add_vesting_schedules

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    89f29fa View commit details
    Browse the repository at this point in the history
  8. fix CI remove mut

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    722ba6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b79d3c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68deac0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. adjust test

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a58d11e View commit details
    Browse the repository at this point in the history
  2. assert on vesting

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b5d88c9 View commit details
    Browse the repository at this point in the history
  3. fix CI?

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ff28fdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb05335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb346d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1a80da View commit details
    Browse the repository at this point in the history
  7. back to previous

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    32c6978 View commit details
    Browse the repository at this point in the history
  8. test CI

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fb30513 View commit details
    Browse the repository at this point in the history
  9. remove assert length

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    32fd595 View commit details
    Browse the repository at this point in the history
  10. call add_vesting_schedules

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cac1462 View commit details
    Browse the repository at this point in the history
  11. remove ensure

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    17f10d5 View commit details
    Browse the repository at this point in the history
  12. rerun CI

    0xmovses committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ded73e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. bubble up error

    0xmovses committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    90b9569 View commit details
    Browse the repository at this point in the history
  2. remove unused CI warning

    0xmovses committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a56c43a View commit details
    Browse the repository at this point in the history
  3. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0fcc12d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794d927 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2a5a9ed View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/vesting/src/lib.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7f57804 View commit details
    Browse the repository at this point in the history
  7. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    255694b View commit details
    Browse the repository at this point in the history
  8. integrate pisaltu feedback

    0xmovses committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    350f066 View commit details
    Browse the repository at this point in the history
  9. remove unused dev deps

    0xmovses committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e9be915 View commit details
    Browse the repository at this point in the history
  10. remove unused runtimes

    0xmovses committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    58d50b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7e770e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    841da6e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e5af41 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update substrate/frame/vesting/src/lib.rs

    Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
    0xmovses and georgepisaltu committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1a9d9f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Update substrate/frame/vesting/src/tests.rs

    Co-authored-by: Dónal Murray <donal.murray@parity.io>
    0xmovses and seadanda committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    789e212 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: Dónal Murray <donal.murray@parity.io>
    0xmovses and seadanda committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d96e8d4 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/vesting/src/benchmarking.rs

    Co-authored-by: Dónal Murray <donal.murray@parity.io>
    0xmovses and seadanda committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    52366bf View commit details
    Browse the repository at this point in the history
  4. remove redundant comment

    0xmovses committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4b3cd21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b408a10 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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