version: bump to 2.3.0-beta.1

This commit is contained in:
Binarybaron 2025-06-19 02:35:12 +02:00
parent 01fb542fae
commit 3cb2d907f9
6 changed files with 6 additions and 7 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.3.0-beta] - 2025-06-19
## [2.3.0-beta.1] - 2025-06-19
- ASB + CLI + GUI: Introduce a load-balancing proxy for Monero RPC nodes that automatically discovers healthy nodes and routes requests to improve connection reliability.
- ASB: Added `monero_node_pool` boolean option to ASB config. When enabled, the ASB uses the internal Monero RPC pool instead of connecting directly to a single daemon URL, providing improved reliability and automatic failover across multiple Monero nodes.

4
Cargo.lock generated
View file

@ -9596,7 +9596,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
[[package]]
name = "swap"
version = "2.3.0-beta"
version = "2.3.0-beta.1"
dependencies = [
"anyhow",
"arti-client",
@ -12141,7 +12141,7 @@ dependencies = [
[[package]]
name = "unstoppableswap-gui-rs"
version = "2.3.0-beta"
version = "2.3.0-beta.1"
dependencies = [
"anyhow",
"monero-rpc-pool",

View file

@ -43,7 +43,6 @@ ENV PATH="/root/.cargo/bin:${PATH}"
COPY . .
# Check that submodules are present (they should be initialized before building)
# Run: git submodule update --init --recursive before building this Docker image
RUN if [ ! -f "monero-sys/monero/CMakeLists.txt" ]; then \
echo "ERROR: Submodules not initialized. Run 'git submodule update --init --recursive' before building Docker image."; \
exit 1; \

View file

@ -1,6 +1,6 @@
[package]
name = "unstoppableswap-gui-rs"
version = "2.3.0-beta"
version = "2.3.0-beta.1"
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1,6 +1,6 @@
{
"productName": "UnstoppableSwap",
"version": "2.3.0-beta",
"version": "2.3.0-beta.1",
"identifier": "net.unstoppableswap.gui",
"build": {
"devUrl": "http://localhost:1420",

View file

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