From c25dd6bd74f2bf0ba58e7650b09ab856c7483e4e Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 30 Jul 2024 13:25:40 -0400 Subject: [PATCH 1/3] Add rippled 2.2.1 release announcement --- blog/2024/rippled-2.2.1.md | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 blog/2024/rippled-2.2.1.md diff --git a/blog/2024/rippled-2.2.1.md b/blog/2024/rippled-2.2.1.md new file mode 100644 index 0000000000..a65defb425 --- /dev/null +++ b/blog/2024/rippled-2.2.1.md @@ -0,0 +1,77 @@ +--- +category: 2024 +date: 2024-06-30 +labels: + - rippled Release Notes +theme: + markdown: + editPage: + hide: true +--- +# Introducing XRP Ledger version 2.2.1 + +Version 2.2.1 of `rippled`, the reference server implementation of the +XRP Ledger protocol, is now available. This release fixes a critical +bug, introduced in 2.2.0, when handling some types of RPC requests. It +does not introduce any new amendments. + + + +## Action Required + +Five amendments introduced in version 2.2.0 are open for voting according to the XRP Ledger's [amendment process](https://xrpl.org/amendments.html), which enables protocol changes following two weeks of >80% support from trusted validators. + +If you operate an XRP Ledger server version 2.2.0, upgrade to version +2.2.1 as soon as possible to ensure service continuity. + +If you operate an XRP Ledger server older than version 2.2.0, upgrade to +version 2.2.1 by August 14, 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.2.1-1.el7.x86_64.rpm) | `32312c90ac4c685f11b168c5b9ec75aee8f4b2d7bef5dc11b42232679d0cd1f4` | +| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.2.1-1_amd64.deb) | `f696e6898ad64e73d75bb9a1f50fb325b9675b168ffaeeacfce53fbd9e35bbee` | +| [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 +commit e6ef0fc26cb8d4db25075eaa1fe21fcc7f984751 +Author: Ed Hennis +Date: Mon Jul 22 18:08:16 2024 -0400 + + Set version to 2.2.1 +``` + + +## Full Changelog + +### Amendments + +- None + +### Bug fixes + +- Improve error handling in some RPC commands. [#5078](https://github.com/XRPLF/rippled/pull/5078) +- Use error codes throughout fast Base58 implementation. [#5078](https://github.com/XRPLF/rippled/pull/5078) + + +## 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: + + From 2aceb6b05c8e5926473881f7dc06ed5eda63c2e2 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 30 Jul 2024 13:38:54 -0400 Subject: [PATCH 2/3] Update blog/2024/rippled-2.2.1.md Co-authored-by: Rome Reginelli --- blog/2024/rippled-2.2.1.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/blog/2024/rippled-2.2.1.md b/blog/2024/rippled-2.2.1.md index a65defb425..7663bd233a 100644 --- a/blog/2024/rippled-2.2.1.md +++ b/blog/2024/rippled-2.2.1.md @@ -10,10 +10,7 @@ theme: --- # Introducing XRP Ledger version 2.2.1 -Version 2.2.1 of `rippled`, the reference server implementation of the -XRP Ledger protocol, is now available. This release fixes a critical -bug, introduced in 2.2.0, when handling some types of RPC requests. It -does not introduce any new amendments. +Version 2.2.1 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release fixes a critical bug, introduced in 2.2.0, when handling some types of RPC requests. It does not introduce any new amendments. From b2fd866ae9030a6fa4af0bf0cab4fed2b46e369e Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 30 Jul 2024 13:39:07 -0400 Subject: [PATCH 3/3] Update blog/2024/rippled-2.2.1.md Co-authored-by: Rome Reginelli --- blog/2024/rippled-2.2.1.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blog/2024/rippled-2.2.1.md b/blog/2024/rippled-2.2.1.md index 7663bd233a..5574546905 100644 --- a/blog/2024/rippled-2.2.1.md +++ b/blog/2024/rippled-2.2.1.md @@ -18,11 +18,9 @@ Version 2.2.1 of `rippled`, the reference server implementation of the XRP Ledge Five amendments introduced in version 2.2.0 are open for voting according to the XRP Ledger's [amendment process](https://xrpl.org/amendments.html), which enables protocol changes following two weeks of >80% support from trusted validators. -If you operate an XRP Ledger server version 2.2.0, upgrade to version -2.2.1 as soon as possible to ensure service continuity. +If you operate an XRP Ledger server version 2.2.0, upgrade to version 2.2.1 as soon as possible to ensure service continuity. -If you operate an XRP Ledger server older than version 2.2.0, upgrade to -version 2.2.1 by August 14, 2024 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network. +If you operate an XRP Ledger server older than version 2.2.0, upgrade to version 2.2.1 by August 14, 2024 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network. ## Install / Upgrade