Jake Hartnell
Jake Hartnell
Slashing is definitely something we should implement. Should be optional as some DAOs may not want it.
Closing in favor of #876
This might make more sense as a frontend feature. CC @NoahSaso. Unfortunately, unlike cw20s, there is no way to block native tokens.
Ah, really good catch. Just some linting errors, then LGTM.
We probably want to implment something like MACI: https://maci.pse.dev/ Dora Factory has a basic CosmWasm implementation: https://github.com/DoraFactory/cosmwasm-maci
A few minor comments, otherwise LGTM. Would love for a better Cosmos SDK dev to have a look though too.
Needs `cargo fmt` to fix linting errors.
`cargo fmt`
LGTM, but CI is failing. 🙃
> > * [ ] More tests (consider refactoring with cw-orch) > > * [ ] Make improvements to `GaugeAdapter` API > > * [ ] Improve `GaugeAdapter` example (needs...