Jake Hartnell
Jake Hartnell
Closes #714
- Pulls cw20 into the repo (with commit history). - Adds transfer hooks to cw20 - New contract that allows for only transfering tokens between DAO members
As a DAO, we would like to have SubDAOs where there needs to be a minimum number of members for the SubDAO to be active. We support `active_threshold` for NFTs...
Trying to make APIs for contracts more standardized and consistent between all DAO DAO contracts. `cw-ownable` is amazing, and we should just use it everywhere. `dao-dao-core` currently uses our old...
Every DAO has a built in governance controlled key / value store which has a large number of uses, including enabling UI features in the DAO DAO UI. As a...
Currently, `cw-vesting` supports staking tokens natively on Cosmos chains, we need something similar but designed for staking in token DAOs. As a user who receives vested tokens from a DAO,...
Lot's to document about how the contracts work and their basic interfaces. Luckily we can use tools like https://cursor.sh/ to help create a lot of good documentation (experimented with it...
A small bit of cleanup from the Audit Report: > The `x/tokenfactory` module address should be whitelisted upon contract instantiation to ensure token mints work as intended. When minting funds...
The hard work is done, but the contract could utilize a few more features to make it more useful. Much can be taken from the multiple choice voting contract and...
**Use case:** A SubDAO manages a large portion of the treasury, how to they guarantee that they won't use those tokens to vote and take over the DAO? Solution would...