Skip to content

Commit faac130

Browse files
committed
clean up language
1 parent 92a5453 commit faac130

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

blog/2025/rippled-2.3.1.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
category: 2025
3-
date: 2025-01-27
3+
date: 2025-01-29
44
seo:
55
title: Introducing XRP Ledger version 2.3.1
66
description: rippled version 2.3.1 is now available. This version introduces new features and stability fixes.
@@ -12,7 +12,7 @@ markdown:
1212
---
1313
# Introducing XRP Ledger version 2.3.1
1414

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.
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 for peer charges.
1616

1717
## Action Required
1818

@@ -47,10 +47,11 @@ Date: Mon Nov 25 12:27:17 2024 -0800
4747

4848
### Bug Fixes and Updates
4949

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.
50+
- Reduce peer charges for well-behaved peers. ([#5243](https://github.com/XRPLF/rippled/pull/5243))
51+
- Fix an erroneous high fee penalty that some peers could incur for sending older transactions.
52+
- Update the fees charged for imposing a load on the server.
53+
- Fix to prevent interal pseudo-transactions from relaying. Previously, pseudo-transcations received from a peer failed the signature check because they had no signature--even if they were requested using `TMGetObjectByHash`. This caused the peer to be charged for an invalid signature. This fix places pseudo-transactions only in the global cache (TransactionMaster). If the transaction is not part of a `TMTransactions` batch, the peer is charged an unwanted data fee. These fees won't be a problem in the normal course of operations, but should dissuade peers from sending many unwanted transactions.
54+
- Improve logging to specify the reason for fees charged to a peer.
5455

5556
## Credits
5657

0 commit comments

Comments
 (0)