decred / decred-release

Decred binary releases.
ISC License
86 stars 42 forks source link

Self-check version using filename #203

Closed jrick closed 3 years ago

jrick commented 3 years ago

It should not matter where the file is hosted to determine if an upgrade is necessary, but only the filename of the dcrinstall manifest. This is because the filename contains the release version.

Relaxing this rule allows for better testing, as faked 'latest' files with file:// urls won't trip the version self check.