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: docs/concepts/tokens/fungible-tokens/deep-freeze.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Deep Freeze lets token issuers on the XRP Ledger prevent token misuse by frozen
11
11
12
12
Deep Freeze impacts trust lines that interact with payments, offers, DEX, and AMM. Issuers can block sending and receiving of funds for holders in deep freeze.
13
13
14
-
_(Requires the [DeepFreeze amendment][]{% not-enabled /%})_
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).
@@ -307,9 +307,9 @@ However, the amendment was added to `rippled` v0.60.0 before implementation was
307
307
[DeepFreeze]: #deepfreeze
308
308
309
309
| Amendment | DeepFreeze |
310
-
|:-------------|:------------------|
310
+
|:-------------|:-----------|
311
311
| Amendment ID | DAF3A6EB04FA5DC51E8E4F23E9B7022B693EFA636F23F22664746C77B5786B23 |
312
-
| Status |Open for Voting|
312
+
| Status |Enabled|
313
313
| Default Vote (Latest stable release) | No |
314
314
| Pre-amendment functionality retired? | No |
315
315
@@ -428,7 +428,7 @@ Without this amendment, any account can create these objects with any object as
428
428
[DynamicNFT]: #dynamicnft
429
429
430
430
| Amendment | DynamicNFT |
431
-
|:-------------|:-----------------|
431
+
|:-------------|:-----------|
432
432
| Amendment ID | C1CE18F2A268E6A849C27B3DE485006771B4C01B2FCEC4F18356FE92ECD6BB74 |
433
433
| Status | Open for Voting |
434
434
| Default Vote (Latest stable release) | No |
@@ -880,7 +880,7 @@ This amendment has no effect unless the [FlowCross][] amendment is enabled.
880
880
| Amendment | fixFrozenLPTokenTransfer |
881
881
|:-------------|:-------------------------|
882
882
| Amendment ID | 83FD6594FF83C1D105BD2B41D7E242D86ECB4A8220BD9AF4DA35CB0F69E39B2A |
883
-
| Status |Open for Voting|
883
+
| Status |Expected|
884
884
| Default Vote (Latest stable release) | No |
885
885
| Pre-amendment functionality retired? | No |
886
886
@@ -936,14 +936,15 @@ It is believed that this change does not affect transaction processing, but it i
936
936
[fixInvalidTxFlags]: #fixinvalidtxflags
937
937
938
938
| Amendment | fixInvalidTxFlags |
939
-
|:-------------|:-------------------------|
940
-
| Amendment ID | 8EC4304A06AF03BE953EA6EDA494864F6F3F30AA002BABA35869FBB8C6AE5D52 |
941
-
| Status |Open for Voting|
939
+
|:-------------|:------------------|
940
+
| Amendment ID | 8EC4304A06AF03BE953EA6EDA494864F6F3F30AA002BABA35869FBB8C6AE5D52 |
941
+
| Status |Expected|
942
942
| Default Vote (Latest stable release) | No |
943
943
| Pre-amendment functionality retired? | No |
944
944
945
945
Adds flag checks for `CredentialCreate`, `CredentialAccept`, and `CredentialDelete` transactions. With this amendment enabled, these transactions will return a `temINVALID_FLAG` error if they include a flag that doesn't exist, or a contradictory combination of flags.
0 commit comments