Closed
Description
opened on Jun 1, 2021
There is a longer conversation happening in #9066 around integration and de-duplication of x/gov and x/group, however, in order to bring some immediate benefit from x/authz and x/group to on-chain governance, I propose the following "minimal" changes to x/gov:
- add a
root
account that x/gov controls - migrate gov proposal handlers to an array of
sdk.Msg
s which are only executable byroot
in their respective modules (i.e. x/param, x/upgrade, etc.)
This will allow x/gov to use x/authz to delegate permissions from root
to other "working groups" managed by x/group.
Metadata
Assignees
Labels
Type
Projects
Status
No status
Activity