Update xrpl to 3.2.0#63
Open
xVet wants to merge 2 commits into
Open
Conversation
ximinez
approved these changes
Jul 7, 2026
xzhaous
approved these changes
Jul 8, 2026
xrpl 3.2.0 renamed several public APIs used by this tool: KeyType enum values (secp256k1/ed25519 -> Secp256k1/Ed25519), HashPrefix::manifest -> Manifest, the Json namespace -> json, base64_encode/base64_decode -> base64Encode/base64Decode, and beast::unit_test::suite -> Suite with runEach/globalSuites. SecretKey::operator== is now deleted, so ValidatorKeys::operator== compares the raw key bytes directly instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
#59 renamed the code's namespace from ripple to xrpl to match libxrpl 3.x, but conanfile.txt still requires xrpl/2.5.0, which uses the old ripple namespace. As a result master currently fails to build: the code is incompatible with 2.5.0, and Conan cannot resolve 2.5.0 from a cache populated by a current rippled checkout.
This bumps the requirement to 3.2.0 to match the latest rippled release.