DA0-DA0 / dao-contracts

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

Voting power limits for dao-voting-native-staked #746

Open ismellike opened 1 year ago

ismellike commented 1 year ago

Added 2 new macros for limitable voting modules Added an error for LimitExceeded when attempting to stake more than allowed Added test case for limits Solution is optimistic hence the map instead of snapshotmap for limits, so reducing limit after a user has already staked will not be affected #684 Also fixed some clippy errors