mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-03 07:39:34 +00:00
* XRPLF/develop: (136 commits) feat: Add a new closed ended vault to extend SAV (7921) build: Respect lld linker if it gets auto-selected (8011) test: Fix LoanBatch broker cover rates and schedule overflow (7967) test: Verify private-vault DEX permissions survive domain loss (7937) refactor: Drop unnecessary associateAsset calls from loan delete paths (7986) refactor: Replace `boost::filesystem` with `std::filesystem` across the codebase (7012) fix: Assorted MPT/DEX fixes (7299) refactor: Replace Boost trim and to_lower with libxrpl helpers (7995) build: Fix GCC 14 compilation (7981) fix: Validate account/ident type in gateway_balances (7655) build: Reimagine linker warnings in different scenarios (7974) chore: Gtest migration followups second pass (7888) fix: Validate buy/sell flag in nft RPC input (7725) fix: Prevent silent zero AMM clawbacks due to integer MPT rounding (7704) chore: Mark unreachable branches in Confidential Transfer with UNREACHABLE (7903) fix: Allow OverrideFreeze to bypass individual/deep freeze on AMM trust lines (6959) fix: Validate account_lines peer field type (7728) build: Install conan configuration/profiles inside Nix devshell (7997) fix: Add zero keylet check in credential (7971) refactor: Remove operator!= overloads that C++20 synthesizes (7994) ...