dao-voting-cw4

Crates.iodao-voting-cw4
lib.rsdao-voting-cw4
version2.6.0
sourcesrc
created_at2023-07-03 15:04:34.080799
updated_at2024-11-08 00:17:07.723098
descriptionA DAO DAO voting module based on cw4 membership.
homepage
repositoryhttps://github.com/DA0-DA0/dao-contracts
max_upload_size
id907104
size69,305
publishers (github:da0-da0:publishers)

documentation

README

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.

Commit count: 879

cargo fmt