Skip to content

Commit

Permalink
add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Jul 13, 2024
1 parent 7c0f8e4 commit fddfbd4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prdoc/pr_4998.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Ensure members can always exit the pool gracefully

doc:
- audience: Runtime Dev
description: |
Ensures when a member wants to withdraw all funds but the pool is not able to provide all their funds, the member
can receive as much as possible and exit pool. Also handles cases where some extra funds held in member's account
is released when they are removed.

crates:
- name: pallet-delegated-staking
bump: patch
- name: pallet-nomination-pools
bump: minor
- name: sp-staking
bump: minor

0 comments on commit fddfbd4

Please sign in to comment.