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

Full Unbond in Staking #3811

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2024

  1. force unbond in staking

    dharjeezy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c6e4c93 View commit details
    Browse the repository at this point in the history
  2. check to see if controller wants to fully unbond

    test and benchmark
    dharjeezy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    12e62a9 View commit details
    Browse the repository at this point in the history
  3. comment

    dharjeezy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    345b2fa View commit details
    Browse the repository at this point in the history
  4. unimplemented force_unbond

    dharjeezy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0b8ef9e View commit details
    Browse the repository at this point in the history
  5. full unbond instead

    dharjeezy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    df5c186 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	polkadot/runtime/westend/src/weights/pallet_staking.rs
    #	substrate/frame/staking/src/benchmarking.rs
    #	substrate/frame/staking/src/pallet/impls.rs
    #	substrate/frame/staking/src/pallet/mod.rs
    #	substrate/frame/staking/src/weights.rs
    dharjeezy committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    23e98b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d9b61 View commit details
    Browse the repository at this point in the history
  3. fmt

    dharjeezy committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0292c5f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	Cargo.lock
    dharjeezy committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9db89f3 View commit details
    Browse the repository at this point in the history
  2. no need for outright chill since unbond does chilling implicitly befo…

    …re unbonding all amount
    dharjeezy committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4d449bf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    716723f View commit details
    Browse the repository at this point in the history
  2. test, benchmark and pr doc

    dharjeezy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a026b88 View commit details
    Browse the repository at this point in the history
  3. fmt

    dharjeezy committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    269934e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. nit

    dharjeezy committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    507a617 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	substrate/frame/staking/src/pallet/impls.rs
    dharjeezy committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9f3a8db View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix test

    dharjeezy committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a6731a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01c986 View commit details
    Browse the repository at this point in the history
  3. nit

    dharjeezy committed May 1, 2024
    Configuration menu
    Copy the full SHA
    62766c2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	substrate/frame/staking/src/pallet/impls.rs
    dharjeezy committed May 25, 2024
    Configuration menu
    Copy the full SHA
    91b5e8b View commit details
    Browse the repository at this point in the history
  2. nit

    dharjeezy committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f1b87f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. fix test

    dharjeezy committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    88f5c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1cc0cb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix test

    dharjeezy committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7d28f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	substrate/frame/staking/src/ledger.rs
    #	substrate/frame/staking/src/slashing.rs
    dharjeezy committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0237e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    215ae86 View commit details
    Browse the repository at this point in the history
  2. corrections based on review

    dharjeezy committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    52ad45f View commit details
    Browse the repository at this point in the history
  3. fmt

    dharjeezy committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bf9680a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    96667b1 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=westend --target_dir=polkadot --pallet=pallet_staking
    command-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    14212e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. nit

    dharjeezy committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    f19177f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 14, 2024

  1. add chill weight to unbond

    dharjeezy committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    aca4c8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d8564 View commit details
    Browse the repository at this point in the history
  3. revert unsolicited changes

    dharjeezy committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    38705e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e61d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    30015c7 View commit details
    Browse the repository at this point in the history
  2. revert

    dharjeezy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4536363 View commit details
    Browse the repository at this point in the history
  3. fmt

    dharjeezy committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    06e8563 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. code review changes

    dharjeezy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2fc715a View commit details
    Browse the repository at this point in the history
  2. fmt

    dharjeezy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    766458c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 24, 2024

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

Commits on Oct 26, 2024

  1. nits

    dharjeezy committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9c62abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea562f View commit details
    Browse the repository at this point in the history
  3. nit

    dharjeezy committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    30b23d1 View commit details
    Browse the repository at this point in the history
  4. nit

    dharjeezy committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    05f25f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Merge remote-tracking branch 'origin/master' into dami/full_unbond

    # Conflicts:
    #	substrate/frame/staking/src/pallet/mod.rs
    dharjeezy committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d7e3cac View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    dharjeezy committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c47d381 View commit details
    Browse the repository at this point in the history
  3. fmt

    dharjeezy committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    67034ab View commit details
    Browse the repository at this point in the history