mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 00:50:45 +00:00
- ValidationTracker: remove dead hard-trim Pass 1. The preceding eviction loop already erases every reconciled entry older than the late-repair cutoff using the same condition, so Pass 1 could never match. The "drop any reconciled entry" fallback is retained. - integration-test.sh: probe the StatsD port with a UDP-aware check (ss -ulnp) instead of curl. StatsD is UDP-only on 8125, so the TCP curl probe always reported "refused" — a false negative. Guarded by a command -v ss check that logs a skip when ss is unavailable. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>