From 75cd38556016f78ecec902945047b2ca3142c3ec Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 26 Mar 2024 17:54:46 -0700 Subject: [PATCH] Add rippled 2.1.1 release announcement [draft] --- blog/2024/rippled-2.1.1.md | 63 ++++++++++++++++++++++++++++++++++++++ blog/sidebars.yaml | 1 + 2 files changed, 64 insertions(+) create mode 100644 blog/2024/rippled-2.1.1.md diff --git a/blog/2024/rippled-2.1.1.md b/blog/2024/rippled-2.1.1.md new file mode 100644 index 00000000000..3b279d46895 --- /dev/null +++ b/blog/2024/rippled-2.1.1.md @@ -0,0 +1,63 @@ +--- +category: 2024 +date: 2024-03-27 +labels: + - rippled Release Notes +theme: + markdown: + editPage: + hide: true +--- +# Introducing XRP Ledger version 2.1.1 + +Version 2.1.1 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release introduces the **fixAMMOverflowOffer** amendment, which fixes a critical bug in the integration of AMMs with the payment engine. + + + +## Action Required + +The new **fixAMMOverflowOffer** amendment is now open for voting according to the XRP Ledger's [amendment process](../../docs/concepts/networks-and-servers/amendments.md), which enables protocol changes following two weeks of >80% support from trusted validators. + +Due to the importance of this fix, the default vote in the source code has been set to YES. For information on how to configure your validator's amendment voting, see [Configure Amendment Voting](../../docs/infrastructure/configuration/configure-amendment-voting.md). + +If you operate an XRP Ledger server, upgrade to version 2.1.1 by April 8, 2024 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network. + +## Install / Upgrade + +On supported platforms, see the [instructions on installing or updating `rippled`](../../docs/infrastructure/installation/index.md). + +| Package | SHA-256 | +|:--------|:--------| +| [RPM for Red Hat / CentOS (x86-64)](https://repos.ripple.com/repos/rippled-rpm/stable/rippled-2.1.1-1.el7.x86_64.rpm) | `TODO` | +| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.1.1-1_amd64.deb) | `TODO` | +| [Portable Builds (Linux x86-64)](https://github.com/XRPLF/rippled-portable-builds) | (Use signature verification) | + +For other platforms, please [build from source](https://github.com/ripple/rippled/tree/master/Builds). The most recent commit in the git log should be the change setting the version: + +```text +TODO +``` + + +## Full Changelog + +### Amendments + +- **fixAMMOverflowOffer**: Fix improper handling of a large synthetic AMM offers in the payment engine. + + +## Contact and More Information + +[Sign Up for Future Release Announcements](https://groups.google.com/g/ripple-server) + +The public source code repository for `rippled` is hosted on GitHub at . + +We welcome all contributions and invite everyone to join the community of XRP Ledger developers to help build the Internet of Value. + +#### Bug Bounties and Responsible Disclosures: + +We welcome reviews of the `rippled` code and urge researchers to responsibly disclose any issues they may find. + +To report a bug, please send a detailed report to: + + diff --git a/blog/sidebars.yaml b/blog/sidebars.yaml index 616b150c612..068edb5bd1f 100644 --- a/blog/sidebars.yaml +++ b/blog/sidebars.yaml @@ -5,6 +5,7 @@ - group: '2024' expanded: false items: + - page: 2024/rippled-2.1.1.md - page: 2024/amm-status-update.md - page: 2024/get-ready-for-amm.md - page: 2024/verifyed.md