Skip to content

Commit e934a41

Browse files
gecko-bottyUnstoppableSwap Botty
andauthored
Prepare release 4.0.4 (#914)
Co-authored-by: UnstoppableSwap Botty <help@unstoppableswap.net>
1 parent ebc3bce commit e934a41

7 files changed

Lines changed: 14 additions & 11 deletions

File tree

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+
## [4.0.4] - 2026-03-20
11+
1012
- ASB: Tweak some networking configurations to make DOS harder.
1113

1214
## [4.0.3] - 2026-03-18
@@ -871,7 +873,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
871873
- 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.
872874
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
873875

874-
[unreleased]: https://github.com/eigenwallet/core/compare/4.0.3...HEAD
876+
[unreleased]: https://github.com/eigenwallet/core/compare/4.0.4...HEAD
877+
[4.0.4]: https://github.com/eigenwallet/core/compare/4.0.3...4.0.4
875878
[4.0.3]: https://github.com/eigenwallet/core/compare/4.0.2...4.0.3
876879
[4.0.2]: https://github.com/eigenwallet/core/compare/4.0.1...4.0.2
877880
[4.0.1]: https://github.com/eigenwallet/core/compare/4.0.0...4.0.1

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 = "4.0.3"
3+
version = "4.0.4"
44
authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
55
edition = "2024"
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": "4.0.3",
3+
"version": "4.0.4",
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 = "4.0.3"
3+
version = "4.0.4"
44
authors = ["The eigenwallet guys <hello@eigenwallet.org>", "The COMIT guys <hello@comit.network>"]
55
edition = "2024"
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 = "4.0.3"
3+
version = "4.0.4"
44
edition = "2024"
55

66
[[bin]]

swap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = ["The COMIT guys <hello@comit.network>"]
55
edition = "2024"
66
description = "XMR/BTC trustless atomic swaps."
@@ -23,8 +23,8 @@ monero-wallet = { path = "../monero-wallet" }
2323

2424
# Tor
2525
arti-client = { workspace = true, features = ["static-sqlite", "tokio", "rustls", "onion-service-service", "hs-pow-full"] }
26-
tor-rtcompat = { workspace = true, features = ["tokio"] }
2726
tor-hsservice = { workspace = true }
27+
tor-rtcompat = { workspace = true, features = ["tokio"] }
2828

2929
# LibP2P
3030
libp2p = { workspace = true, features = ["tcp", "yamux", "dns", "noise", "request-response", "ping", "rendezvous", "identify", "macros", "cbor", "json", "tokio", "serde", "rsa"] }

0 commit comments

Comments
 (0)