-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix origin check in EPMB's manage extrinsic #10248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
/cmd prdoc --bump major |
|
|
||
| /// A less privileged origin than [`Config::AdminOrigin`], that can manage some election | ||
| /// aspects, without critical power. | ||
| type ManagerOrigin: EnsureOrigin<Self::RuntimeOrigin>; |
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.
What's the expected practical outcome of this for Polkadot? Will this be assigned to a different track than StakingAdmin or to a single account?
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.
I was thinking that manager could be fellowship, and Admin can be StakingAdmin/Root
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
.. And
AdminandManagerorigins for easier configurationmanagetest cases.