You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#257)
Closes#238
This PR validates the calculated Bitcoin deposit address and tracks this
action in Sentry. It is based on the solution implemented in this
[PR](threshold-network/token-dashboard#386).
The verification outcome is attached to the telemetry data as two
additional fields:
- `verificationStatus` which can have three different values
- `valid`: verification service responded with the same address as the
generated one
- `invalid`: verification service responded with a different address
- `error`: request or verification service error
- `verificationResponse` which holds the complete request outcome
No description provided.
The text was updated successfully, but these errors were encountered: