-
Notifications
You must be signed in to change notification settings - Fork 217
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 governance committee membership replaceable #5539
Comments
@Chris-Hibbert this part of the design isn't quite clear to me:
What does it mean to replace the committee's members? Is it a matter of regenerating the voter invitations? (If it's clear to you, I can stand by until you find time to code it up for an explanation.) |
The representation inside The method should probably allow the caller to specify a number of invitations, and return that number of new invitations. |
Yeah... we seem to moving from using a replaceable electorate to using a long-standing electorate with revocable membership. This design makes sense. |
I just ran across some related work:
|
having the committee be able to update its own membership is important. |
What is the Problem Being Solved?
We want the ability to update the membership of governance committees.
Description of the Design
Add a method to the committee's creator facet allowing the holder to replace the committee's members. This could be called by something in the bootstrap context after a cosmos-level vote to elect a new slate of addresses.
Security Considerations
governance, legibility.
Test Plan
check wrong number of nominations. Verify legibility.
The text was updated successfully, but these errors were encountered: