github retoaccess1/haveno-reto 1.2.1-1
haveno-reto-1.2.0

one month ago

What's Changed

This is a mandatory update (or hard fork) with multiple consensus changes.

  • Lower the minimum trade amount to 0.05 XMR in #1857
  • Standardize all prices to use price per XMR (base/quote) in #1821
  • Add preference to clear sensitive logs after X days in #1859
  • Improve reliability of the trade protocol and dispute resolution in #1839
  • Improve privacy by randomizing historical trade amounts +-10%, prices +-1%, date within 48 hours, and publishing within 24 hours of completion in #1815
  • Fix exporting tables to CSV in #1813
  • Update to monero-project v0.18.4.1 in #1880
  • Update to monero-java v0.8.38 in #1882
  • Support additional payment methods via API in #1810
  • Support recovery if only one deposit transaction is confirmed, via dispute resolution #1838
  • Show error popup when monerod has 0 peers in #1867
  • Fix some translations by automatically escaping single quotes in #1806
  • Support separate fee rates for crypto and traditional currencies in #1865
  • Set penalty fee to 25% of security deposit in #1844
  • Many UI improvements and bug fixes.

Please note, there has been some confusion in the most recent tag, which is why this release (v1.2.0) is mistakenly tagged as (1.2.1-1). This has no impact on usability or safety.

New Contributors

Full Changelog: v1.1.2...v1.2.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.2.0-SNAPSHOT-all.jar\

The output need to match the value from the haveno-v1.2.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.2.0-SNAPSHOT-all.jar\

The output need to match the value from the haveno-v1.2.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.

Don't miss a new haveno-reto release

NewReleases is sending notifications on new releases.