You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024/rippled-2.3.0.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
category: 2024
3
-
date: 2024-12-02
3
+
date: 2024-11-25
4
4
seo:
5
5
title: Introducing XRP Ledger version 2.3.0
6
6
description: rippled version 2.3.0 is now available. This version introduces new features and stability fixes.
@@ -12,14 +12,14 @@ markdown:
12
12
---
13
13
# Introducing XRP Ledger version 2.3.0
14
14
15
-
Version 2.3.0 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release includes 8 new amendments, including Multi-Purpose Tokens, Credentials, Clawback support for AMMs, and the ability to make offers as part of minting NFTs. Additionally, this release includes important fixes for stability, so server operators are encouraged to upgrade as soon as possible.
15
+
Version 2.3.0 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release includes 8 new amendments, including Multi-Purpose Tokens (MPTs), Credentials, Clawback support for AMMs, and the ability to make offers as part of minting NFTs. Additionally, this release includes important fixes for stability, so server operators are encouraged to upgrade as soon as possible.
16
16
17
17
18
18
## Action Required
19
19
20
20
If you run an XRP Ledger server, upgrade to version 2.3.0 as soon as possible to ensure service continuity.
21
21
22
-
Additionally, new amendments are now 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. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network.
22
+
Additionally, new amendments are 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. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network.
23
23
24
24
## Install / Upgrade
25
25
@@ -31,7 +31,7 @@ On supported platforms, see the [instructions on installing or updating `rippled
31
31
|[DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.3.0-1_amd64.deb)|`c773c9e33cb0e661cc8805bd55bf1e28b36c399107a562bae1d2291515ef9838`|
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:
34
+
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:
The following amendments are open for voting with this release:
50
50
51
-
-**XLS-70 Credentials** - Users can issue Credentials on the ledger and use Credentials to pre-approve incoming payments when using Deposit Authorization instead of individually approving payers. ([#5103](https://github.com/XRPLF/rippled/pull/5103))
51
+
-**XLS-70 Credentials** - Introduces the ability to issue Credentials on the ledger and use these Credentials to pre-approve incoming payments when using Deposit Authorization instead of individually approving payers. ([#5103](https://github.com/XRPLF/rippled/pull/5103))
52
52
- related fix: #5189 (https://github.com/XRPLF/rippled/pull/5189)
53
-
-**XLS-33 Multi-Purpose Tokens** - A new type of fungible token optimized for institutional DeFi including stablecoins. ([#5143](https://github.com/XRPLF/rippled/pull/5143))
53
+
-**XLS-33 Multi-Purpose Tokens** - Introduces a new type of fungible token optimized for institutional DeFi including stablecoins. ([#5143](https://github.com/XRPLF/rippled/pull/5143))
54
54
-**XLS-37 AMM Clawback** - Allows clawback-enabled tokens to be used in AMMs, with appropriate guardrails. ([#5142](https://github.com/XRPLF/rippled/pull/5142))
55
55
-**XLS-52 NFTokenMintOffer** - Allows creating an NFT sell offer as part of minting a new NFT. ([#4845](https://github.com/XRPLF/rippled/pull/4845))
56
56
-**fixAMMv1_2** - Fixes two bugs in Automated Market Maker (AMM) transaction processing. ([#5176](https://github.com/XRPLF/rippled/pull/5176))
@@ -72,7 +72,7 @@ The following amendment is partially implemented but not open for voting:
72
72
- History Shards are removed. ([#5066](https://github.com/XRPLF/rippled/pull/5066))
73
73
- Reporting mode is removed. ([#5092](https://github.com/XRPLF/rippled/pull/5092))
74
74
75
-
For users wanting to store more ledger history, it is recommended to run a Clio server instead.
75
+
If you want to store more ledger history, it is recommended that you run a [Clio server](../../docs/concepts/networks-and-servers/the-clio-server.md) instead.
0 commit comments