mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
2.1 KiB
2.1 KiB
category, date, template, seo, labels, markdown
| category | date | template | seo | labels | markdown | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2025 | 2025-02-12 | ../../@theme/templates/blogpost |
|
|
|
Introducing Clio version 2.3.1
Version 2.3.1 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds bug fixes.
Bug fixes
- Update
libxrplto 2.3.1 by @kuznetsss in #1866. - Remove
InvalidHotWalleterror fromgateway_balancesRPC handler by @nkramer44 in #1830. - Fix
gateway_balancediscrepancy by @cindyyan317 in #1839
Install / Upgrade
| Package |
|---|
| Clio Server Linux Release (GCC) |
| Clio Server macOS Release (Apple Clang 15) |
For other platforms, please build from source. The most recent commit in the git log should be:
Merge: 47c0a6a2 8a418bfe
Author: Sergey Kuznetsov <skuznetsov@ripple.com>
Date: Tue Feb 4 17:10:12 2025 +0000
fix: gateway_balance discrepancy (#1839) (#1874)
Port of #1839 into 2.3.1.
Fixes #1832.
rippled code:
https://github.com/XRPLF/rippled/blob/develop/src/xrpld/rpc/handlers/GatewayBalances.cpp#L129
What's Changed
See the Full Changelog on GitHub.
Feedback
The Clio open-source project is seeking feedback and engagement from the XRPL community.
- To provide feedback, please fill out this survey.
- To report an issue or propose a new idea, please open an issue.