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 status message to thorchain swaps in multi-hop UI #5854

Closed
woodenfurniture opened this issue Dec 13, 2023 · 0 comments · Fixed by #5858
Closed

Add status message to thorchain swaps in multi-hop UI #5854

woodenfurniture opened this issue Dec 13, 2023 · 0 comments · Fixed by #5858
Assignees

Comments

@woodenfurniture
Copy link
Member

Overview

The new multi-hop trade UI supports displaying a status message during swap execution to notify users of progress and related information as the a swap executes:

image

Implement this for thorchain swapper.

There will be information to update the countdown timer, but that can be done in a separate task.

References and additional details

We can display numerous updates to the status of a thorchain swap using information here:
https://thornode.ninerealms.com/thorchain/doc/
/thorchain/tx/status/{hash}

e.g

  • inbound tx observed
  • inbound tx confirmation counted
  • inbound tx finalized
  • swap pending
  • swap finalized
  • awaiting outbound delay
  • outbound tx signed
    image

Acceptance Criteria

Thorchain swapper trades provide dynamic updates on the status of a swap using the multi-hop status UI.

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant