Skip to content
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

Connect hypervisor and visor over dmsg #124

Merged
merged 11 commits into from
Jan 24, 2020
Merged

Connect hypervisor and visor over dmsg #124

merged 11 commits into from
Jan 24, 2020

Conversation

Kifen
Copy link
Contributor

@Kifen Kifen commented Jan 23, 2020

Fixes #78

Changes:

  • Copied this PR

How to test this PR:
Run an integration env, view connected visors in the hypervisor window.

Copy link
Contributor

@nkryuchkov nkryuchkov left a comment

Choose a reason for hiding this comment

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

Great job!

pkg/hypervisor/config.go Outdated Show resolved Hide resolved
pkg/hypervisor/hypervisor.go Outdated Show resolved Hide resolved
pkg/visor/rpc_client.go Outdated Show resolved Hide resolved
pkg/visor/visor.go Outdated Show resolved Hide resolved
@jdknives jdknives mentioned this pull request Jan 24, 2020
Copy link
Contributor

@Darkren Darkren left a comment

Choose a reason for hiding this comment

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

Other than the above mentioned comments, great job!

Copy link
Contributor

@nkryuchkov nkryuchkov left a comment

Choose a reason for hiding this comment

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

Just a small change 🙂

@@ -9,6 +9,7 @@ import (
"github.com/SkycoinProject/skywire-mainnet/internal/testhelpers"

"github.com/SkycoinProject/dmsg/cipher"

Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please split and sort the imports into three groups? Standard library, packages other than skywire-mainnet and skywire-mainnet? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@jdknives jdknives merged commit 05f61af into skycoin:milestone2 Jan 24, 2020
@Kifen Kifen deleted the dmsg-hypervisor branch January 24, 2020 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Hypervisor <--> Visor connection over dmsg
4 participants