-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Allow StakingAdmin to set min_commission
#13018
Conversation
/cmd queue -c bench-bot $ pallet dev pallet_staking |
@Ank4n https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2196739 was started for your command Comment |
@Ank4n Command |
min_commission
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some syntax clean up and one query about set_min_commission
function. I'll also test a bit later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ho ho ho! 🎅 LGTM, except good comments from @rossbulat
bot merge |
* staking admin can set min commission * ".git/.scripts/bench-bot.sh" pallet dev pallet_staking * fmt * fix for pr comments Co-authored-by: command-bot <>
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-37/1736/1 |
* staking admin can set min commission * ".git/.scripts/bench-bot.sh" pallet dev pallet_staking * fmt * fix for pr comments Co-authored-by: command-bot <>
* staking admin can set min commission * ".git/.scripts/bench-bot.sh" pallet dev pallet_staking * fmt * fix for pr comments Co-authored-by: command-bot <>
Changes
SlashCancelOrigin
toAdminOrigin
.set_min_commission
which can be called byAdminOrigin
.polkadot companion: paritytech/polkadot#6444.
Related to #12930.
Old PR: #12943.