Skip to content

[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

Merged
merged 59 commits into from
Oct 3, 2018

Conversation

DominikGuzei
Copy link
Member

@DominikGuzei DominikGuzei commented Aug 31, 2018

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

  • PR is updated to the most recent version of target branch (and there are no conflicts)
  • PR has good description that summarizes all changes and shows some screenshots or animated GIFs of important UI changes
  • CHANGELOG entry has been added and is linked to the correct PR on GitHub
  • Automated tests: All acceptance tests are passing (yarn run test)
  • Manual tests (minimum tests should cover newly added feature/fix): App works correctly in development build (yarn run dev)
  • Manual tests (minimum tests should cover newly added feature/fix): App works correctly in production build (yarn run package / CI builds)
  • There are no flow errors or warnings (yarn run flow:test)
  • There are no lint errors or warnings (yarn run lint)
  • Text changes are proofread and approved (Jane Wild)
  • There are no missing translations (running yarn run manage:translations produces no changes)
  • UI changes look good in all themes (Alexander Rukin)
  • Storybook works and no stories are broken (yarn run storybook)
  • In case of dependency changes yarn.lock file is updated

Code Quality

  • Important parts of the code are properly documented and commented
  • Code is properly typed with flow
  • React components are split-up enough to avoid unnecessary re-rendering
  • Any code that only works in Electron is neatly separated from components

Testing

  • New feature / change is covered by acceptance tests
  • All existing acceptance tests are still up-to-date
  • New feature / change is covered by Daedalus Testing scenario
  • All existing Daedalus Testing scenarios are still up-to-date

After Review:

  • Merge PR
  • Delete source branch
  • Move ticket to done on the Youtrack board

@DominikGuzei DominikGuzei self-assigned this Aug 31, 2018
@DominikGuzei DominikGuzei changed the title [DDW-274] setup node ipc logic [DDW-274] finish ui for node ipc Aug 31, 2018
disassembler
disassembler previously approved these changes Sep 5, 2018
Copy link
Contributor

@disassembler disassembler left a 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"
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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?

@nikolaglumac nikolaglumac changed the title [DDW-274] finish ui for node ipc [DDW-274] Finish UI for node IPC Sep 7, 2018
@disassembler disassembler force-pushed the feature/ddw-274-finish-ui-for-node-ipc branch from c5ca6aa to d45571e Compare September 25, 2018 20:41
@nikolaglumac nikolaglumac self-requested a review October 3, 2018 15:15
@nikolaglumac nikolaglumac removed the WIP label Oct 3, 2018
@nikolaglumac nikolaglumac merged commit fe48fa7 into develop Oct 3, 2018
@nikolaglumac nikolaglumac deleted the feature/ddw-274-finish-ui-for-node-ipc branch October 3, 2018 18:07
This was referenced Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants