-
Notifications
You must be signed in to change notification settings - Fork 60
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
Move rusk-wallet to rusk monorepo #2144
Conversation
33fd964
to
d045c52
Compare
Add dispatch binary building and basic CI tests
d045c52
to
6bf3f77
Compare
81251cc
to
fa8ee9c
Compare
Please remember to adapt our dusk-deployer in order to download the wallet from the new repo |
Added an issue here: https://github.com/dusk-network/dusk-deployer/issues/65 |
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.
LGTM
Like @herr-seppia said, we need to make sure we update after merging:
- https://github.com/dusk-network/dusk-deployer/issues/65
- Update Rusk-wallet download location node-installer#85
Furthermore, we need to:
- Test that the binary building still works as expected.
- Make sure the Rusk CI only got triggered now because of the toolchain and/or Cargo.toml change.
Closes #2141