Files
rippled/include
Vito 8bb57c395e Merge remote-tracking branch 'origin/develop' into tapanito/vault-block-deposit
Adapt Vault_test.cpp to current develop APIs:
- Rename keylet::loanbroker -> keylet::loanBroker.
- Rename keylet::mptIssuance -> keylet::mptokenIssuance.
- Rename namespace loanBroker -> loan_broker (test helper).
- Wrap bare env.seq(...) and integer literals in
  SeqProxy::rawSequence(...) for keylet::loanBroker / keylet::loan.
- Drop the stale testVaultDeleteData in favor of develop's
  testVaultDeleteMemoData.
- Guard the three MPT non-transferable test cases that depend on
  the removed tmfMPTCanMutateCanTransfer / tmfMPTClearCanTransfer
  mutable-flag API with #if 0 and a FIXME; there is no supported way
  on develop to clear lsfMPTCanTransfer after MPT creation.
2026-08-14 11:23:25 +02:00
..