Merge remote-tracking branch 'upstream/develop' into ct-merge-dev-100col

This commit is contained in:
Shawn Xie
2026-03-09 15:25:10 -04:00
333 changed files with 9208 additions and 6803 deletions

View File

@@ -3499,12 +3499,13 @@ class Invariants_test : public beast::unit_test::suite
precloseXrp);
doInvariantCheck(
{"withdrawal must change vault and destination balance by "
"equal amount",
"withdrawal must decrease vault balance",
"withdrawal must increase destination balance",
"withdrawal and assets outstanding must add up",
"withdrawal and assets available must add up"},
{
"withdrawal must change vault and destination balance by equal amount",
"withdrawal must decrease vault balance",
"withdrawal must increase destination balance",
"withdrawal and assets outstanding must add up",
"withdrawal and assets available must add up",
},
[&](Account const& A1, Account const& A2, ApplyContext& ac) {
auto const keylet = keylet::vault(A1.id(), ac.view().seq());