Callum
Callum
> Hey @Callum-A - love this idea! Right now it would only be the manual claim/compounding this would affect as the validator is only authorised to delegate to themselves (although...
Will this route require pagination for gas? To ensure it doesn't time out?
Is this implementation secure though? There's no way to query staked native token by height no?
Yeah, you're totally right! Wondering how we should implement the `TotalVotingPowerAHeight`. We should also put a cap on proposal length then maybe? i.e. what if i create a proposal length...
> ION DAO has done this here: https://github.com/many-things/ion-dao-contracts/blob/dev/contracts/stake/src/contract.rs My main concern here say if someone wanted to use JUNO for a DAO is that we would need to support a...
Not expecting all of this to be done as one, more something to aim towards
@janitachalam has started on this in her multiple choice proposal contract, we just need to use these utils where appropriate in other contracts
Have started the effort here, not quite where I want it. Will pick it back up after I'm back from my holiday. https://github.com/DA0-DA0/dao-contracts/wiki/Proposal-Hooks-Interactions
What should this look like an `Option` on the message for an optional index? And then if so how should we store already executed messages? Store two vecs, one for...