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

DIR 2 - Allow for DAO Proposal Dependencies #235

Open
LefterisJP opened this issue Jun 10, 2016 · 4 comments
Open

DIR 2 - Allow for DAO Proposal Dependencies #235

LefterisJP opened this issue Jun 10, 2016 · 4 comments

Comments

@LefterisJP
Copy link
Contributor

LefterisJP commented Jun 10, 2016

Changelog

10 - 06 - 2016 - Request Created

Problem

In the case of multiple proposals there are situations where a contractor may want to make multiple proposals and set dependencies between then. As of DAO v1.0 this is impossible and he would have to make the proposals one by one and wait until the first proposal either passses or fails to continue with the subsequent ones.

Suggested Solution

Proposals can have dependencies on each other. A proposal can have a set of proposal IDs and proposal vote outcomes that it depends on. If and only if the dependent proposal outcome is as expected then the original proposal can be executed.

Proof Of Concept

There is a PoC implementation of this in the DAO v1.1 PR

@LefterisJP LefterisJP modified the milestone: DAO V2.0 Jun 13, 2016
@LefterisJP LefterisJP changed the title Allow for DAO Proposal Dependencies DIR 2 - Allow for DAO Proposal Dependencies Jun 13, 2016
@CJentzsch CJentzsch added this to the DAO V2.0 milestone Jun 13, 2016
@pacifics
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@LefterisJP @CJentzsch @pacifics and others