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

Commits on Dec 13, 2023

  1. feat: support node manager releases

    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 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e81acdd View commit details
    Browse the repository at this point in the history