DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
206 stars 137 forks source link

Use `cw-ownable` everywhere #721

Open JakeHartnell opened 1 year ago

JakeHartnell commented 1 year ago

Trying to make APIs for contracts more standardized and consistent between all DAO DAO contracts.

cw-ownable is amazing, and we should just use it everywhere. dao-dao-core currently uses our old Admin pattern.

JakeHartnell commented 1 year ago

For those wishing to take on this ticket, I recommend taking it one contract at a time. :wink: