-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(evm): query fungible token mappings by cosmos denom or ERC20 add…
…ress (#1949) * feat: add TokenMapping query to proto file * refactor: use evm package import * feat: implement TokenMapping grpc query * test: add TokenMapping mock function * test: query token mapping grps * fix: HexAddr marshalling issue * add hex addr string test * refactor: remove EthAddr alias type * refactor: remove EthHash alias type * refactor: remove extra types * refactor: FunToken ID generation * fix: test fun token state * Update CHANGELOG.md * refactor: use token id for token mapping query * fix: allow for querying by cosmos coin or erc20 address * Update CHANGELOG.md
- Loading branch information
Showing
7 changed files
with
738 additions
and
92 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.