shapeshift / web

ShapeShift Web
https://app.shapeshift.com
MIT License
157 stars 180 forks source link

fix: no more thor tx status spam #6856

Closed kaladinlight closed 1 month ago

kaladinlight commented 1 month ago

Description

Currently, we are polling thorchain for tx status on any tx detected over websocket on savers supported chains. To reduce this spam, we can now check the tx metadata and only poll on savers transactions. This is reliable for all savers transactions made through the app. If there is no memo on an external savers transactions (via walletconnect), we would miss the update.

Pull Request Type

Issue (if applicable)

N/A

Risk

High Risk PRs Require 2 approvals

Low - worst case a refresh is needed for savers opportunity update

What protocols, transaction types or contract interactions might be affected by this PR?

Testing

Engineering

:point_up:

Operations

:point_up:

Screenshots (if applicable)