Build host: xahau-build Build date: Wed May 6 10:48:18 UTC 2026 Build md5: 12b6c99ad9f126e12c9bfaff5ef93d20 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/680/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: ../cmake/deps/WasmEdge.cmake modified: ../src/libxrpl/protocol/BuildInfo.cpp modified: ../src/xrpld/net/detail/RegisterSSLCerts.cpp Untracked files: (use "git add ..." to include in what will be committed) ../cmake/deps/WasmEdge.old ../src/certs/ ../src/xrpld/net/detail/RegisterSSLCerts.cpp.old no changes added to commit (use "git add" and/or "git commit -a") Git log [last 20]: commit 43bfcdcff8e5af8479f4b3ae1163b1bf869db8da Merge: 9b50b68 839e1f4 Author: tequ Date: Wed May 6 10:36:20 2026 +0000 Merge 839e1f4e509a2f6a8d7ff90e3fdc5540a85d535c into 9b50b68d398f5374ddec1a26fb14e6f6ed9f829d commit 839e1f4e509a2f6a8d7ff90e3fdc5540a85d535c Author: Ed Hennis Date: Thu Jul 24 19:08:46 2025 -0400 Fix: Don't flag consensus as stalled prematurely (#5658) Fix stalled consensus detection to prevent false positives in situations where there are no disputed transactions. Stalled consensus detection was added to 2.5.0 in response to a network consensus halt that caused a round to run for over an hour. However, it has a flaw that makes it very easy to have false positives. Those false positives are usually mitigated by other checks that prevent them from having an effect, but there have been several instances of validators "running ahead" because there are circumstances where the other checks are "successful", allowing the stall state to be checked. commit 9b50b68d398f5374ddec1a26fb14e6f6ed9f829d Author: Niq Dudfield Date: Wed May 6 14:29:44 2026 +0700 perf(ledger): optimize catalogue loading memory usage and performance (#548)