add change entry

This commit is contained in:
Binarybaron 2025-06-19 01:44:23 +02:00
parent ff5e1c02bc
commit 130e93bf9b

View file

@ -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`.