tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

Add proposal type to change guardian #287

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

There is currently no way to reassign the guardian role in the DAO.

This was intentional, as the guardian is supposed to be a contract regulated by multiple participants (e.g. a multisig), however there should be a way to propose and vote to change it, if needed.

Acceptance criteria

Add a proposal type, to both registryDAO and treasuryDAO to reassign the guardian role.