You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: