Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new query CLI: query ibc-transfer denom-trace #43

Closed
5 tasks
DaviRain-Su opened this issue May 10, 2022 · 2 comments
Closed
5 tasks

Add new query CLI: query ibc-transfer denom-trace #43

DaviRain-Su opened this issue May 10, 2022 · 2 comments
Assignees
Labels
O: new-feature Objective: aims to add new feature

Comments

@DaviRain-Su
Copy link
Contributor

Problem Definition

For ics20 token transfer need a Query ibc-transfer denom-trace.

example:

gaiad query ibc-transfer denom-trace CDC4587874B85BEA4FCEC3CEA5A1195139799A1FEE711A07D972537E18FDA39D --node https://rpc.testnet.cosmos.network:443

souece: https://tutorials.cosmos.network/tutorials/understanding-ibc-denoms/#


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added the O: new-feature Objective: aims to add new feature label May 11, 2022
@adizere adizere changed the title Need a Query: query ibc-transfer denom-trace Add new query CLI: query ibc-transfer denom-trace May 11, 2022
@ljoss17
Copy link

ljoss17 commented Jun 3, 2022

Hi @DaviRain-Su would the following query fit the requirements of this issue?

The command:

hermes query transfer denom-trace <CHAIN_ID> --hash <HASH>

And when successful would display the following:

Success:
  base_denom: <DENOM>
  path: <PATH>

@DaviRain-Su
Copy link
Contributor Author

This looks good.

@hu55a1n1 hu55a1n1 transferred this issue from informalsystems/hermes Sep 29, 2022
shuoer86 pushed a commit to shuoer86/ibc-rs that referenced this issue Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: new-feature Objective: aims to add new feature
Projects
None yet
Development

No branches or pull requests

3 participants