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

`dao-voting-cw721-staked` migration #716

Closed JakeHartnell closed 1 year ago

JakeHartnell commented 1 year ago

In #692, I made some changes for dao-voting-cw721-staked that people may wish to migrate too (support for active threshold as an example).

JakeHartnell commented 1 year ago

New features don't require any state migrations. Both ACTIVE_THRESHOLD and HOOKS are uninitialized if none are set, so no migration logic needed.

Will be added in #726