From 130e93bf9ba94351154af960e57dcff275fdd336 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Thu, 19 Jun 2025 01:44:23 +0200 Subject: [PATCH] add change entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94839bf4..29c3edf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- **Load Balancing & Reliability**: Introduced `monero-rpc-pool`, a load-balancing proxy for Monero RPC nodes that automatically discovers healthy nodes and routes requests to improve connection reliability. +- **ASB Configuration**: 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. + ## [2.2.0-beta.2] - 2025-06-17 - We now call Monero function directly (via FFI bindings) instead of using `monero-wallet-rpc`.