Build host: xahau-build Build date: Tue Feb 10 11:59:53 UTC 2026 Build md5: 498206c080cefe39679870504d6b4e83 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/679/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 780c36f18ea7411c0ffe29d75943d717c3c2690d Merge: 12e1afb c5292bf Author: Niq Dudfield Date: Tue Feb 10 11:53:54 2026 +0000 Merge c5292bfe0da532cb26ab3d039d9a9a44863632b8 into 12e1afb694826625d1979374b10a71c7fd90e784 commit c5292bfe0da532cb26ab3d039d9a9a44863632b8 Author: Nicholas Dudfield Date: Tue Feb 10 18:53:24 2026 +0700 fix(test): use large dice range to avoid deterministic collision Standalone synthetic entropy produces identical dice(6) results for consecutive calls due to hash collision mod 6. Switch to dice(1000000) and add diagnostic output for return code debugging. commit 12e1afb694826625d1979374b10a71c7fd90e784 Author: tequ Date: Wed Jan 28 12:14:40 2026 +0900 Enhance dependency export process in GitHub Action to check for existing exports before executing. (#660)