cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
390 stars 1.71k forks source link

feat: add the ability to query the hash associated with an IBC denom trace #1436

Closed jtieri closed 7 months ago

jtieri commented 8 months ago

We currently have commands to query all IBC denom traces or a specific IBC denom trace based off a given hash, but we are lacking the ability to query a hash based off a specific IBC denom trace. This adds a new query to the Provider interface that allows users to query this IBC denom trace information for a given chain and hash.

Closes #1416