Skip to content

Daemon update testing & UX

Christopher Schinnerl requested to merge mnsl:daemon-update into master

Created by: mnsl

  • Previously, calling siac update on an up-to-date daemon yielded
Already up to date.
Updated to version 1.0.0! Restart siad now.

rather than just

Already up to date.
  • Implements TestUpdate to check that an API call to /daemon/update only signals that an update is available if the build version is behind the latest version (which for a test build means that an update should never be available).

Merge request reports