diff --git a/blog/2025/rippled-2.6.0.md b/blog/2025/rippled-2.6.0.md index 6a7b93d6a1..8b90b1ea69 100644 --- a/blog/2025/rippled-2.6.0.md +++ b/blog/2025/rippled-2.6.0.md @@ -79,8 +79,8 @@ Date: Tue Jun 17 10:38:07 2025 -0700 ### Other Improvements - Removed release notes from the `rippled` codebase to facilitate more frequent releases. ([#5508](https://github.com/XRPLF/rippled/pull/5508)) -- Removed the obsolete `OwnerPaysFee` amendment. ([#5435](https://github.com/XRPLF/rippled/pull/5435), [#5550](https://github.com/XRPLF/rippled/pull/5550)) -- Removed the obsolete `FlowCross` amendment. ([#5562](https://github.com/XRPLF/rippled/pull/5562), [#5575](https://github.com/XRPLF/rippled/pull/5575)) +- Removed the obsolete `OwnerPaysFee` amendment. It was never enabled. ([#5435](https://github.com/XRPLF/rippled/pull/5435), [#5550](https://github.com/XRPLF/rippled/pull/5550)) +- Retired the `FlowCross` amendment. The functionality is now part of the core protocol unconditionally. ([#5562](https://github.com/XRPLF/rippled/pull/5562), [#5575](https://github.com/XRPLF/rippled/pull/5575)) - Added an `XRPL_ABANDON` macro for features that were never enabled or implemented. ([#5510](https://github.com/XRPLF/rippled/pull/5510)) - Switched some unit tests to doctests. ([#5383](https://github.com/XRPLF/rippled/pull/5383)) - Refactored `CredentialHelpers` and removed unnecessary dependencies. ([#5487](https://github.com/XRPLF/rippled/pull/5487)) diff --git a/resources/known-amendments.md b/resources/known-amendments.md index d63401b37d..d9d8ee3785 100644 --- a/resources/known-amendments.md +++ b/resources/known-amendments.md @@ -23,7 +23,6 @@ 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 %} | | | [SingleAssetVault][] | {% badge %}In Development: TBD{% /badge %} | [Single Asset Vault (Ripple Opensource)](https://opensource.ripple.com/docs/xls-65d-single-asset-vault) | {% admonition type="success" name="Tip" %} @@ -41,6 +40,7 @@ The following is a list of known [amendments](../docs/concepts/networks-and-serv | [fixNFTokenDirV1][] | v1.9.1 | {% badge %}Obsolete: To Be Removed{% /badge %} | | [NonFungibleTokensV1][] | v1.9.0 | {% badge %}Obsolete: To Be Removed{% /badge %} | | [CryptoConditionsSuite][] | v0.60.0 | {% badge %}Obsolete: To Be Removed{% /badge %} | +| [OwnerPaysFee][] | v0.33.0 | {% badge href="https://xrpl.org/blog/2017/rippled-0.80.0" %}Obsolete: Removed in v0.80.0{% /badge %} | | [SHAMapV2][] | v0.32.1 | {% badge href="https://xrpl.org/blog/2019/rippled-1.4.0.html" %}Obsolete: Removed in v1.4.0{% /badge %} | | [Tickets][] | v0.30.1 | {% badge href="https://xrpl.org/blog/2018/rippled-0.90.0.html" %}Obsolete: Removed in v0.90.0{% /badge %} | | [SusPay][] | v0.31.0 | {% badge href="https://xrpl.org/blog/2017/ticksize-voting.html#upcoming-features" %}Obsolete: Removed in v0.60.0{% /badge %} | @@ -1544,7 +1544,7 @@ It has no other effects. | Amendment | OwnerPaysFee | |:-------------|:-------------| | Amendment ID | 9178256A980A86CF3D70D0260A7DA6402AAFE43632FDBCB88037978404188871 | -| Status | In Development | +| Status | Obsolete | | Default Vote (Latest stable release) | N/A | | Pre-amendment functionality retired? | No |