feat: upgrade to xrpld 3.2.0#43
Open
shichengripple001 wants to merge 3 commits into
Open
Conversation
- Pin default image to xrpllabsofficial/xrpld:3.2.0 - Update binary path to /usr/bin/xrpld (was /opt/ripple/bin/rippled) for --exit-on-crash mode - Update DB/log paths to /var/lib/xrpld and /var/log/xrpld - Add fixCleanup3_2_0 amendment to genesis list - Update version references across docs, CI workflows, and tests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mainnet-enabled amendment supported by xrpld 3.2.0 that was missing from the configured set, causing the CI amendment sync test to fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
xrpld's account_tx limit parameter is advisory; the server may return more entries than requested. Slice to the requested limit after receipt so the CLI always honors the flag. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
xrpllabsofficial/xrpld:3.2.0(was:latest) across code, docs, and CI/opt/ripple/bin/rippled→/usr/bin/xrpldfor--exit-on-crashmode (the 3.2.0 image dropped/opt/ripple/bin/)/var/lib/rippled→/var/lib/xrpldand/var/log/rippled→/var/log/xrpldto match 3.2.0 image layoutfixCleanup3_2_0amendment added to genesis list (hash21B8D2F76F68E11E9C077A43BBBC394136E9987E99DDB73966DD68419467E431, verified from running 3.2.0 node)rippleci/rippledknown tags updated to include3.2.0so the watch workflow doesn't re-test itBreaking change
Existing
--local-networkvolumes from 3.1.x have data at/var/lib/rippled/dbinside the volume. Runxrpl-up resetbefore starting with this version.Test plan
docker pull xrpllabsofficial/xrpld:3.2.0— image exists and pulls cleanlynpm run test:e2e:local— 67/67 test files pass (699 tests, 3 skipped) against xrpld 3.2.0config exportconfirms updated paths and amendment comment in generatedrippled.cfgstart --helpconfirms default image isxrpllabsofficial/xrpld:3.2.0🤖 Generated with Claude Code