Build host: xahau-build Build date: Tue Aug 19 09:20:29 UTC 2025 Build md5: 964890d3d76b5c0d3ae11c662bf6c48b 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 3d6953d3e4f82aef6a6a77519c878d028a115d7c Merge: 7a79024 76b36fb Author: Niq Dudfield Date: Tue Aug 19 09:07:01 2025 +0000 Merge 76b36fb308bc25846dac26c97d9590a3cad72a9a into 7a790246fbb9889a37822e438632550aafca4a91 commit 76b36fb308bc25846dac26c97d9590a3cad72a9a Author: Nicholas Dudfield Date: Tue Aug 19 16:03:11 2025 +0700 feat: enforce online_delete requirement for RWDB to prevent OOM RWDB (in-memory backend) now requires online_delete configuration to prevent unbounded memory growth. Exception: standalone mode (used by tests) bypasses this requirement since tests run for short durations. - Add enforcement check in SHAMapStoreImp constructor - Tests use Config::setupControl() to simulate non-standalone environment - Comprehensive test coverage for all enforcement scenarios 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)