Skip to content

Commit c9fc674

Browse files
gecko-bottyUnstoppableSwap Botty
andauthored
Prepare release 3.6.0 (#827)
Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
1 parent 15f0ef8 commit c9fc674

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.6.0] - 2025-12-15
11+
1012
- GUI (Taker): Previously takers had to receive the Monero transfer proof from the maker over the network. This required interactivity meaning that if the peer-to-peer connection was lost, the taker might not detect that the Monero were locked. This would cause unnecessary refunds of swaps that could have otherwise succeded. The taker will now scan the view-only Monero wallet in the background (while concurrently waiting for the transfer proof over the network). The taker will detect if the Monero are locked even if peer-to-peer connection to the other party is lost. This significantly improves the reliability of swaps.
1113
- GUI: Fix an issue where it'd take a while for swaps to show up after a restart.
1214

@@ -805,7 +807,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
805807
- Fixed an issue where Alice would not verify if Bob's Bitcoin lock transaction is semantically correct, i.e. pays the agreed upon amount to an output owned by both of them.
806808
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
807809

808-
[unreleased]: https://github.com/eigenwallet/core/compare/3.5.2...HEAD
810+
[unreleased]: https://github.com/eigenwallet/core/compare/3.6.0...HEAD
811+
[3.6.0]: https://github.com/eigenwallet/core/compare/3.5.2...3.6.0
809812
[3.5.2]: https://github.com/eigenwallet/core/compare/3.5.1...3.5.2
810813
[3.5.1]: https://github.com/eigenwallet/core/compare/3.5.0...3.5.1
811814
[3.5.0]: https://github.com/eigenwallet/core/compare/3.4.2...3.5.0

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unstoppableswap-gui-rs"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
55
edition = "2021"
66
description = "GUI for XMR<>BTC Atomic Swaps written in Rust"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "eigenwallet",
3-
"version": "3.5.2",
3+
"version": "3.6.0",
44
"identifier": "net.unstoppableswap.gui",
55
"build": {
66
"devUrl": "http://localhost:1420",

swap-asb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap-asb"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["The eigenwallet guys <hello@eigenwallet.org>", "The COMIT guys <hello@comit.network>"]
55
edition = "2021"
66
description = "ASB (Automated Swap Backend) binary for XMR/BTC atomic swaps."

swap-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap-controller"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
edition = "2021"
55

66
[[bin]]

swap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap"
3-
version = "3.5.2"
3+
version = "3.6.0"
44
authors = ["The COMIT guys <hello@comit.network>"]
55
edition = "2021"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)