-
Notifications
You must be signed in to change notification settings - Fork 680
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
treasury pallet: remove unused config parameters #4831
Conversation
The CI pipeline was cancelled due to failure one of the required jobs. |
@ggwpez is this really supposed to be minor? |
- name: pallet-bounties | ||
bump: major | ||
- name: pallet-tips | ||
bump: major |
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.
Updating to this version of tips and bounties with the additional associated type in their Config
trait will make runtimes fail to compile without changes, so I think these are correct, despite what the semver check says.
Remove unused config parameters `ApproveOrigin` and `OnSlash` from the treasury pallet. Add `OnSlash` config parameter to the bounties and tips pallets. part of paritytech#3800
Remove unused config parameters
ApproveOrigin
andOnSlash
from the treasury pallet. AddOnSlash
config parameter to the bounties and tips pallets.part of #3800