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 transfer status query API #143

Open
jonator opened this issue Aug 25, 2022 · 0 comments · Fixed by #154
Open

Add transfer status query API #143

jonator opened this issue Aug 25, 2022 · 0 comments · Fixed by #154

Comments

@jonator
Copy link
Contributor

jonator commented Aug 25, 2022

Example testnet query

Problem

Currently, developers are in the dark when it comes to querying the transfer status of a transaction. For me at Osmosis, I had to reverse engineer Axelar scan to get a sense of the various transfer states.

Requirements

  • Add a query API for getting the status of a transfer given the hash of a deposit address send transaction.
  • By default, the API should return a clean user-facing interface for the various states, similar to that seen on Axelar scan. Currently, developers have to make a lot of assumptions about how the various states are represented by the query return values over the duration of the transfer. This results in a buggy result for the developer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant