mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
update package links, commit log, and known amendments
This commit is contained in:
@@ -37,18 +37,18 @@ On supported platforms, see the [instructions on installing or updating `rippled
|
||||
|
||||
| Package | SHA-256 |
|
||||
|:--------|:--------|
|
||||
| [RPM for Red Hat / CentOS (x86-64)](https://repos.ripple.com/repos/rippled-rpm/stable/rippled-2.5.0-1.el7.x86_64.rpm) | `TBD` |
|
||||
| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.5.0-1_amd64.deb) | `TBD` |
|
||||
| [RPM for Red Hat / CentOS (x86-64)](https://repos.ripple.com/repos/rippled-rpm/stable/rippled-2.5.0-1.el7.x86_64.rpm) | `7719be1889619a37a83795a9740d803bbc1c08b0bd8c755cbf266aeb68b875b6` |
|
||||
| [DEB for Ubuntu / Debian (x86-64)](https://repos.ripple.com/repos/rippled-deb/pool/stable/rippled_2.5.0-1_amd64.deb) | `d935f678624349e422dff1944a40acaf3e287b11244b4f5b5056cb343fc31e9d` |
|
||||
| [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/XRPLF/rippled/blob/master/BUILD.md). The most recent commit in the git log should be the change setting the version:
|
||||
|
||||
```text
|
||||
commit 11edaa441db07d527fe16c300b822239de7d7012
|
||||
commit 1e01cd34f7a216092ed779f291b43324c167167a
|
||||
Author: Michael Legleux <mlegleux@ripple.com>
|
||||
Date: Wed Jun 4 10:55:23 2025 -0700
|
||||
Date: Tue Jun 17 10:38:07 2025 -0700
|
||||
|
||||
Set version to 2.5.0-rc1
|
||||
Set version to 2.5.0
|
||||
```
|
||||
|
||||
{% admonition type="info" name="Note" %} After this release, we will no longer support GCC versions older than 12, Clang (including Apple Clang) versions older than 16, or Conan 1. {% /admonition %}
|
||||
|
||||
@@ -17,7 +17,13 @@ This list is updated manually. For a live view of amendment voting, see the Amen
|
||||
|
||||
| Name | Introduced | Status |
|
||||
|:----------------------------------|:-----------|:------------------------------|
|
||||
| [Batch][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [PermissionDelegation][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [PermissionedDEX][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [TokenEscrow][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [fixAMMv1_3][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [fixEnforceNFTokenTrustlineV2][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [fixPayChanCancelAfter][] | v2.5.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.5.0" %}Open for Voting: 2025-06-23{% /badge %} |
|
||||
| [DynamicNFT][] | v2.4.0 | {% badge href="https://xrpl.org/blog/2025/fixes-enabled-dnfts-expected" %}Expected: 2025-06-11{% /badge %} |
|
||||
| [PermissionedDomains][] | v2.4.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.4.0" %}Open for Voting: 2025-03-06{% /badge %} |
|
||||
| [Credentials][] | v2.3.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.3.0" %}Open for Voting: 2024-11-26{% /badge %} |
|
||||
@@ -114,13 +120,7 @@ The following is a list of [amendments](../docs/concepts/networks-and-servers/am
|
||||
| [Hooks][] | {% badge %}In Development: TBD{% /badge %} | [XRPL Hooks](https://hooks.xrpl.org/) |
|
||||
| [InvariantsV1_1][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [OwnerPaysFee][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [Batch][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [fixAMMv1_3][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [fixEnforceNFTokenTrustlineV2][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [fixPayChanCancelAfter][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [PermissionedDEX][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [SingleAssetVault][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
| [TokenEscrow][] | {% badge %}In Development: TBD{% /badge %} | |
|
||||
|
||||
{% admonition type="success" name="Tip" %}
|
||||
This list is updated manually. If you're working on an amendment and have a private network to test the changes, you can edit this page to add your in-development amendment to this list. For more information on contributing to the XRP Ledger, see [Contribute Code to the XRP Ledger](contribute-code/index.md).
|
||||
@@ -201,7 +201,7 @@ For details, see the [XLS-73: AMMClawback specification](https://github.com/XRPL
|
||||
| Amendment | Batch |
|
||||
|:-------------|:------|
|
||||
| Amendment ID | 894646DD5284E97DECFE6674A6D6152686791C4A95F8C132CCA9BAF9E5812FB6 |
|
||||
| Status | In Development |
|
||||
| Status | Open for Voting |
|
||||
| Default Vote (Latest stable release) | No |
|
||||
| Pre-amendment functionality retired? | No |
|
||||
|
||||
@@ -810,7 +810,7 @@ Fixes two bugs in Automated Market Maker (AMM) transaction processing:
|
||||
| Amendment | fixAMMv1_3 |
|
||||
|:-------------|:-----------|
|
||||
| Amendment ID | 7CA70A7674A26FA517412858659EBC7EDEEF7D2D608824464E6FDEFD06854E14 |
|
||||
| Status | In Development |
|
||||
| Status | Open for Voting |
|
||||
| Default Vote (Latest stable release) | No |
|
||||
| Pre-amendment functionality retired? | No |
|
||||
|
||||
@@ -1147,7 +1147,7 @@ See [Issue 4373](https://github.com/XRPLF/rippled/issues/4373).
|
||||
| Amendment | fixPayChanCancelAfter |
|
||||
|:-------------|:----------------------|
|
||||
| Amendment ID | D3456A862DC07E382827981CA02E21946E641877F19B8889031CC57FDCAC83E2 |
|
||||
| Status | In Development |
|
||||
| Status | Open for Voting |
|
||||
| Default Vote (Latest stable release) | No |
|
||||
| Pre-amendment functionality retired? | No |
|
||||
|
||||
@@ -1688,7 +1688,7 @@ Specification: [XLS-75](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-
|
||||
| Amendment | PermissionedDEX |
|
||||
|:-------------|:----------------|
|
||||
| Amendment ID | 677E401A423E3708363A36BA8B3A7D019D21AC5ABD00387BDBEA6BDE4C91247E |
|
||||
| Status | In Development |
|
||||
| Status | Open for Voting |
|
||||
| Default Vote (Latest stable release) | No |
|
||||
| Pre-amendment functionality retired? | No |
|
||||
|
||||
@@ -1853,7 +1853,7 @@ Introduces a `TickSize` field to accounts, which can be set with the [AccountSet
|
||||
| Amendment | TokenEscrow |
|
||||
|:-------------|:------------|
|
||||
| Amendment ID | 138B968F25822EFBF54C00F97031221C47B1EAB8321D93C7C2AEAF85F04EC5DF |
|
||||
| Status | In Development |
|
||||
| Status | Open for Voting |
|
||||
| Default Vote (Latest stable release) | No |
|
||||
| Pre-amendment functionality retired? | No |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user