From 84f1917010e357493ba6c48ce843b11f7b14dbac Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 27 Sep 2026 07:52:02 +0000 Subject: [PATCH] ripple: bump rippled to 3.3.0 Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml | 2 +- ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml index ba07cbf8..a4b633b2 100644 --- a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml +++ b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ripple-mainnet: - image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.2.0} + image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.3.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml b/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml index 6ae53724..b733abab 100644 --- a/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml +++ b/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ripple-testnet: - image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_TESTNET_RIPPLED_VERSION:-3.2.0} + image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_TESTNET_RIPPLED_VERSION:-3.3.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle