Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement ERC20 functions. * Add test cases that's not implemented yet. * Update _execute function. If caller calls another function which is not a basic ERC20 function, _execute allows user's action. * Update _checkAllowanceReduction. It checks the difference between amount in callData and tokenAmount * Add return line into _execute function. * Simplify Wallet and add failing test cases * Feat/oauth mvp allowance (#88) * Implement ERC20 functions. * Add test cases that's not implemented yet. * Update _execute function. If caller calls another function which is not a basic ERC20 function, _execute allows user's action. * Update _checkAllowanceReduction. It checks the difference between amount in callData and tokenAmount * Add return line into _execute function. * Simplify Wallet and add failing test cases --------- Co-authored-by: SoraSuegami <suegamisora@gmail.com> * Modify subject templates for oauth. * Fix _parseSigninSubjectParams and add test cases into OauthExtensionCommandTest. * Add revert test cases. * Fix tests --------- Co-authored-by: SoraSuegami <suegamisora@gmail.com>
- Loading branch information