-
Notifications
You must be signed in to change notification settings - Fork 298
[DDW-274] Finish UI for node IPC #1075
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
Conversation
…ub.com/input-output-hk/daedalus into feature/ddw-274-finish-ui-for-node-ipc
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.
looks good, minor nitpicks.
@@ -0,0 +1,9 @@ | |||
{ name = "demo" | |||
, keyPrefix = "TODO, default without the suffix" | |||
, relays = "TODO, ip support missing" |
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.
IP and custom port support
, reportServer = "http://staging-report-server.awstest.iohkdev.io:8080" | ||
, installDirectorySuffix = " Demo" | ||
, macPackageSuffix = "Demo" | ||
, walletPort = 8092 |
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.
why 8092? demo cluster defaults to 8090, and I think 8092 is reserved for staging in daedalus itself when IPC isn't in play.
, autoStartBackend ? false | ||
, systemStart ? null |
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.
maybe use runCommand to get current time and add 60 seconds so users don't have to specify?
… cardano-node state
c5ca6aa
to
d45571e
Compare
…r Daedalus before starting new cardano-node. Condenses set and get methods into 2 flexible methods.
…274-refactor-ipc-logic
…ipc-logic [DDW-274] Refactor IPC channels logic
This PR implements the necessary logic to control cardano-node from Daedalus and communicate over IPC, based on the MVP done in #893
Review Checklist:
Basics
yarn run test
)yarn run dev
)yarn run package
/ CI builds)yarn run flow:test
)yarn run lint
)yarn run manage:translations
produces no changes)yarn run storybook
)yarn.lock
file is updatedCode Quality
Testing
After Review:
done
on the Youtrack board