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

feat: support node manager releases #9

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

jacderida
Copy link
Contributor

The main noteworthy thing here is that the node manager is in its own repository. This crate was originally setup to pull releases from the safe_network workspace repository, so at the moment the node manager is a bit of a special case. However, it could be the case that in the future we will pull binaries from more repositories. This change supports that.

The node manager is a single-crate repository, which makes it much easier to get the latest version: you can use the specific API for that, rather than processing the whole release list.

The main noteworthy thing here is that the node manager is in its own repository. This crate was
originally setup to pull releases from the `safe_network` workspace repository, so at the moment the
node manager is a bit of a special case. However, it could be the case that in the future we will
pull binaries from more repositories. This change supports that.

The node manager is a single-crate repository, which makes it much easier to get the latest version:
you can use the specific API for that, rather than processing the whole release list.
@jacderida jacderida merged commit 5d1fd4c into maidsafe:main Dec 13, 2023
9 checks passed
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.

2 participants