mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 01:54:29 -05:00
Prepare release 3.2.11 (#691)
Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
This commit is contained in:
parent
4998b1d0ac
commit
4a11c4de28
7 changed files with 15 additions and 12 deletions
|
|
@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [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: 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
|
||||
|
||||
- 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.
|
||||
-
|
||||
-
|
||||
|
||||
## [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.
|
||||
|
|
@ -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.
|
||||
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.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
|
||||
|
|
|
|||
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -11067,7 +11067,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
|
|||
|
||||
[[package]]
|
||||
name = "swap"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arti-client",
|
||||
|
|
@ -11170,7 +11170,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "swap-asb"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitcoin 0.32.7",
|
||||
|
|
@ -11199,7 +11199,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "swap-controller"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 4.5.50",
|
||||
|
|
@ -13987,7 +13987,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "unstoppableswap-gui-rs"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dfx-swiss-sdk",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "unstoppableswap-gui-rs"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
|
||||
edition = "2021"
|
||||
description = "GUI for XMR<>BTC Atomic Swaps written in Rust"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"productName": "eigenwallet",
|
||||
"version": "3.2.10",
|
||||
"version": "3.2.11",
|
||||
"identifier": "net.unstoppableswap.gui",
|
||||
"build": {
|
||||
"devUrl": "http://localhost:1420",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swap-asb"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
authors = ["The eigenwallet guys <hello@eigenwallet.org>", "The COMIT guys <hello@comit.network>"]
|
||||
edition = "2021"
|
||||
description = "ASB (Automated Swap Backend) binary for XMR/BTC atomic swaps."
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swap-controller"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swap"
|
||||
version = "3.2.10"
|
||||
version = "3.2.11"
|
||||
authors = ["The COMIT guys <hello@comit.network>"]
|
||||
edition = "2021"
|
||||
description = "XMR/BTC trustless atomic swaps."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue