DA0-DA0 / dao-contracts

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

Add active threshold functionality to CW4 voting module, closes #781 #819

Open theghostmac opened 2 months ago

theghostmac commented 2 months ago

Changelog

Author

GhostMac

JakeHartnell commented 2 months ago

Needs a few things:

theghostmac commented 2 months ago

Needs a few things:

  • Fix the build
  • Add tests for active_threshold and being able to update it
  • Make sure CI passes
  • Clean up

I have updated the contract with everything you pointed out. Build passes. Moving on to the tests.

JakeHartnell commented 2 months ago

Needs a few things:

  • Fix the build
  • Add tests for active_threshold and being able to update it
  • Make sure CI passes
  • Clean up

I have updated the contract with everything you pointed out. Build passes. Moving on to the tests.

Close, but see above comments.