Open orishim opened 2 years ago
I like the notion of keeping it as that with a dev "environment" deployed on a testnet.
In this case, we will have a nice record of all the changes to the DAO over time.
Then deploying a change could go like this.
Also, changes do not imply that we need to add new code from our side; it could be just to equip a module created by somebody else.
Rather than having every change to the DAO happen through global "improvement proposals", we could have a more open process where anyone can push modifications to individual branches which ripple up to a
dev
branch that can only be merged tomain
through a proposal.We could also use semantic versioning to track updates to the DAO as releases (e.g.
dorg-2.1.0
).