DA0-DA0 / dao-contracts

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

Validate existing group contract in `dao-voting-cw4-group` #711

Closed JakeHartnell closed 11 months ago

JakeHartnell commented 1 year ago

Context: https://github.com/DA0-DA0/dao-contracts/pull/691#discussion_r1158816686

When using an existing groups contract we should validate that it is in fact a cw4-group contract and conforms to the interface.

JakeHartnell commented 11 months ago

Done.