Build host: xahau-build Build date: Tue Mar 18 10:02:37 UTC 2025 Build md5: d89e9f019f3ccb8372ae6b2526c18193 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: On branch dev Your branch is up to date with 'origin/dev'. 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/Rocksdb.cmake 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) ../.env ../.nih_toolchain/ ../Builds/CMake/deps/Rocksdb.cmake.old ../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 d088ad61a90410229c46dd37d309dbdc8d8fed1d Author: Niq Dudfield Date: Tue Mar 18 15:37:18 2025 +0700 Prevent dangling reference in getHash() (#475) Replace temporary uint256 with static variable when returning fallback hash to avoid returning a const reference to a local temporary object. commit ef77b02d7f2f60a59c5987ea3c99b8a3378c5065 Author: Niq Dudfield Date: Tue Mar 11 19:19:28 2025 +0700 CI Release Builder (#455)