Build host: xahau-build Build date: Mon Oct 27 04:31:32 UTC 2025 Build md5: 779760f86ee3f43e7edf16de37ef9007 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/607/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 9bd550a516112591c5244ffeddd5fcbabde66547 Merge: 2a10013 9753692 Author: Niq Dudfield Date: Mon Oct 27 11:17:29 2025 +0700 Merge 9753692a9af2bb0850e329f07677738bdbc34504 into 2a10013dfc9fd55e52c2d9b4a4aeafa5e884af7f commit 9753692a9af2bb0850e329f07677738bdbc34504 Author: Nicholas Dudfield Date: Mon Oct 27 11:17:08 2025 +0700 fix(logs): respect NO_COLOR for partition names The partition name colors (e.g., Application:, NetworkOPs:) were ignoring the NO_COLOR environment variable and always applying color codes. Now both partition names and location suffixes properly respect should_log_use_colors() which honors NO_COLOR and terminal detection. commit 2a10013dfc9fd55e52c2d9b4a4aeafa5e884af7f Author: tequ Date: Fri Oct 24 16:05:14 2025 +0900 Support 'cron' with ledger_entry RPC (#608)