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: client cmd now uses the autonomi binary #32

Merged
merged 1 commit into from
Oct 20, 2024

Commits on Oct 20, 2024

  1. feat: client cmd now uses the autonomi binary

    The `client` command will now retrieve and install the `autonomi` binary rather than `safe`.
    
    The installer scripts have also been updated to use the new settings locations.
    
    BREAKING CHANGE: the binaries and settings now use a path with `autonomi` rather than `safe`. The
    old settings file is now also incompatible because it is at a different location and the field names
    have changed, so they will serialize/deserialize to/from different values. Fetching a different
    binary itself is also a breaking change.
    
    The tests in the PR workflow are updated to work with the newer versions of the `safenode` and
    `safenode-manager` binaries, which have new output for `--version`. We need to use RC versions just
    now because those are the only ones that have been released with the new versioning information.
    jacderida committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2305248 View commit details
    Browse the repository at this point in the history