-
Notifications
You must be signed in to change notification settings - Fork 30
Refactory cryptography util - closes #516 #589
Conversation
package.json
Outdated
@@ -76,7 +78,7 @@ | |||
"chalk": "2.3.0", | |||
"cli-table2": "LiskHQ/cli-table2#187c6ae80b9d963c598d0cb3379153387bfb15c4", | |||
"inquirer": "6.0.0", | |||
"lisk-elements": "1.0.0-beta.3", | |||
"lisk-elements": "1.0.0-rc.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 rc.1
is already out, so i think we can use the latest one
"config": { "description": "Manages Lisk Commander configuration." } | ||
"config": { | ||
"description": "Manages Lisk Commander configuration." | ||
} |
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.
This change seems unrelated.
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.
prettify seems to have some random behavior.
anyone know why?
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.
@willclarktech @shuse2 I realized when you run npm install it formats package.json. I upgraded lisk-elements with npm command thus it introduced this change. I say we should keep 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.
Ah, with npm v5 it preserves indentation as well I think. OK!
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.
LGTM, but I just had a thought: can we remove the util file entirely? It doesn't seem to add much value.
|
A good point in general, but I don't think we use many of these functions more than once. |
Continuation of this PR: #587
Review checklist