mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
* Add canonical "scale" computation to Number - Requires a template for STAmount and Asset. - Update tests and computeMinScale from #6217 to use scale. - Convert a few other places to use "scale" correctly. * ValidVault tracks scale of original operands alongside deltas * Update src/xrpld/app/tx/detail/InvariantCheck.cpp Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com> * Change ValidVault::DeltaInfo::scale to an optional * Change computeMinScale to use a vector instead of an initializer_list * Fix compile errors --------- Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com>