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

Make GovernanceStaker more generalizable and extensible #31

Open
10 of 12 tasks
apbendi opened this issue Oct 3, 2024 · 0 comments
Open
10 of 12 tasks

Make GovernanceStaker more generalizable and extensible #31

apbendi opened this issue Oct 3, 2024 · 0 comments
Labels
pre-audit Needed before the audit deadline todo Issues that need to be tackled pre-audit

Comments

@apbendi
Copy link
Collaborator

apbendi commented Oct 3, 2024

We want the core GovernanceStaker contract to be as general and extensible as possible, so that DAOs can assemble a version of staker that works for them, including with customizations as necessary. To accomplish this, we can make parts of the system extensible via inheritance, allowing the core mechanics of the system to be customized or assembled using appropriate extensions. This issue aims to summarize a few different axes along which this extensibility should be implemented. These tasks should be handled as multiple PRs. This issue is intended as a tracking issue for the goal of extensibility writ large.

@apbendi apbendi added todo Issues that need to be tackled pre-audit pre-audit Needed before the audit deadline labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pre-audit Needed before the audit deadline todo Issues that need to be tackled pre-audit
Projects
None yet
Development

No branches or pull requests

1 participant