-
Notifications
You must be signed in to change notification settings - Fork 112
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
Remove Bounty Expiry from Bounties Pallet #509
Remove Bounty Expiry from Bounties Pallet #509
Comments
I agree with @oshakarishvili . Bounty expiry is never a good indicator of curatorial activities. It would perhaps be best to adjust the |
Another option that won't require changes to the runtime code is to keep the expiry but refresh |
we probably want to update the expire for the existing bounties as well which will require a storage migration |
The current implementation of the Bounty Expiry and Renewal feature in the Bounties pallet introduces notable inefficiencies and challenges, particularly due to its reliance on poorly designed UIs and the cumbersome processes it enforces.
Problem Statement:
Proposed Solution:
The removal of
extend_bounty_expiry
to eliminate redundant steps and unnecessary burdens on curators, while instead relying on more effective indicators of curator activity, such as the number of bounties opened, finalised, and rewarded, reports submitted, and milestones achieved. In cases where slashing of curators is necessary, this can be addressed through OpenGov proposals, allowing token holders to collectively decide on such actions.References:
The text was updated successfully, but these errors were encountered: