Some required dependency updates #194
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "updates"
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?
those are some dependency updates I had to add to run on the latest aragon version.
Want to fix the linter error so we can merge this? Would be good to branch off from master with up-to-date dependencies...
I just had another look at Travis, after fixing the linter issue, and it turns out the tests are being run before the devchain has finished starting up, due to it just being sent to background with
&
.After fixing the devchain startup issue, I found that the tests are failing both locally and on Travis, but with different errors.
Locally, there's an actual test failure in
token
, with an exception for a wrong argument. On Travis, the tests don't compile in the first place:I commented the contract tests in the Travis config, so they can be fixed outside of this PR.