-
Notifications
You must be signed in to change notification settings - Fork 657
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 a command to the CLI to get a denom hash from a trace path (port/channel) and base denom #497
Comments
Thanks for the suggestion, @andynog! As explained in this ADR the path of the denom trace consists of the |
hi @crodriguezvega, yes that is a good point. The command would have to accept multiple paths. What if instead of a [port_id] [channel_id] you have to specify the full path instead like:
where for example: |
Yes, I think that will work! |
Hi @crodriguezvega I would like to take on this issue, this will be my first issue. Please let me know if this issue is still planned or it ought to be cancelled. Thanks. |
Thank you very much, @nir1218. Yes, we still want to work on this (it's actually planned for a release end of this month, if possible). Don't hesitate to ask us any questions you may have as you work through it. |
@crodriguezvega please assign it to me. |
Thank you, @nir1218! |
Improve list contracts by code query
Summary
It would be very helpful for debug and validation purposes to have a command that can return the Hash out of a Denom Trace.
Problem Definition
As a user I want to find the hash of a denom trace if I only have the [port_id]/[channel_id] and [base_denom] information.
This would be the reverse of a
query ibc-transfer denom-trace
command.Proposal
The proposed command would be something like:
$ simd ibc-transfer denom-hash [port_id] [channel_id] [base_denom]
For example:
For Admin Use
The text was updated successfully, but these errors were encountered: