forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1256 support for tokens restricted with attributes (#563)
* add injection of attribute checking...still POC atm * expect restricted function to only return err, refactor names * move send restrictions check to SendCoins * remove line that was missed during refactor * add code comments * move accept logic to msg server * Revert "add code comments" This reverts commit d88da38. * revert ensure restirctions function into send keeper, add restrictions check to mult-send * add back send enable checks to msg server * add change log
- Loading branch information
1 parent
6984379
commit a6dcb24
Showing
4 changed files
with
49 additions
and
2 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
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