What’s Changed

New Contributors

Full Changelog: 1.0.18...v1.0.19

Verification

The provided hashes can be used to verify the JAR file inside the binary, NOT the Haveno installer:

  • You can verify on Linux the jar file with:

<!---->

sha256sum [PATH TO HAVENO APP]/lib/app/desktop-1.0.19-SNAPSHOT-all.jar\

The output need to match the value from the haveno-v1.0.19-linux-x86_64-SNAPSHOT-all.jar.SHA-256 file.

  • You can verify on OSX the jar file with:

<!---->

shasum -a256 [PATH TO HAVENO APP]/Haveno.app/Contents/app/desktop-1.0.19-SNAPSHOT-all.jar\

The output need to match the value from the haveno-v1.0.19-macos-SNAPSHOT-all.jar.SHA-256 file.

If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 21.0.6+7.0.LTS (Adopt-Hotspot) from https://github.com/adoptium/temurin21-binaries/releases and the v1.0.19 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.