Skip to content

Commit c72bc36

Browse files
committed
update known amendments
1 parent eae6a9e commit c72bc36

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/_snippets/common-links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
[DirectoryNodeエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
115115
[DirectoryNodeオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
116116
[DisallowIncoming amendment]: /resources/known-amendments.md#disallowincoming
117+
[DynamicNFT amendment]: /resources/known-amendments.md#dynamicnft
117118
[EnableAmendment pseudo-transaction]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
118119
[EnableAmendment pseudo-transactions]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
119120
[EnableAmendment]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md

resources/known-amendments.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This list is updated manually. For a live view of amendment voting, see the Amen
1717

1818
| Name | Introduced | Status |
1919
|:----------------------------------|:-----------|:------------------------------|
20+
| [DynamicNFT][] | v2.4.0 | {% badge href="https://xrpl.org/blog/2025/rippled-2.4.0" %}Open for Voting: 2025-03-05{% /badge %} |
2021
| [AMMClawback][] | v2.3.0 | {% badge href="https://livenet.xrpl.org/transactions/8672DFD11FCF79F8E8F92E300187E8E533899ED8C8CF5AFB1A9C518195C16261" %}Enabled: 2025-01-30{% /badge %} |
2122
| [Credentials][] | v2.3.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.3.0" %}Open for Voting: 2024-11-26{% /badge %} |
2223
| [fixAMMv1_2][] | v2.3.0 | {% badge href="https://livenet.xrpl.org/transactions/71D5031A5BD927BDFE424E51699E69F2784097D615D0852BF20C168BA9B5EA76" %}Enabled: 2025-01-30{% /badge %} |
@@ -399,6 +400,22 @@ Changes transaction processing to check the status of those flags before creatin
399400
Without this amendment, any account can create these objects with any object as the destination; while this is usually harmless, it can block an account from later being deleted, and may also be used as part of scams.
400401

401402

403+
### DynamicNFT
404+
[DynamicNFT]: #dynamicnft
405+
406+
| Amendment | DisallowIncoming |
407+
|:-------------|:-----------------|
408+
| Amendment ID | |
409+
| Status | Open for Voting |
410+
| Default Vote (Latest stable release) | No |
411+
| Pre-amendment functionality retired? | No |
412+
413+
Adds functionality to update the `URI` field of an `NFToken` ledger entry. This amendment introduces a new transaction type and `NFTokenMint` flag:
414+
415+
1. `NFTokenModify`: New transaction type that updates the `URI` field of an NFT.
416+
2. `tfMutable`: New flag that enables authorized accounts to modify the `URI` of an NFT. This flag must be enabled when the NFT is initially minted.
417+
418+
402419
### EnforceInvariants
403420
[EnforceInvariants]: #enforceinvariants
404421

0 commit comments

Comments
 (0)