airswap-protocols
airswap-protocols copied to clipboard
Add checks for sender allowance and balance (Swap.check)
Currently the check
function on the Swap contract checks signer allowances and balances, but does not check sender allowances and balances to validate that an order will complete successfully. If no compelling reason to not include it here it should be added to the next version of Swap.