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

Tests for disproportionate voting power in `dao-voting-cw4-group` #712

Open JakeHartnell opened 1 year ago

JakeHartnell commented 1 year ago

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

there's a test case that checks total vp at height (test_power_at_height) and it does modification of VP (see line 284 of tests.rs. If these are possible scenarios, I'd actually like to see another test that instantiates a dao with disproportionate vp -- a setup_test_case with VP's of 1, 1, 2, 0

dadymike0220 commented 1 year ago

Awesome