Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix Geth account import #4641

Merged
merged 4 commits into from
Feb 23, 2017
Merged

Fix Geth account import #4641

merged 4 commits into from
Feb 23, 2017

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Feb 22, 2017

@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. B0-patch labels Feb 22, 2017
return this._api.parity.setAccountMeta(address, {
timestamp
.then((gethImported) => {
console.log('createAccountFromGeth', gethImported);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be console.info to reduce noise.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On purpose - very specific "noise" in this case for an operation that happens once-off. So going to "ignore" the comment, but understand the concern very much for anything that is not basically a once-off :)

Copy link
Contributor

@derhuerst derhuerst Feb 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case console.info helps devs filter out logs irrelevant to their current problem.

@derhuerst derhuerst added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Feb 23, 2017
@arkpar arkpar merged commit 3651095 into master Feb 23, 2017
@jacogr jacogr deleted the jg-geth-import branch February 27, 2017 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants