Skip to content
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

enable dao-rewards-distributor to keep historic emission update logs #839

Closed
bekauz opened this issue Jun 16, 2024 · 0 comments · Fixed by #848
Closed

enable dao-rewards-distributor to keep historic emission update logs #839

bekauz opened this issue Jun 16, 2024 · 0 comments · Fixed by #848

Comments

@bekauz
Copy link
Collaborator

bekauz commented Jun 16, 2024

followup to #835

currently the dao-rewards-distributor contract only tracks the latest emission schedule. this is limiting in cases where DAOs may want to update their emission schedules.

to implement that we should keep track of historic emission rate configs, along with their start dates. this way we can ensure that users can claim their earned rewards forever, and no emission rate updates will take that away from them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant