Brett Sun
Brett Sun
@idrabenia: > From my opinion - It make sense to change init-config to new-config. Just --init I think is not have enough semantics to understand its' action. This isn't a...
@IgorKonovalov unfortunately we didn't get much info from the error, but it was leading me to think that it was likely an issue with the connector itself. If you'd like...
> actually the connect() could work the same way, except it would always succeed and happen instantly. Yes, agreed on this! I think it should work transparently like connecting to...
I don't have a strong preference, although I also don't mind being explicit. Just "ant" may be somewhat confusing for random people landing :).
Maybe we could make it configurable, so that by default, it's just transferrable, but for really important permissions, they could be set to be claimable.
We could also think about doing this for the `DAOFactory`, since it's used by so many kits: https://github.com/aragon/dao-kits/issues/64
Notes from an offline discussion: - Investigate if upgrading to truffle 5 allows us to get the natspec docs so we don't have to use our own regex in the...
@leftab Sorry for the hiatus on this—will get back to looking at this shortly :). I think the CI broken when there was a ganache bug with account values or...
@leftab Will check the compiled bytecode of the `ACL`. I don't see why it would change with this change, but need to be sure (don't want it to accidentally change...
@leftab I've pushed a commit to split `ACLHelpers` from `ACLSyntaxSugar` and clean up some formatting. Unfortunately though, it looks like the changes **_do_** cause a bytecode difference against the old...