spec(XLS-102): Rename rippled to xrpld - #620
Merged
Merged
Conversation
The reference server implementation was renamed from rippled to xrpld. Update all prose references in XLS-102 accordingly and bump the `updated` preamble date. No normative changes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
mvadari
approved these changes
Sep 4, 2026
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is purely editorial (terminology + preamble date) and the updated document contains no remaining rippled references.
Pull request overview
This PR performs an editorial update to XLS-0102 (WASM VM) to reflect the reference server rename from rippled to xrpld, and updates the document’s preamble updated date accordingly.
Changes:
- Replaced in-document references to
rippledwithxrpldthroughout XLS-0102. - Updated the preamble
updatedfield to2026-09-03.
File summaries
| File | Description |
|---|---|
| XLS-0102-wasm-vm/README.md | Editorial rename of rippled → xrpld across the spec and preamble date bump. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
Renames every usage of
rippledin XLS-102 (WASM VM) toxrpld, and bumps theupdatedpreamble date to 2026-09-03 per XLS-1 §4.3.1.This is a non-normative, editorial-only change: no host functions, gas costs, limits, or semantics are modified. Only the following are affected:
Links to the
XRPLF/rippledGitHub repository are unchanged, as those are literal URLs.Context of Change
The XRP Ledger reference server implementation has been renamed from
rippledtoxrpld. XLS-102 is still inDraftstatus and refers to the server by name throughout, so it should use the current name to avoid confusing readers and implementers.Type of Change