Build host: xahau-build Build date: Fri Aug 15 09:54:47 UTC 2025 Build md5: 1fdf55ecf56732f1744743c669e4d9a0 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/509/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 629e7361fb75098f360ac77f3cfcdf46171acfad Merge: 7a79024 da99ad2 Author: Niq Dudfield Date: Fri Aug 15 09:40:54 2025 +0000 Merge da99ad28b7725e5a50b538fffee61c71c741f8e9 into 7a790246fbb9889a37822e438632550aafca4a91 commit da99ad28b7725e5a50b538fffee61c71c741f8e9 Author: Nicholas Dudfield Date: Thu Aug 14 18:34:33 2025 +0700 style: wrap network id check in scope block Keep nid variable scoped and move comment to top of block for better code organization. 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)