Files
xrpl-dev-portal/blog/2025/clio-2.3.1.md
2025-04-28 15:36:46 -07:00

2.1 KiB

category, date, template, seo, labels, markdown
category date template seo labels markdown
2025 2025-02-12 ../../@theme/templates/blogpost
title description
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.
Clio Release Notes
editPage
hide
true

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 libxrpl to 2.3.1 by @kuznetsss in #1866.
  • Remove InvalidHotWallet error from gateway_balances RPC handler by @nkramer44 in #1830.
  • Fix gateway_balance discrepancy 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.