Build host: xahau-build Build date: Tue Mar 18 13:33:15 UTC 2025 Build md5: e5a13d682dfe301b526e6085e9d25baa xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/318/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/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 dcece87b4760b8d1ef37af03d16a96af40f38dc6 Merge: d088ad6 05bd9c6 Author: RichardAH Date: Tue Mar 18 10:25:19 2025 +0000 Merge 05bd9c6ea80fa6d4005ac01c42bf9ba66885e53d into d088ad61a90410229c46dd37d309dbdc8d8fed1d commit 05bd9c6ea80fa6d4005ac01c42bf9ba66885e53d Author: Nicholas Dudfield Date: Tue Mar 18 17:25:10 2025 +0700 Use official shell script 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.