Christoph Jentzsch
Christoph Jentzsch
allowing a user to rent the slock for a fixed time period - [ ] `rent(uint startTime, uint length)` - [ ] `checkAvailibility(uint startTime, uint length)`
since this is an unlimited DAO, where people can buy token at any time, voting power of old tokens need to go down, since there ETH will be already spent.
variants: - curators - token holders - ether holders - trusted third party multisig
When using the multisig wallet for non value transfer purposes, it always requires only one signature since even with a daily limit of 0, a 0 value transfer transaction is...