Jake Hartnell
Jake Hartnell
Probably best to pass a signaling prop before we actually begin work on this.
> I could help designing the formulas/economics of a proposal on this. Basic idea of mine is to adjust the voting power by an exponent between 0 and 1, ideally...
Nice! Kind of like the way `twasm` does it with the concept of privileges. There are two new messages able to be called by governance: - [PromoteToPrivilegedContractProposal](https://github.com/confio/tgrade-networks/wiki/Tgrade-home#promotetoprivilegedcontractproposal): allows a contract...
Strawman implementation idea... the first version can be very simple, the intention of this is not to recreate Authz but to build a better user experience around DAOs (i.e. I...
Might also be cool to add a custom validation hook, which could be a separate smart contract that does custom validation.
For those wishing to take on this ticket, I recommend taking it one contract at a time. :wink:
@ismellike, the proposal incentives contract looks great!
Can we rebase? In the README for these contracts make sure we note that they aren't audited.
For the `cw-curves` package it may be worth looking and the Wynd DAO implementation: https://github.com/wynddao/wynddao/blob/main/packages/utils/src/curve.rs Probably some useful stuff in there. Would be nice to have a solid curves package.
Yeah, would be a good clean up task.