refactor: Rename rippled binary to xrpld and add symlink#5995
Closed
refactor: Rename rippled binary to xrpld and add symlink#5995
rippled binary to xrpld and add symlink#5995Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
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
This change modifies the binary name from
rippledtoxrpld, and creates a symlink namedrippledthat points to thexrpldbinary.Context of Change
Per XLS-0095, we are taking steps to rename ripple(d) to xrpl(d).
This change essentially ensures that the binary will now be named
xrpld. At the same time, everyone who has automations and other scripts that expect the binary to be namedrippledshould not be affected, as this change also creates a symlink sorippledredirects toxrpld. The plan is to remove this symlink in about 6 months to give everyone plenty of time to update these automations and scripts to referencexrpldinstead.Note that the previous PR renamed any references to
rippledin the CMake files and their contents, but explicitly maintained therippledbinary name by adding an exception. This change now undoes this exception and adds an explicit symlink instead.Type of Change
.gitignore, formatting, dropping support for older tooling)