Files
xrpl-dev-portal/content/blog/2023/clio-2.0.0.md
Amarantha Kulkarni b4489f8649 Migrate dev-blog to Redocly (#2346)
* Step 1 to migrate the blog - Add blog pages from the dev-blog repo

* Add blog-specific sidebar (& update contents)

* Add new dev reflections blog post from 01-23-2024

* Blog migration: fix markdoc errors and broken links

* Remove community pages from the sidebar

---------

Co-authored-by: mDuo13 <mduo13@gmail.com>
2024-01-31 16:10:32 -08:00

2.3 KiB

category, date, labels, targets
category date labels targets
2023 2023-10-31
Clio Release Notes
devblog

Introducing Clio version 2.0.0

Version 2.0.0 of Clio, an XRP Ledger API server optimized for HTTP and WebSocket API calls, is now available. This release adds new features, bug fixes, and amendment support.

Amendment Support

Several amendments have been introduced since Clio 1.0.4 and have transaction model changes. Clio 2.0.0 is built with libxrpl 1.12.0, which supports these amendments.

  • AMM
    • Note: the amm_info API method is not yet supported and will be introduced in a later release
  • Clawback
  • XRPFees

If these amendments are enabled and you have not upgraded Clio to 2.0.0 or newer, the ETL will be amendment blocked and new ledgers will not be processed.

To check the current voting status of these amendments on Mainnet, see the XRPScan Amendments Dashboard

Install / Upgrade

Package SHA-256
RPM for Red Hat / CentOS (x86-64) eae542dcee449b05fa821ff8fafa825e4932ac65bb12a452e578117a04c61466
Ubuntu Deb (x86_64) a10edc9f849eb7fa325fa861d5148ba007033da47c7fe16e4c8c50c01ab17422

For other platforms, please build from source. The most recent commit in the git log should be:

commit 7a1f902f421fae054599e1361b523923453342bd
Author: Alex Kremer <akremer@ripple.com>
Date:   Tue Oct 10 12:23:40 2023 +0100

    Fix http params handling discrepancy  (#913)

    Fixes #909

Database Migration

If you are currently running Clio on a previous version and upgrading to 2.0.0, you must perform a database migration to properly support NFT data. See the Clio 2.0.0 migration instructions for details.

What's Changed

See the Full Changelog on GitHub.

To report an issue, provide feedback, or propose a new idea, please open an issue.