Build host: xahau-build Build date: Wed Sep 23 04:55:35 UTC 2026 Build md5: f3cdb06e7aeeb682013e61ceb5c08f65 xahaud Git remotes: origin https://github.com/Xahau/xahaud (fetch) origin https://github.com/Xahau/xahaud (push) Git status: HEAD detached at pull/765/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 8add783330823461181f209926a5a2805519cc58 Merge: 902ed9b fd342da Author: Niq Dudfield Date: Wed Sep 23 14:37:40 2026 +1000 Merge fd342dabee4e8fe41a65337f15679e5644151e15 into 902ed9b4920beee3b7dfc24d91d8f24b7d9adbcb commit fd342dabee4e8fe41a65337f15679e5644151e15 Author: Richard Holland Date: Wed Sep 23 14:37:38 2026 +1000 Merge branch 'dev' into server-definitions-feature-aware commit 902ed9b4920beee3b7dfc24d91d8f24b7d9adbcb Author: tequ Date: Mon Sep 21 20:12:15 2026 +0900 Use normal consequences factory for standard transactions (#774) Replace redundant custom consequence factories that returned normal consequences with the built-in Normal factory.