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

Consistent Voting Power Change hook interfaces #729

Closed JakeHartnell closed 1 year ago

JakeHartnell commented 1 year ago

Right now, each voting contract has its own interface for voting power change hooks. This is a bit annoying to support if you want to make a generic contract that uses voting power change hooks for any DAO. Let's make this nicer.