Skip to content

Commit 92a5453

Browse files
committed
Draft release blog for 2.3.1
1 parent e637346 commit 92a5453

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

blog/2025/rippled-2.3.1.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
category: 2025
3+
date: 2025-01-27
4+
seo:
5+
title: Introducing XRP Ledger version 2.3.1
6+
description: rippled version 2.3.1 is now available. This version introduces new features and stability fixes.
7+
labels:
8+
- rippled Release Notes
9+
markdown:
10+
editPage:
11+
hide: true
12+
---
13+
# Introducing XRP Ledger version 2.3.1
14+
15+
Version 2.3.1 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release includes bug fixes and updates.
16+
17+
## Action Required
18+
19+
If you run an XRP Ledger server, upgrade to version 2.3.1 as soon as possible to ensure service continuity.
20+
21+
## Install / Upgrade
22+
23+
On supported platforms, see the [instructions on installing or updating `rippled`](../../docs/infrastructure/installation/index.md).
24+
25+
| Package | SHA-256 |
26+
|:--------|:--------|
27+
| [RPM for Red Hat / CentOS (x86-64)](https://repos.ripple.com/repos/rippled-rpm/stable/rippled-2.3.1-1.el7.x86_64.rpm) | `fb74f401e5ba121bbc37e6188aa064488ad78ffef549a1e19bc8b71316d08031` |
28+
| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.3.1-1_amd64.deb) | `5d616d53218b47a2f0803c1d37d410f72d19b57cdb9cabdf77b1cf0134cce3ca` |
29+
| [Portable Builds (Linux x86-64)](https://github.com/XRPLF/rippled-portable-builds) | (Use signature verification) |
30+
31+
For other platforms, please [build from source](https://github.com/XRPLF/rippled/blob/master/BUILD.md). The most recent commit in the git log should be the change setting the version:
32+
33+
```text
34+
commit f64cf9187affd69650907d0d92e097eb29693945
35+
Author: Elliot Lee <github.public@intelliot.com>
36+
Date: Mon Nov 25 12:27:17 2024 -0800
37+
38+
Set version to 2.3.0
39+
```
40+
41+
42+
## Full Changelog
43+
44+
### Amendments and New Features
45+
46+
- None
47+
48+
### Bug Fixes and Updates
49+
50+
- A fix for an erroneous high fee penalty that peers could incur for sending older transactions.
51+
- An update to the fees charged for imposing a load on the server.
52+
- A fix to prevent the relaying of internal pseudo-transactions. Previously, psuedo-transactions received from a peer failed the signature check, even if they were requested (using TMGetObjectByHash), because they had no signature. This caused the peer to be charged for an invalid signature. With the fix, pseudo-transactions are placed in the global cache (TransactionMaster) only. If the transaction is not part of a TMTransactions batch, the peer is charged an unwanted data fee. These fees will not be a problem in the normal course of operations, but should dissuade peers from sending a bunch of unwanted transactions.
53+
- Improved logging now specifies the reason for the fee charged to the peer.
54+
55+
## Credits
56+
57+
The following people contributed directly to this release:
58+
59+
- Ed Hennis <ed@ripple.com>
60+
- JoelKatz <DavidJoelSchwartz@GMail.com>
61+
- Sophia Xie <106177003+sophiax851@users.noreply.github.com>
62+
- Valentin Balaschenko <13349202+vlntb@users.noreply.github.com>
63+
64+
65+
## Bug Bounties and Responsible Disclosures
66+
67+
We welcome reviews of the `rippled` code and urge researchers to responsibly disclose any issues they may find.
68+
69+
To report a bug, please send a detailed report to: <bugs@xrpl.org>
70+

blog/sidebars.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
- group: '2025'
77
expanded: false
88
items:
9-
- page: 2025/vulnerabilitydisclosurereport-bug-nov2024.md
9+
- page: 2025/rippled-2.3.1.md
1010
- page: 2025/devnet-reset.md
11+
- page: 2025/vulnerabilitydisclosurereport-bug-nov2024.md
1112
- group: '2024'
1213
expanded: false
1314
items:

0 commit comments

Comments
 (0)