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

Extend `cw-vesting` to allow for staking in DAOs #782

Closed JakeHartnell closed 8 months ago

JakeHartnell commented 9 months ago

Closes #779

This topic keeps coming up in spaces and I wanted to explore how difficult it would be. This PR is a strawman solution (couldn't help myself :joy:). DO NOT MERGE.

Some observations:

NoahSaso commented 9 months ago

Features derived from list above and discussion in Monday call:

JakeHartnell commented 9 months ago

Related issues we may also want to consider when working on this:

JakeHartnell commented 9 months ago

Limits on voting power for vested tokens could be achieved with #746.

NoahSaso commented 8 months ago

Closing as this is not the design we are going to pursue to add voting support for vesting tokens.