-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean dependencies #816
Clean dependencies #816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! Pretty much perfect to me 💯 Just one or two small questions.
"internal-ip": "^4.3.0", | ||
"ipfs-api": "^26.1.2", | ||
"ipfs-http-client": "^33.0.1", | ||
"js-sha3": "^0.8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think js-sha3
is still used at a couple of places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch forgot to update to use web3.utils
@@ -35,7 +35,6 @@ cmd.middleware(MIDDLEWARES) | |||
|
|||
cmd.alias('env', 'environment') | |||
cmd.alias('h', 'help') | |||
cmd.alias('v', 'version') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason to remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this cause what we discuss here: aragon/aragen#79 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok I wasn't aware of the issue between aragon -v
and aragon devchain -v
, thanks 🙂
However aragon devchain -v
doesn't seem to be working either, is this normal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry about that, it was cause I needed to update aragen first. I did that yesterday
🦅 Pull Request
I decided to include this PR to clean a bit before moving to v7 and start the separation of packages.
Update to client
v0.8.2
@macor161 would you mind take a look?