-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
# Conflicts: # interface/client/templates/popupWindows/onboardingScreen.js
# Conflicts: # modules/ethereumNode.js # modules/settings.js # modules/sockets.js
Ready for review. |
Todo:
|
haha :) "....This is less secure than using a local IPC socket - your account passwords will be send in plain text! Only do this when you secured your HTTP connection, or you know what you are doing." |
# Conflicts: # modules/ethereumNode.js # modules/settings.js # modules/sockets.js
@luclu Fixed directly in |
@@ -136,8 +137,13 @@ for (let optIdx in argv) { | |||
} | |||
|
|||
// some options are shared | |||
<<<<<<< HEAD |
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 should be removed
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.
Done.
There seems to be an issue, if i put I will look more deeply what could be the problem, but if you have any idea @hiddentao please let me know. EDIT: This seems to happen not all the time, but sometimes that sync requests don't get returned. |
@frozeman Yep, haven't been able to reproduce it yet. If I see it happen I'll investigate further. |
# Conflicts: # main.js # modules/ipc/getIpcPath.js # modules/settings.js
# Conflicts: # modules/ethereumNode.js # modules/settings.js
This is ready to be merged for 0.8.2. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
This incorporates and replaces #420.
--ipcpath
CLI parameter with--rpc
, allowing for an HTTP RPC hostname (e.g.http://localhost:8545
) to be provided. If omitted then IPC is used as the default.--node-
prefix for CLI parameters that are to be passed onto geth/eth.