Skip to content

Commit b97237e

Browse files
Copilotmvadari
andcommitted
Complete preamble updates for all remaining XLS documents to YAML frontmatter format
Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
1 parent 4f25937 commit b97237e

File tree

16 files changed

+115
-123
lines changed

16 files changed

+115
-123
lines changed

XLS-0034d-paychan-escrow-for-tokens/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<pre class="notranslate">
2-
Title: <b>Token-Enabled Escrows and Payment Channels</b>
3-
Type: Draft
4-
PR: <a href="https://github.com/XRPLF/rippled/pull/4396">4396</a>
5-
Author: Richard Holland, Xaman <a href="https://github.com/RichardAH/">(RichardAH)</a>
6-
Denis Angell, Transia <a href="https://github.com/dangell7/">(dangell7)</a>
7-
Affiliation: <a href="https://xrplf.org" rel="nofollow">XRPLF</a>
8-
</pre>
1+
---
2+
title: Token-Enabled Escrows and Payment Channels
3+
type: draft
4+
description: Amendment to enable Escrows and PayChannels to use Trustline balances in addition to XRP
5+
author: Richard Holland, Xaman (@RichardAH), Denis Angell, Transia (@dangell7)
6+
core_protocol_changes_required: true
7+
---
98

109
> This proposal, XLS34d, replaces [XLS27d](https://github.com/XRPLF/XRPL-Standards/discussions/72)
1110

XLS-0040-decentralized-identity/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<pre>
2-
Title: <b>Decentralized Identity on XRP Ledger</b>
3-
Revision: <b>4</b> (2023-09-28)
4-
5-
<hr>Author: <a href="mailto:amalhotra@ripple.com">Aanchal Malhotra</a>
6-
Affiliation: <a href="https://ripple.com">Ripple</a>
7-
8-
</pre>
1+
---
2+
title: Decentralized Identity on XRP Ledger
3+
type: draft
4+
description: Implementation of native support for W3C Decentralized Identifiers (DIDs) on XRP Ledger
5+
author: Aanchal Malhotra, Ripple <amalhotra@ripple.com>
6+
core_protocol_changes_required: true
7+
---
98

109
# 1. Abstract
1110
Self-sovereign identity, defined as a lifetime portable digital identity that does not depend on any centralized authority, requires a new class of identifier that fulfills the following four requirements: persistence, global resolvability, cryptographic verifiability, and decentralization. [World Wide Web Consortium](https://www.w3.org/2022/07/pressrelease-did-rec.html.en) (W3C) standardized Decentralized Identifiers (DIDs) are a new type of identifier that enable verifiable, self-sovereign digital identity and are designed to be compatible with any distributed ledger or network. In the context of digital identities, W3C's standards for DIDs and Verifiable Credentials (VCs) are rapidly gaining traction, especially in blockchain-related domains. In this document we propose to implement native support for W3C DIDs on XRP Ledger.

XLS-0042d-plugins/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<pre>
2-
Title: <b>XRPL Plugins</b>
3-
Revision: <b>2</b> (2024-03-27)
4-
5-
Author: <a href="mailto:mvadari@ripple.com">Mayukha Vadari</a> (mvadari)
6-
7-
Affiliation: <a href="https://ripple.com">Ripple</a>
8-
</pre>
1+
---
2+
title: XRPL Plugins
3+
type: draft
4+
description: A plugin transactor API to make it easier for developers to modify rippled for sidechains without needing C++ knowledge
5+
author: Mayukha Vadari, Ripple <mvadari@ripple.com>
6+
core_protocol_changes_required: true
7+
---
98

109
# XRPL Plugins
1110

XLS-0046-dynamic-non-fungible-tokens/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<pre>
1+
---
22
title: Dynamic Non Fungible Tokens (dNFTs)
3-
type: Spec
4-
author: Vet
5-
co-author: Mayukha Vadari, TeQu
6-
</pre>
3+
type: draft
4+
description: Support for XLS-20 NFTs to modify and upgrade token properties as mutable NFTs
5+
author: Vet, Mayukha Vadari, TeQu
6+
core_protocol_changes_required: true
7+
---
78

89
## Abstract
910

XLS-0047-PriceOracles/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<pre>
2-
Title: <b>Price Oracles on XRP Ledger</b>
3-
Revision: <b>6</b> (2023-12-21)
4-
<hr> Author: <a href="mailto:gtsipenyuk@ripple.com">Gregory Tsipenyuk</a>
5-
Affiliation: <a href="https://ripple.com">Ripple</a>
6-
7-
</pre>
1+
---
2+
title: Price Oracles on XRP Ledger
3+
type: draft
4+
description: On-chain PriceOracle object to bridge blockchain and external world data for decentralized applications
5+
author: Gregory Tsipenyuk, Ripple <gtsipenyuk@ripple.com>
6+
core_protocol_changes_required: true
7+
---
88

99
# Price Oracles on XRP Ledger
1010

XLS-0052-NFTokenMintOffer/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<pre>
1+
---
22
title: NFTokenMintOffer
3-
type: Spec
3+
type: draft
4+
description: Extension to NFTokenMint transaction to allow NFToken Sell Offer creation at the same time as minting
45
author: tequ
5-
</pre>
6+
core_protocol_changes_required: true
7+
---
68

79
## Abstract
810

XLS-0056-batch/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<pre>
2-
Title: <b>Atomic/Batch Transactions</b>
3-
4-
Author: <a href="mailto:mvadari@ripple.com">Mayukha Vadari</a>
5-
6-
Affiliation: <a href="https://ripple.com">Ripple</a>
7-
</pre>
1+
---
2+
title: Atomic/Batch Transactions
3+
type: draft
4+
description: A design to allow multiple transactions to be packaged together and executed as a single atomic unit
5+
author: Mayukha Vadari, Ripple <mvadari@ripple.com>
6+
core_protocol_changes_required: true
7+
---
88

99
# Atomic/Batch Transactions
1010

XLS-0065d-single-asset-vault/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<pre>
2-
Title: <b>Single Asset Tokenized Vault</b>
3-
Revision: <b>2</b> (2025-03-13)
4-
5-
<hr>Authors:
6-
<a href="mailto:vtumas@ripple.com">Vytautas Vito Tumas</a>
7-
<a href="mailto:amalhotra@ripple.com">Aanchal Malhotra</a>
8-
9-
Affiliation:
10-
<a href="https://ripple.com">Ripple</a>
11-
</pre>
1+
---
2+
title: Single Asset Tokenized Vault
3+
type: draft
4+
description: On-chain primitive for aggregating assets from depositors using Multi-Purpose-Tokens for ownership shares
5+
author: Vytautas Vito Tumas, Ripple <vtumas@ripple.com>, Aanchal Malhotra, Ripple <amalhotra@ripple.com>
6+
requires: XLS-33
7+
core_protocol_changes_required: true
8+
---
129

1310
# Single Asset Vault
1411

XLS-0070-credentials/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<pre>
2-
Title: <b>On-Chain Credentials</b>
3-
Revision: <b>4</b>
4-
5-
Author: <a href="mailto:mvadari@ripple.com">Mayukha Vadari</a>
6-
7-
Affiliation: <a href="https://ripple.com">Ripple</a>
8-
</pre>
1+
---
2+
title: On-Chain Credentials
3+
type: draft
4+
description: Issuance, storage, and verification of credentials directly on the XRP Ledger while supporting privacy needs
5+
author: Mayukha Vadari, Ripple <mvadari@ripple.com>
6+
requires: XLS-40
7+
core_protocol_changes_required: true
8+
---
99

1010
# On-Chain Credentials
1111

XLS-0073-amm-clawback/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<pre>
2-
Title: <b>AMMClawback</b>
3-
Type: <b>draft</b>
4-
5-
Author: <a href="mailto:shawnxie@ripple.com">Shawn Xie</a>
6-
<a href="mailto:yqian@ripple.com">Yinyi Qian</a>
7-
Affiliation: <a href="https://ripple.com">Ripple</a>
8-
</pre>
1+
---
2+
title: AMMClawback
3+
type: draft
4+
description: Amendment to enable token issuers to claw back tokens from AMM pools for regulatory compliance
5+
author: Shawn Xie, Ripple <shawnxie@ripple.com>, Yinyi Qian, Ripple <yqian@ripple.com>
6+
requires: XLS-39, XLS-30
7+
core_protocol_changes_required: true
8+
---
99

1010
# AMMClawback
1111

0 commit comments

Comments
 (0)