osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

Convert ibc denom format to human readable in CLI #448

Closed hieuvubk closed 1 year ago

hieuvubk commented 1 year ago

Background

For now, CLI returns tokens denom in ibc/ format. It is hard for user to recognize what token is.

Suggested Design

Suggest from @p0mvn & @sunnya97 , we should add a config field to config.toml. It's maybe a url to assetlist then using it to convert ibc format to base format

Acceptance Criteria

Goals & criteria for success e.g.

  • all existing and new tests should pass