6 stable releases

new 2.5.0 Oct 31, 2024
2.4.2 Jul 22, 2024
2.3.0 Oct 18, 2023
2.2.0 Jul 9, 2023

#5 in #cw4

Download history 80/week @ 2024-07-15 571/week @ 2024-07-22 193/week @ 2024-07-29 39/week @ 2024-08-05 268/week @ 2024-08-12 21/week @ 2024-09-02 85/week @ 2024-09-09 57/week @ 2024-09-16 83/week @ 2024-09-23 10/week @ 2024-09-30 37/week @ 2024-10-07 148/week @ 2024-10-14 21/week @ 2024-10-21

225 downloads per month
Used in 3 crates (2 directly)

BSD-3-Clause

62KB
1.5K SLoC

CW4 Group Voting

dao-voting-cw4 on crates.io docs.rs

A simple voting power module which determines voting power based on the weight of a user in a cw4-group contract. This allocates voting power in the same way that one would expect a multisig to.

This contract implements the interface needed to be a DAO DAO voting module. For more information about how these modules fit together see this wiki page.

Receiving updates

This contract does not make subqueries to the cw4-group contract to get an addresses voting power. Instead, it listens for MemberChangedHook messages from said contract and caches voting power locally.

As the DAO is the admin of the underlying cw4-group contract it is important that the DAO does not remove this contract from that contract's list of hook receivers. Doing so will cause this contract to stop receiving voting power updates.

Dependencies

~10MB
~212K SLoC