mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 14:15:55 -04:00
version: bump to 2.3.0-beta.1
This commit is contained in:
parent
01fb542fae
commit
3cb2d907f9
6 changed files with 6 additions and 7 deletions
|
@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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 + 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.
|
- 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
4
Cargo.lock
generated
|
@ -9596,7 +9596,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swap"
|
name = "swap"
|
||||||
version = "2.3.0-beta"
|
version = "2.3.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arti-client",
|
"arti-client",
|
||||||
|
@ -12141,7 +12141,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "2.3.0-beta"
|
version = "2.3.0-beta.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"monero-rpc-pool",
|
"monero-rpc-pool",
|
||||||
|
|
|
@ -43,7 +43,6 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Check that submodules are present (they should be initialized before building)
|
# 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 \
|
RUN if [ ! -f "monero-sys/monero/CMakeLists.txt" ]; then \
|
||||||
echo "ERROR: Submodules not initialized. Run 'git submodule update --init --recursive' before building Docker image."; \
|
echo "ERROR: Submodules not initialized. Run 'git submodule update --init --recursive' before building Docker image."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "unstoppableswap-gui-rs"
|
name = "unstoppableswap-gui-rs"
|
||||||
version = "2.3.0-beta"
|
version = "2.3.0-beta.1"
|
||||||
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"productName": "UnstoppableSwap",
|
"productName": "UnstoppableSwap",
|
||||||
"version": "2.3.0-beta",
|
"version": "2.3.0-beta.1",
|
||||||
"identifier": "net.unstoppableswap.gui",
|
"identifier": "net.unstoppableswap.gui",
|
||||||
"build": {
|
"build": {
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "swap"
|
name = "swap"
|
||||||
version = "2.3.0-beta"
|
version = "2.3.0-beta.1"
|
||||||
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue