Files
rippled/src
Timur Ialymov c91ae2c918 fix: Require vault_id and owner to be strings
asString() throws on an object or an array, so a request carrying either came back as an internal
error instead of a diagnosis. Both fields now have to be strings, which is what ledger_entry already
requires of the same fields, and a JSON number is no longer read as its decimal text.

The upper bound on seq goes in the same pass: isInt() or isUInt() already caps the value at 32 bits,
so the comparison against kMaxUInt could never fire.
2026-08-18 18:55:37 +01:00
..