Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci-config/Dockerfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN install -m 0755 -d /usr/share/keyrings \
# rippled was renamed to xrpld on the develop branch; the nightly channel publishes it as the "xrpld" package.
# The version must be pinned: the timestamp format changed from 14 to 12 digits mid-2026,
# so Debian version ordering ranks old 14-digit builds above the newer 12-digit ones.
ARG XRPLD_VERSION=3.4.0~b0+202608111815.26cc683e-1
ARG XRPLD_VERSION=3.4.0~rc1+202609050006.e3c8996e-1
RUN echo "deb [signed-by=/usr/share/keyrings/ripple-key.gpg] https://repos.ripple.com/repos/rippled-deb jammy nightly" > /etc/apt/sources.list.d/ripple.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends --allow-downgrades "xrpld=${XRPLD_VERSION}" \
Expand Down
4 changes: 4 additions & 0 deletions .ci-config/rippled.batchv11.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ DeepFreeze
DynamicMPT
DynamicNFT
LendingProtocol
LendingProtocolV1_1
MPTokensV1
MPTokensV2
NFTokenMintOffer
Expand All @@ -122,6 +123,7 @@ fixCleanup3_1_3
fixCleanup3_2_0
fixCleanup3_3_0
fixCleanup3_4_0
fixCleanup3_5_0
fixDirectoryLimit
fixEmptyDID
fixEnforceNFTokenTrustline
Expand Down Expand Up @@ -163,6 +165,7 @@ DAF3A6EB04FA5DC51E8E4F23E9B7022B693EFA636F23F22664746C77B5786B23 DeepFreeze
58E92F338758479C06084E1B6BA366BAD8F75E5329A7F0EEAFFFDA51E5106B7F DynamicMPT
C1CE18F2A268E6A849C27B3DE485006771B4C01B2FCEC4F18356FE92ECD6BB74 DynamicNFT
565B90CA1AB2B9D42208ED10884188C64F9E19083DECB9634AAF06EB03299509 LendingProtocol
A360E2BFD775A5B0DCE1C36C16DF31B72735A57584FD163655D2F9564F8E7AC8 LendingProtocolV1_1
950AE2EA4654E47F04AA8739C0B214E242097E802FD372D24047A89AB1F5EC38 MPTokensV1
EE3CF852F0506782D05E65D49E5DCC3D16D50898CD1B646BAE274863401CC3CE NFTokenMintOffer
0F48FF561C709540328F31F1C97FD512ACC8B4E42138A161CB0E21ECA292540B PermissionDelegationV1_1
Expand All @@ -182,6 +185,7 @@ C98D98EE9616ACD36E81FDEB8D41D349BF5F1B41DD64A0ABC1FE9AA5EA267E9C XChainBridge
21B8D2F76F68E11E9C077A43BBBC394136E9987E99DDB73966DD68419467E431 fixCleanup3_2_0
3298D47E1F3A8A24FECAA30F699B8FE1DD234E072834BA099AD8180FFCE0FEC4 fixCleanup3_3_0
98433DD001A5737F773D74F8CA2A25A065089C73B2E611C760BAF369E4FECA76 fixCleanup3_4_0
7300E10109D19BF1E87ACE63D3A79CD4ED6B9851C37D93ED94DE9BD41CF56835 fixCleanup3_5_0
41765F664A8D67FF03DDB1C1A893DE6273690BA340A6C2B07C8D29D0DD013D3A fixDirectoryLimit
755C971C29971C9F20C6F080F2ED96F87884E40AD19554A5EBECDCEC8A1F77FE fixEmptyDID
763C37B352BE8C7A04E810F8E462644C45AFEAD624BF3894A08E5C917CF9FF39 fixEnforceNFTokenTrustline
Expand Down
Loading