Files
pezkuwi-subxt/prdoc/pr_3959.prdoc
T
Ankan 10ed76437f Nomination pool configurations can be managed by custom origin (#3959)
closes https://github.com/paritytech/polkadot-sdk/issues/3894

Allows Nomination Pool configuration to be set by a custom origin
instead of root.

In runtimes, we would set this to be `StakingAdmin`, same as for
pallet-staking.

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
2024-04-09 10:14:19 +00:00

15 lines
552 B
Plaintext

# 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: Allow StakingAdmin to manage nomination pool configurations
doc:
- audience: Runtime User
description: |
Adds a custom origin to Nomination pool configuration and allows StakingAdmin to be this origin in Westend. Other
runtimes could also set this origin to be the same that manages staking-pallet configurations.
crates:
- name: pallet-nomination-pools
bump: major