Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Token allow list feature. Bank module changes (#538)
## Describe your changes and provide context This change is part of token allow list feature implementation for token extensions. Added functions to: - persist denom allow list and query it - check if `from` and `to` addresses are in allowlist on bank send and multi-send ## Testing performed to validate your change - unit testing - functional testing (plugged modified code into sei-chain) and via ERC-20 pointer contract
- Loading branch information