Skip to content

Commit c25dd6b

Browse files
committed
Add rippled 2.2.1 release announcement
1 parent 88ae80c commit c25dd6b

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

blog/2024/rippled-2.2.1.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
category: 2024
3+
date: 2024-06-30
4+
labels:
5+
- rippled Release Notes
6+
theme:
7+
markdown:
8+
editPage:
9+
hide: true
10+
---
11+
# Introducing XRP Ledger version 2.2.1
12+
13+
Version 2.2.1 of `rippled`, the reference server implementation of the
14+
XRP Ledger protocol, is now available. This release fixes a critical
15+
bug, introduced in 2.2.0, when handling some types of RPC requests. It
16+
does not introduce any new amendments.
17+
18+
<!-- BREAK -->
19+
20+
## Action Required
21+
22+
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.
23+
24+
If you operate an XRP Ledger server version 2.2.0, upgrade to version
25+
2.2.1 as soon as possible to ensure service continuity.
26+
27+
If you operate an XRP Ledger server older than version 2.2.0, upgrade to
28+
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.
29+
30+
## Install / Upgrade
31+
32+
On supported platforms, see the [instructions on installing or updating `rippled`](../../docs/infrastructure/installation/index.md).
33+
34+
| Package | SHA-256 |
35+
|:--------|:--------|
36+
| [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` |
37+
| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.2.1-1_amd64.deb) | `f696e6898ad64e73d75bb9a1f50fb325b9675b168ffaeeacfce53fbd9e35bbee` |
38+
| [Portable Builds (Linux x86-64)](https://github.com/XRPLF/rippled-portable-builds) | (Use signature verification) |
39+
40+
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:
41+
42+
```text
43+
commit e6ef0fc26cb8d4db25075eaa1fe21fcc7f984751
44+
Author: Ed Hennis <ed@ripple.com>
45+
Date: Mon Jul 22 18:08:16 2024 -0400
46+
47+
Set version to 2.2.1
48+
```
49+
50+
51+
## Full Changelog
52+
53+
### Amendments
54+
55+
- None
56+
57+
### Bug fixes
58+
59+
- Improve error handling in some RPC commands. [#5078](https://github.com/XRPLF/rippled/pull/5078)
60+
- Use error codes throughout fast Base58 implementation. [#5078](https://github.com/XRPLF/rippled/pull/5078)
61+
62+
63+
## Contact and More Information
64+
65+
[Sign Up for Future Release Announcements](https://groups.google.com/g/ripple-server)
66+
67+
The public source code repository for `rippled` is hosted on GitHub at <https://github.com/XRPLF/rippled>.
68+
69+
We welcome all contributions and invite everyone to join the community of XRP Ledger developers to help build the Internet of Value.
70+
71+
#### Bug Bounties and Responsible Disclosures:
72+
73+
We welcome reviews of the `rippled` code and urge researchers to responsibly disclose any issues they may find.
74+
75+
To report a bug, please send a detailed report to: <bugs@xrpl.org>
76+
77+

0 commit comments

Comments
 (0)