Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

0.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 06:34
· 4 commits to main since this release
c82be36

What's changed

  • Introduced a cooperative Monero redeem feature for users to request from the swap provider if they are punished for not refunding in time. The swap provider can choose to cooperate but is not obligated to do so. This change is backwards compatible. To attempt recovery, resume a swap in the Bitcoin punished state from the History page. Success depends on the swap provider being online and still having a record of the swap. Note that their cooperation is voluntary and recovery is not guaranteed
  • Users can now choose between two refund policies. They can either refund to the internal Bitcoin wallet or an external Bitcoin address.
  • A warning be displayed for swap providers that are running outdated software
  • Update swap-cli to 0.13.4

See comit-network/xmr-btc-swap@0.13.2...0.13.4 for the changes that were introduced to the swap-cli since the last update.

GPG Signing

All the relevant release files have been GPG signed by @binarybaron. His GPG key can be found here or here.

For example to check the validitiy of the AppImage release file you need to important @binarybaron public key and then run this command:

curl https://unstoppableswap.net/binarybaron.asc | gpg --import
gpg --verify UnstoppableSwap-0.6.3.AppImage.asc UnstoppableSwap-0.6.3.AppImage