mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
10ed76437f
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>
15 lines
552 B
Plaintext
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
|