Jake Hartnell
Jake Hartnell
Parent DAOs should probably be allowed to pause / unpause SubDAOs.
A bounty contract is special type of escrow that takes an owner and holds funds for an - CRUD (only owner) - Claim Bounty (only owner) - List Bounty /...
User story: core team of a project also wants to vest staking rewards to demonstrate alignment to the project.
On some deployments we may wish to charge a fixed fee for DAO creation. This should be optional and able to be updated via a `cw-ownable` admin account.
`cw20-stake-external-rewards` could work with both native token and staked NFT DAOs. #665 and #664 add the hooks needed to make this happen. - [ ] rename to something more general...
Context: https://github.com/DA0-DA0/dao-contracts/pull/691#pullrequestreview-1442278329 > there's a test case that checks total vp at height (test_power_at_height) and it does modification of VP (see [line 284 of tests.rs](https://github.com/DA0-DA0/dao-contracts/blob/ae9600a39a83da3af47cfb31fc675717fcffb011/contracts/voting/dao-voting-cw4/src/tests.rs#L284). If these are possible scenarios,...
Sometimes DAOs want to become a SubDAO after initial setup. This is a 3-step process and it would be great if there were UI for it. The steps are: -...
Reported here: https://x.com/Deploydon/status/1773870065345028155?s=20 > Would be ideal to be able to select multiple in one view.
Currently, there is UI for cancelation, but not for unstaking or withdrawing funds after vesting cancelation. Have had a few folks ask about this, would be nice to add at...
*User story*: as a user, I want to be able to update settings such as `unstaking_duration` or `active_threshold` with an easy to use action. Note, `unstaking_duration` and `active_threshold` only apply...