-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: missing validation on nft-transfer message fields (#1019)
* Problem: missing validation on nft-transfer message fields Solution: - add some validation in check-tx first * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * Update app/ante.go Signed-off-by: yihuang <[email protected]> * Update app/ante.go Signed-off-by: yihuang <[email protected]> * Update app/ante.go Signed-off-by: yihuang <[email protected]> * Update app/ante.go Signed-off-by: yihuang <[email protected]> * add test * Update integration_tests/test_nft_transfer.py Signed-off-by: yihuang <[email protected]> * Update integration_tests/test_nft_transfer.py Signed-off-by: yihuang <[email protected]> * fix lint --------- Signed-off-by: yihuang <[email protected]>
- Loading branch information
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters