we added a check_balance_for_total_fees which checks the sender's balance for fees and asset transfers in an entire tx before executing it. however, we should also check the fee assets are valid. we can then also remove the fee/balance checks inside individual actions's check_stateful as it would have already been checked.
we added a
check_balance_for_total_feeswhich checks the sender's balance for fees and asset transfers in an entire tx before executing it. however, we should also check the fee assets are valid. we can then also remove the fee/balance checks inside individual actions'scheck_statefulas it would have already been checked.