Build host: xahau-build Build date: Thu May 7 08:04:41 UTC 2026 Build md5: 27bf57e329f7f74c8d5d9c8cdce86086 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 18d0b95119a3a1e5404c50ac760803d493bd6532 Merge: 9b50b68 cff528d Author: tequ Date: Thu May 7 07:58:51 2026 +0000 Merge cff528dcdbfcc5f4e25a58ded455ede092214582 into 9b50b68d398f5374ddec1a26fb14e6f6ed9f829d commit cff528dcdbfcc5f4e25a58ded455ede092214582 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)