Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent blocked addresses from sending ICS 20 transfers (backport #1907) #1947

Merged
merged 2 commits into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. fix: prevent blocked addresses from sending ICS 20 transfers (#1907)

    * fix bug, add test
    
    Ensures that a sender account isn't a blocked address
    Added test cases for MsgTransfer handling
    
    * update documentation
    
    * move blocked address check to SendTransfer
    
    * add changelog entry
    
    (cherry picked from commit f891c29)
    
    # Conflicts:
    #	modules/apps/transfer/keeper/relay_test.go
    colin-axner authored and mergify[bot] committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8af62e8 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    colin-axner committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f5a7be9 View commit details
    Browse the repository at this point in the history