What's Changed
Fixes several issues introduced in the v1.0.19 major release:
- Fix high CPU utilization in
a7e3974
- Fix a connection issue on startup when using a local
--xmrNode
in #1705 - Fix a bug that caused offers to be deleted after a hard fork in #1699
- Fix hanging behavior when canceling an offer posting in #1709
- Clarify that arbitrator keys must remain in the repository to preserve signed accounts in #1700
- Allow users to run a newer version than arbitrators in
022ea3c
- Scrollbar now appears as needed when creating an offer in #1707
- Improve error handling when offers are taken at the same time in #1711, #1712
Full Changelog: 1.0.19...v1.1.0
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.1.0-SNAPSHOT-all.jar\
The output need to match the value from the haveno-v1.1.0-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.1.0-SNAPSHOT-all.jar\
The output need to match the value from the haveno-v1.1.0-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.1.0 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.