mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
- Rewrite isTesSuccess to use TERSubset::operator bool - Add Transactor::preflightSigValidated for expensive operations that should be done after signature validation. These things would have been done after preflight2 before this refactor. - Split Batch and EscrowFinish preflight to use preflightSigValidated, too.