Skip to content

Commit fde485b

Browse files
authored
Merge pull request #2845 from XRPLF/did-enabled
Update Known Amendments page - DID amendment is enabled
2 parents 880eedf + 4c48121 commit fde485b

File tree

10 files changed

+15
-22
lines changed

10 files changed

+15
-22
lines changed

@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ seo:
55
description: 分散型ID(DID)の定義と詳細
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DID
1110
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L330-L341 "ソース)
1211

13-
_([DID Amendment][] {% not-enabled /%} が必要です。)_
12+
_([DID Amendment][])_
1413

1514
`DID`のレジャーエントリは、単一の[DID](../../../../concepts/decentralized-storage/decentralized-identifiers.md)への参照、またはそれに関連するデータを保持します。
1615

@l10n/ja/docs/references/protocol/transactions/types/diddelete.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ seo:
55
description: DIDを削除する。
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DIDDelete
1110

1211
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "ソース")
1312

14-
_([DID Amendment][] {% not-enabled /%} が必要です。)_
13+
_([DID Amendment][])_
1514

1615
指定した`Account`フィールドに関連付けられている[DIDレジャーエントリ](../../ledger-data/ledger-entry-types/did.md)を削除します。
1716

@l10n/ja/docs/references/protocol/transactions/types/didset.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ seo:
55
description: DIDを作成または更新します。
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DIDSet
1110

1211
[[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "ソース")
1312

14-
_([DID Amendment][] {% not-enabled /%} が必要です。)_
13+
_([DID Amendment][])_
1514

1615
新しい[DIDレジャーエントリ](../../ledger-data/ledger-entry-types/did.md)を作成したり、既存の項目を更新したりします。
1716

@l10n/ja/resources/known-amendments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ labels:
1919
|:----------------------------------|:-----------|:------------------------------------|
2020
| [fixXChainRewardRounding][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}投票中: 2024-06-04{% /badge %} |
2121
| [PriceOracle][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/05D03F7BF08BF4A915483F7B10EAC7016034656A54A8A6AD4A49A9AD362764A1" %}有効: 2024-11-02{% /badge %} |
22-
| [DID][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}投票中: 2024-01-09{% /badge %} |
22+
| [DID][] | v2.0.0 | {% badge href="https://livenet.xrpl.org/transactions/7239CF04E6E1EEC606269135DA3C916B82D4B010F5315E7AEB3D5A3B6B5B343D" %}有効: 2024-10-30{% /badge %} |
2323
| [XChainBridge][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}投票中: 2024-01-09{% /badge %} |
2424
| [fixEmptyDID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/A858AE8832981D77A4C5038D633CC9CBD54C9764BD2A3F8CA174E02D1736F472" %}有効: 2024-09-27{% /badge %} |
2525
| [fixPreviousTxnID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/C7A9804E1F499ABBF38D791BAD25B1479DB1CEA4E9B6C5C08D6D4EF13F41E171" %}有効: 2024-09-27{% /badge %} |
@@ -293,16 +293,16 @@ Clawbackはデフォルトでは無効になっています。Clawbackを使用
293293
| Amendment | DID |
294294
|:-------------|:----|
295295
| Amendment ID | DB432C3A09D9D5DFC7859F39AE5FF767ABC59AED0A9FB441E83B814D8946C109 |
296-
| ステータス | 投票中 |
296+
| ステータス | 有効 |
297297
| デフォルトの投票(最新の安定版) | いいえ |
298298
| Amendment前の機能は廃止? | いいえ |
299299

300300
[World Wide Web Consortium](https://www.w3.org/press-releases/2022/did-rec/)標準に準拠した分散アイデンティティ(DID)機能を追加します。DIDは、中央集権的な機関に依存せず、DID主体によって管理されるデジタルIDを提供します。
301301

302302
次の新しいトランザクションを追加します。
303303

304-
- DIDDelete - XRPLアカウントに関連付けられたDIDを削除します。
305-
- DIDSet - 新しいDIDを作成するか、既存のDIDを更新します。
304+
- [DIDDelete](../docs/references/protocol/transactions/types/diddelete.md) - XRPLアカウントに関連付けられたDIDを削除します。
305+
- [DIDSet](../docs/references/protocol/transactions/types/didset.md) - 新しいDIDを作成するか、既存のDIDを更新します。
306306

307307
新しい`DID`レジャーエントリタイプを追加します。
308308

docs/concepts/decentralized-storage/decentralized-identifiers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ html: decentralized-identifiers.html
33
parent: accounts.html
44
seo:
55
description: Decentralized identifiers enable verifiable, decentralized digital identities.
6-
status: not_enabled
76
labels:
87
- DID
98
---
109
# Decentralized Identifiers
1110

12-
_(Requires the [DID amendment][] {% not-enabled /%})_
11+
_(Requires the [DID amendment][])_
1312

1413
A Decentralized Identifier (DID) is a new type of identifier defined by the World Wide Web Consortium (W3C) that enables verifiable, digital identities. DIDs are fully under the control of the DID owner, independent from any centralized registry, identity provider, or certificate authority.
1514

docs/references/protocol/ledger-data/ledger-entry-types/did.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ seo:
55
description: The definition and details of a Decentralized Identifier (DID).
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DID
1110
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L330-L341 "Source")
1211

13-
_(Requires the [DID amendment][] {% not-enabled /%})_
12+
_(Requires the [DID amendment][])_
1413

1514
A `DID` ledger entry holds references to, or data associated with, a single [DID](../../../../concepts/decentralized-storage/decentralized-identifiers.md).
1615

docs/references/protocol/transactions/types/diddelete.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ seo:
55
description: Delete a DID.
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DIDDelete
1110

1211
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "Source")
1312

14-
_(Requires the [DID amendment][] {% not-enabled /%})_
13+
_(Requires the [DID amendment][])_
1514

1615
Delete the [DID ledger entry](../../ledger-data/ledger-entry-types/did.md) associated with the specified `Account` field.
1716

docs/references/protocol/transactions/types/didset.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ seo:
55
description: Create or update a DID.
66
labels:
77
- DID
8-
status: not_enabled
98
---
109
# DIDSet
1110

1211
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "Source")
1312

14-
_(Requires the [DID amendment][] {% not-enabled /%})_
13+
_(Requires the [DID amendment][])_
1514

1615
Creates a new [DID ledger entry](../../ledger-data/ledger-entry-types/did.md) or updates the fields of an existing one.
1716

resources/known-amendments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This list is updated manually. For a live view of amendment voting, see the Amen
1919
|:----------------------------------|:-----------|:------------------------------|
2020
| [fixXChainRewardRounding][] | v2.2.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.2.0" %}Open for Voting: 2024-06-04{% /badge %} |
2121
| [PriceOracle][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/05D03F7BF08BF4A915483F7B10EAC7016034656A54A8A6AD4A49A9AD362764A1" %}Enabled: 2024-11-02{% /badge %} |
22-
| [DID][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}Open for Voting: 2024-01-09{% /badge %} |
22+
| [DID][] | v2.0.0 | {% badge href="https://livenet.xrpl.org/transactions/7239CF04E6E1EEC606269135DA3C916B82D4B010F5315E7AEB3D5A3B6B5B343D" %}Enabled: 2024-10-30{% /badge %} |
2323
| [XChainBridge][] | v2.0.0 | {% badge href="https://xrpl.org/blog/2024/rippled-2.0.0.html" %}Open for Voting: 2024-01-09{% /badge %} |
2424
| [fixEmptyDID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/A858AE8832981D77A4C5038D633CC9CBD54C9764BD2A3F8CA174E02D1736F472" %}Enabled: 2024-09-27{% /badge %} |
2525
| [fixPreviousTxnID][] | v2.2.0 | {% badge href="https://livenet.xrpl.org/transactions/C7A9804E1F499ABBF38D791BAD25B1479DB1CEA4E9B6C5C08D6D4EF13F41E171" %}Enabled: 2024-09-27{% /badge %} |
@@ -293,16 +293,16 @@ Also changes the OfferCreate transaction to return `tecEXPIRED` when trying to c
293293
| Amendment | DID |
294294
|:-------------|:----|
295295
| Amendment ID | DB432C3A09D9D5DFC7859F39AE5FF767ABC59AED0A9FB441E83B814D8946C109 |
296-
| Status | Open for Voting |
296+
| Status | Enabled |
297297
| Default Vote (Latest stable release) | No |
298298
| Pre-amendment functionality retired? | No |
299299

300300
Adds to the ledger Decentralized Identifier (DID) functionality that conforms to the [World Wide Web Consortium](https://www.w3.org/press-releases/2022/did-rec/) standard. DIDs provide a digital identity, not dependent on a centralized authority and controlled by the DID subject.
301301

302302
Adds new transactions:
303303

304-
- DIDDelete - Delete the DID associated with your XRPL account.
305-
- DIDSet - Create a new DID or update an existing one.
304+
- [DIDDelete](../docs/references/protocol/transactions/types/diddelete.md) - Delete the DID associated with your XRPL account.
305+
- [DIDSet](../docs/references/protocol/transactions/types/didset.md) - Create a new DID or update an existing one.
306306

307307
Adds a new `DID` ledger entry type.
308308

0 commit comments

Comments
 (0)