-
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.
fix: ensure IBC tokens are referenced correctly (#440)
* feat: use default token list for TokenPicker * feat: simplify asset list creation, add all at start * fix: make dev tokens consistent with regular chain-registry tokens * fix: reference IBC denoms correctly in TokenPicker, URLs, and pages * fix: ensure denom amount reading can match denom aliases - this helps the IBC denom aliases be found * fix: add environment dev tokens more consistently with their usage * feat: add extra IBC information to IBC context tokens * fix: protect against mis-matched pool reserve tokens * fix: bridging to local chain requires non-IBC reference on other chain * fix: resolution of bridging IBC denom should not require a lookup * fix: matching of tokens in Position table cards * fix: use RPC instead of LCD for endpoints with IBC denoms in path * fix: ensure token matching works with IBC tokens * fix: reference IBC denoms correctly in page links * refactor: simplify token path part usage * fix: ensure indexer token paths work with IBC tokens * fix: IBC tokens were sometimes double-encoded * fix: use IBC token.address to reference all IBC denoms
- Loading branch information
Showing
22 changed files
with
275 additions
and
194 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
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
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.