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

Synchronize the schedule of updates of My position and deposits state #569

Open
michalinacienciala opened this issue Jul 8, 2024 · 2 comments
Labels
🐛 Bug Something isn't working 🎨 dApp dApp

Comments

@michalinacienciala
Copy link
Contributor

Right now when deposit gets processed it may be that the My position value will be updated at a different time than the status of the deposit. This may be confusing to the user. If possible, let's synchronize those updates to happen at the same time.

@michalinacienciala michalinacienciala added 🐛 Bug Something isn't working 🎨 dApp dApp labels Jul 8, 2024
@nkuba
Copy link
Member

nkuba commented Jul 8, 2024

We should update the transaction history and pending transactions once the position balance change is detected.

@kkosiorowska kkosiorowska self-assigned this Aug 1, 2024
@michalinacienciala
Copy link
Contributor Author

Just an update with the behavior from my latest tests of the Ledger Live.

15:15 - I initiated the ~0.01 BTC deposit in LL Acre dapp (it was estimated for 1 hour of processing)
16:37 - Deposit visible as finalized in tbtcscan, no changes in the LL Acre dapp yet
16:48 - 'Your deposit' value in LL Acre dapp updated, but deposit still shown as pending (screenshot 1)
16:49 - Deposit changes state to finalized ('4 minutes ago') on the Transactions list (screenshot 2)

screenshot 1:
image

screenshot 2 (a minute later):
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🎨 dApp dApp
Projects
None yet
Development

No branches or pull requests

3 participants