Skip to content

Commit

Permalink
tests(erc20): Add tests for ERC20 allowance transactions (evmos#2083)
Browse files Browse the repository at this point in the history
* add tests for ERC20 allowance transactions

* add changelog entry

* check returned results in tests

* refactor checking returned bool

---------

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
  • Loading branch information
MalteHerrmann and fedekunze authored Nov 28, 2023
1 parent 911e4a7 commit 3e643e7
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (erc20) [#2075](https://github.com/evmos/evmos/pull/2075) Align allowance adjustment errors with ERC20 contracts.
- (erc20) [#2080](https://github.com/evmos/evmos/pull/2080) Add ERC20 integration test setup.
- (erc20) [#2081](https://github.com/evmos/evmos/pull/2081) Add ERC20 query integration tests.
- (erc20) [#2083](https://github.com/evmos/evmos/pull/2083) Add integration tests for ERC20 allowance transactions.
- (erc20) [#2085](https://github.com/evmos/evmos/pull/2085) Add ERC20 transfer integration tests.
- (erc20) [#2086](https://github.com/evmos/evmos/pull/2086) Add ERC20 metadata query integration tests.
- (erc20) [#2088](https://github.com/evmos/evmos/pull/2088) Emit additional approval event in case of `transferFrom`.
Expand Down
Loading

0 comments on commit 3e643e7

Please sign in to comment.