Remove Aragon CLI, document system deps #162
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev/aragon_truffle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to prevent regular issues with the notoriously npm-issue-ridden Aragon CLI module, this removes it as a direct dependency and requires it to be installed as a system dependency.
Also adds Truffle as a system dependency to the docs (which was missing before).
The latest Aragon CLI asks has a lot of prompts for every contract deployment. I'll see if we can remove those by specifying more arguments upfront.
refs #158
this is awesome! thanks for looking into it.
maybe we can add the used/tested aragon and truffle version to the readme?
and I think that's a
kredits-2
Then we have to update it like every two days. They release a lot over at Aragon. :)
Nah, 1 is perfectly fine. Didn't take long.
Tests are also green after adding sys deps. Merging...
yep, but also breaking changes. - at least we have to keep in mind which versions we are using/supporting
Whoever sees something breaking with the latest version on their system should open an issue imo.
We can then at least do a bootstrap on Travis, too, but testing every single truffle script on Travis e.g. would be quite the effort.