Skip to content

Commit

Permalink
test: add test for event compatibility (#1137)
Browse files Browse the repository at this point in the history
* test: add test for event compatability

* test: extract unittest for event build helper from test suite that is not related to suite setup

* chore: update CHANGELOG

* Update CHANGELOG.md

Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>

---------

Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
  • Loading branch information
jaeseung-bae and tkxkd0159 authored Oct 13, 2023
1 parent 44c406b commit 8920362
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 66 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/token) [\#1130](https://github.com/Finschia/finschia-sdk/pull/1130) Add more unittest for MsgMint, MsgBurn, MsgOperatorBurn, MsgModify of x/token
* (x/collection) [\#1131](https://github.com/Finschia/finschia-sdk/pull/1131) add additional unittest of x/collection(`MsgIssueFT`, `MsgMintFT`, `MsgBurnFT`)
* (x/collection) [\#1133](https://github.com/Finschia/finschia-sdk/pull/1133) Refactor unittest for `SendFT`, `OperatorSendFT`, `AuthorizeOperator`, and `RevokeOperator` to check more states
* (x/token) [\#1137](https://github.com/Finschia/finschia-sdk/pull/1137) Add test for event compatibility

### Bug Fixes
* (ledger) [\#1040](https://github.com/Finschia/finschia-sdk/pull/1040) Fix a bug(unable to connect nano S plus ledger on ubuntu)
Expand Down
Loading

0 comments on commit 8920362

Please sign in to comment.