Request features for Autark's apps or for Aragon in general (new or existing apps, dev tools, etc). We will use these requests to help prioritize our roadmap.
1
stars
0
forks
source link
Fix Dot Voting Permissions (Allocation and Issue Curation) #3
I want to configure TPS such that specific addresses can create allocation votes using dot voting, but a different set of addresses are able to create issue curration votes (using the same dot-voting instance).
As far as I can tell permissions are a bit wonky because the forwarding path is User --> Dot voting --> Issue curation/allocation
Ideally it would be
user --> create-allocation-vote --> dot-voting --> execute allocation
and
user --> create-issue-curation-vote --> dot-voting
I want to configure TPS such that specific addresses can create allocation votes using dot voting, but a different set of addresses are able to create issue curration votes (using the same dot-voting instance).
As far as I can tell permissions are a bit wonky because the forwarding path is User --> Dot voting --> Issue curation/allocation
Ideally it would be user --> create-allocation-vote --> dot-voting --> execute allocation and user --> create-issue-curation-vote --> dot-voting