apps
apps copied to clipboard
nomination pools: facilities for `Blocked` and `Destroying` pools
- If the pool state is in
Blocked, and you are thestate_togglerorrootrole, then you should be able tounbondandwithdrawanyone else.
If the pool state is in Destroying, then anyone should be able to unbond and withdraw anyone, except the depositor.
Would be good if when these conditions are, next to the to each member in the pool, we see these buttons.
Moreover, if the pool state is Destroying, we could basically a button that batches an unbond over all members, and a second button that calls batched withdraw over all members. These two should greatly help destroying pools.
note: there are some exceptions to these rules, but with https://github.com/paritytech/substrate/pull/11746 they should all be fixed.