[Transfer App] Missing token transfer APIs for is_account_blocked
and set_port
#509
Labels
A: breaking
Admin: breaking change that may impact operators
A: bug
Admin: something isn't working
O: reliability
Objective: cause to improve trustworthiness and consistent performing
Problem Statment
Upon scanning
IBC-go
, I noticed that two essential APIs were missing from our token transfer context.set_port
: We haveget_port
, but there isn't any interface to set it.MockContext
by implementingadd_port
method on it!is_account_blocked
: If the receiver's account is blocked or inactive (which is possible in the Tendermint chain), then we're not validatingTransferMsg
properly.The text was updated successfully, but these errors were encountered: