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

tBTC redemption UI support in the Threshold Dashboard #553

Closed
14 tasks done
Tracked by #3674
pdyraga opened this issue Jun 23, 2023 · 0 comments
Closed
14 tasks done
Tracked by #3674

tBTC redemption UI support in the Threshold Dashboard #553

pdyraga opened this issue Jun 23, 2023 · 0 comments
Assignees

Comments

@pdyraga
Copy link
Member

pdyraga commented Jun 23, 2023

This issue aggregates the Threshold Dashboard work needed to support tBTC redemptions.

Pull Requests

  1. 🔌 typescript
    r-czajkowski
  2. 📜 contract integration
    r-czajkowski
  3. 🔌 typescript
    r-czajkowski
  4. 📜 contract integration
    r-czajkowski
  5. 💎 components
    r-czajkowski
  6. 💎 components 📜 contract integration
    r-czajkowski
  7. 💎 components
    r-czajkowski
  8. 🔌 typescript
    lukasz-zimnoch
  9. r-czajkowski
  10. 💎 components
    r-czajkowski
  11. 💎 components 📜 contract integration
    r-czajkowski
  12. 💎 components 📜 contract integration
    michalsmiarowski
  13. 💎 components
    r-czajkowski
  14. 💎 components
    r-czajkowski
r-czajkowski added a commit to keep-network/tbtc-v2 that referenced this issue Jul 12, 2023
Refs: threshold-network/token-dashboard#553

Here we improve the logic of `findWalletForRedemption` function to
handle the corner case when a wallet's main UTXO known to the `Bridge`
was actually spent on Bitcoin but that change was not yet reflected to
the `Bridge`. So far, `findWalletForRedemption` relied on
`findAllUnspentTransactionOutputs` which does not return spent UTXOs so
determining the actual main UTXO was not possible in the aforementioned
corner case. Now, the `findWalletForRedemption` looks for recent wallet
transaction history on Bitcoin and tries to match the actual main UTXO
based on that. This change will allow submitting new redemption requests
without downtime, even if the target wallet is performing an action at
the moment.
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

No branches or pull requests

3 participants