Skip to content

Merge remote-tracking branch 'origin/tapanito/lending-fix-amendment' …

f2495dc
Select commit
Loading
Failed to load commit list.
Open

Adds functionality to block vault deposits #6361

Merge remote-tracking branch 'origin/tapanito/lending-fix-amendment' …
f2495dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2026 in 1s

81.5% (target 75.0%)

View this Pull Request on Codecov

81.5% (target 75.0%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.5%. Comparing base (68e4fbd) to head (f2495dc).

Additional details and impacted files

Impacted file tree graph

@@                      Coverage Diff                       @@
##           tapanito/lending-fix-amendment   #6361   +/-   ##
==============================================================
  Coverage                            81.5%   81.5%           
==============================================================
  Files                                 999     999           
  Lines                               74550   74595   +45     
  Branches                             7560    7553    -7     
==============================================================
+ Hits                                60722   60778   +56     
+ Misses                              13828   13817   -11     
Files with missing lines Coverage Δ
include/xrpl/protocol/LedgerFormats.h 100.0% <ø> (ø)
include/xrpl/protocol/TxFlags.h 100.0% <ø> (ø)
include/xrpl/tx/transactors/vault/VaultClawback.h 100.0% <ø> (ø)
include/xrpl/tx/transactors/vault/VaultDeposit.h 100.0% <ø> (ø)
include/xrpl/tx/transactors/vault/VaultSet.h 100.0% <ø> (ø)
include/xrpl/tx/transactors/vault/VaultWithdraw.h 100.0% <ø> (ø)
src/libxrpl/ledger/helpers/VaultHelpers.cpp 100.0% <100.0%> (ø)
src/libxrpl/tx/transactors/vault/VaultClawback.cpp 97.7% <100.0%> (-<0.1%) ⬇️
src/libxrpl/tx/transactors/vault/VaultCreate.cpp 96.6% <100.0%> (+0.1%) ⬆️
src/libxrpl/tx/transactors/vault/VaultDelete.cpp 91.8% <ø> (ø)
... and 3 more

... and 6 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.