-
Notifications
You must be signed in to change notification settings - Fork 138
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
Democracy governance whitelisting #284
Comments
@jtremback I think #82 is related. |
stana-miric
added a commit
that referenced
this issue
Sep 23, 2022
jtremback
added a commit
that referenced
this issue
Oct 5, 2022
* Democracy governance whitelisting #284 * Democracy gov whitelist - added logs and event * Gov whitelisting - delete only active forbidden prop. * Democracy gov whitelisting - test moved Co-authored-by: Daniel T <[email protected]> Co-authored-by: Jehan <[email protected]>
@jtremback @stana-ethernal I think this issue was fixed by #364, right? |
|
Repository owner
moved this from Todo
to Done
in Replicated Security
Oct 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The democracy module described here works. We now need to make sure that the consumer chain governance cannot pass proposals that would be dangerous for the provider chain.
Here is a matrix containing all the parameters that the consumer chain governance should be able to change: https://docs.google.com/spreadsheets/d/1s7IGkxIjvebFu0guC5iFC4gWaEOJLBWx2QQHik9WmYo/edit?pli=1#gid=0 (thanks @okwme and @Sam-Interchain)
Implement a mechanism to prevent the democracy module from passing certain proposals, and input the whitelist into this mechanism.
Note, you will likely need to allow/disallow passing of any proposal of a given type (eg chain upgrade proposals), as well as looking into proposals of a certain type and allow/disallowing them more granularly (eg parameter changes).
Conditions of satisfaction:
The text was updated successfully, but these errors were encountered: