Prepare release 3.2.11 (#691)

Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
This commit is contained in:
Gecko Botty 2025-11-09 13:15:58 +01:00 committed by GitHub
parent 4998b1d0ac
commit 4a11c4de28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 12 deletions

View file

@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.2.11] - 2025-11-09
- GUI + SWAP: Assume double spend safety of Monero transactions after 6 confirmations. This means we are assuming that there won't be any re-orgs deeper than 5 blocks. We believe this is a safe assumption given that there were almost no orphaned blocks over the last two weeks. Qubic (which was behind the re-orgs) has mined less than 1% of the last 1000 blocks. - GUI + SWAP: Assume double spend safety of Monero transactions after 6 confirmations. This means we are assuming that there won't be any re-orgs deeper than 5 blocks. We believe this is a safe assumption given that there were almost no orphaned blocks over the last two weeks. Qubic (which was behind the re-orgs) has mined less than 1% of the last 1000 blocks.
- GUI: Remove the following default Electrum servers: `tcp://electrum.blockstream.info:50001`, `tcp://electrum.coinucopia.io:50001`, `tcp://se-mma-crypto-payments-001.mullvad.net:50001`, `tcp://electrum2.bluewallet.io:50777` due to them being unreliable. Add the following new default Electrum servers: `tcp://electrum1.bluewallet.io:50001`, `tcp://electrum2.bluewallet.io:50001`, `tcp://electrum3.bluewallet.io:50001`, `ssl://btc-electrum.cakewallet.com:50002`, `tcp://bitcoin.aranguren.org:50001`. - GUI: Remove the following default Electrum servers: `tcp://electrum.blockstream.info:50001`, `tcp://electrum.coinucopia.io:50001`, `tcp://se-mma-crypto-payments-001.mullvad.net:50001`, `tcp://electrum2.bluewallet.io:50777` due to them being unreliable. Add the following new default Electrum servers: `tcp://electrum1.bluewallet.io:50001`, `tcp://electrum2.bluewallet.io:50001`, `tcp://electrum3.bluewallet.io:50001`, `ssl://btc-electrum.cakewallet.com:50002`, `tcp://bitcoin.aranguren.org:50001`.
## [3.2.10] - 2025-11-08 ## [3.2.10] - 2025-11-08
- GUI + SWAP + ASB: Reduce the confirmations required to spend a Monero transaction from 22 to 15. We believe the risks of re-orgs is low again and this is safe to do. This may increase the chances of swap being successful and will reduce the time a swap takes. - GUI + SWAP + ASB: Reduce the confirmations required to spend a Monero transaction from 22 to 15. We believe the risks of re-orgs is low again and this is safe to do. This may increase the chances of swap being successful and will reduce the time a swap takes.
- GUI: Fix an issue where we a manual resume of a swap would be necessary if we failed to fetch certain Bitcoin transactions due to network issues. - GUI: Fix an issue where we a manual resume of a swap would be necessary if we failed to fetch certain Bitcoin transactions due to network issues.
- -
## [3.2.9] - 2025-11-05 ## [3.2.9] - 2025-11-05
- GUI: Fix an issue where an error in the UI runtime would cause a white screen to be displayed and nothing would be rendered. - GUI: Fix an issue where an error in the UI runtime would cause a white screen to be displayed and nothing would be rendered.
@ -741,7 +743,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
- 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. - 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.
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version. Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
[unreleased]: https://github.com/eigenwallet/core/compare/3.2.10...HEAD [unreleased]: https://github.com/eigenwallet/core/compare/3.2.11...HEAD
[3.2.11]: https://github.com/eigenwallet/core/compare/3.2.10...3.2.11
[3.2.10]: https://github.com/eigenwallet/core/compare/3.2.9...3.2.10 [3.2.10]: https://github.com/eigenwallet/core/compare/3.2.9...3.2.10
[3.2.9]: https://github.com/eigenwallet/core/compare/3.2.8...3.2.9 [3.2.9]: https://github.com/eigenwallet/core/compare/3.2.8...3.2.9
[3.2.8]: https://github.com/eigenwallet/core/compare/3.2.7...3.2.8 [3.2.8]: https://github.com/eigenwallet/core/compare/3.2.7...3.2.8

8
Cargo.lock generated
View file

@ -11067,7 +11067,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
[[package]] [[package]]
name = "swap" name = "swap"
version = "3.2.10" version = "3.2.11"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
@ -11170,7 +11170,7 @@ dependencies = [
[[package]] [[package]]
name = "swap-asb" name = "swap-asb"
version = "3.2.10" version = "3.2.11"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitcoin 0.32.7", "bitcoin 0.32.7",
@ -11199,7 +11199,7 @@ dependencies = [
[[package]] [[package]]
name = "swap-controller" name = "swap-controller"
version = "3.2.10" version = "3.2.11"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 4.5.50", "clap 4.5.50",
@ -13987,7 +13987,7 @@ dependencies = [
[[package]] [[package]]
name = "unstoppableswap-gui-rs" name = "unstoppableswap-gui-rs"
version = "3.2.10" version = "3.2.11"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dfx-swiss-sdk", "dfx-swiss-sdk",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "unstoppableswap-gui-rs" name = "unstoppableswap-gui-rs"
version = "3.2.10" version = "3.2.11"
authors = ["binarybaron", "einliterflasche", "unstoppableswap"] authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
edition = "2021" edition = "2021"
description = "GUI for XMR<>BTC Atomic Swaps written in Rust" description = "GUI for XMR<>BTC Atomic Swaps written in Rust"

View file

@ -1,6 +1,6 @@
{ {
"productName": "eigenwallet", "productName": "eigenwallet",
"version": "3.2.10", "version": "3.2.11",
"identifier": "net.unstoppableswap.gui", "identifier": "net.unstoppableswap.gui",
"build": { "build": {
"devUrl": "http://localhost:1420", "devUrl": "http://localhost:1420",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swap-asb" name = "swap-asb"
version = "3.2.10" version = "3.2.11"
authors = ["The eigenwallet guys <hello@eigenwallet.org>", "The COMIT guys <hello@comit.network>"] authors = ["The eigenwallet guys <hello@eigenwallet.org>", "The COMIT guys <hello@comit.network>"]
edition = "2021" edition = "2021"
description = "ASB (Automated Swap Backend) binary for XMR/BTC atomic swaps." description = "ASB (Automated Swap Backend) binary for XMR/BTC atomic swaps."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swap-controller" name = "swap-controller"
version = "3.2.10" version = "3.2.11"
edition = "2021" edition = "2021"
[[bin]] [[bin]]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swap" name = "swap"
version = "3.2.10" version = "3.2.11"
authors = ["The COMIT guys <hello@comit.network>"] authors = ["The COMIT guys <hello@comit.network>"]
edition = "2021" edition = "2021"
description = "XMR/BTC trustless atomic swaps." description = "XMR/BTC trustless atomic swaps."