Build host: xahau-build Build date: Tue Aug 19 01:48:15 UTC 2025 Build md5: 15ddb4d1cc0f29873b8132655253095d xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/570/merge Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: ../Builds/CMake/deps/WasmEdge.cmake modified: ../src/ripple/net/impl/RegisterSSLCerts.cpp modified: ../src/ripple/protocol/impl/BuildInfo.cpp Untracked files: (use "git add ..." to include in what will be committed) ../Builds/CMake/deps/WasmEdge.old ../src/certs/ ../src/ripple/net/impl/RegisterSSLCerts.cpp.old no changes added to commit (use "git add" and/or "git commit -a") Git log [last 20]: commit a74609be282e888d715dd3aceb852c1590a7386c Merge: 7a79024 e4a6def Author: Niq Dudfield Date: Tue Aug 19 01:36:00 2025 +0000 Merge e4a6def5b545723ce9aea4b91a1b7c3a23b3e096 into 7a790246fbb9889a37822e438632550aafca4a91 commit e4a6def5b545723ce9aea4b91a1b7c3a23b3e096 Author: Nicholas Dudfield Date: Tue Aug 19 08:16:23 2025 +0700 fix: add automatic LEDGER_HISTORY cleanup to RWDB - Extract deletion logic into lock-free private helpers to avoid deadlock - Add automatic cleanup in saveValidatedLedger when LEDGER_HISTORY is set - Clear transactions, account transactions, and ledgers older than cutoff commit 7a790246fbb9889a37822e438632550aafca4a91 Author: Niq Dudfield Date: Thu Aug 14 14:41:49 2025 +0700 fix: upgrade CI to GCC 13 and fix compilation issues, fixes #557 (#559)