mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
* commit '25cca465538a56cce501477f9e5e2c1c7ea2d84c': (22 commits) chore: Set clang-format width to 100 in config file (6387) chore: Set cmake-format width to 100 (6386) ci: Add clang tidy workflow to ci (6369) refactor: Modularize app/tx (6228) refactor: Decouple app/tx from `Application` and `Config` (6227) chore: Update clang-format to 21.1.8 (6352) refactor: Modularize `HashRouter`, `Conditions`, and `OrderBookDB` (6226) chore: Fix minor issues in comments (6346) refactor: Modularize the NetworkOPs interface (6225) chore: Fix `gcov` lib coverage build failure on macOS (6350) refactor: Modularize RelationalDB (6224) refactor: Modularize WalletDB and Manifest (6223) fix: Update invariant checks for Permissioned Domains (6134) refactor: Change main thread name to `xrpld-main` (6336) refactor: Fix spelling issues in tests (6199) test: Add file and line location to Env (6276) chore: Remove CODEOWNERS (6337) perf: Remove unnecessary caches (5439) chore: Restore unity builds (6328) refactor: Update secp256k1 to 0.7.1 (6331) ...