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
to integrate this, once a transaction is authorized the page is in it's initial state ("Sending...) -
Then we listen for the Status Go signal "pending-transaction-status-changed" - using this event we then make a request to "wallet_getMultiTransactions" and if there is a time stamp the block has been accepted and otherwise it has been rejected.
This is all that is needed for this issue and can be reflected in the most minimal way possible, i.e the title changing.
We can leave the advanced UI and calculations for transaction confirmed for this issue: #16934
Data Model Notes -
As suggested by @ulisesmac, transactions should live within an account. The current model has transaction as it's own key on the wallet db model, move this into the specific account keys.
Note: Add the correct navigation into this work for closing this page. i.e it should navigate to the accounts page of that account.
The text was updated successfully, but these errors were encountered:
related to this page: https://www.figma.com/file/HKncH4wnDwZDAhc4AryK8Y/Wallet-for-Mobile?type=design&node-id=7701-158136&mode=design&t=tTZbzwJmyQXPAlB3-4
to integrate this, once a transaction is authorized the page is in it's initial state ("Sending...) -
Then we listen for the Status Go signal "pending-transaction-status-changed" - using this event we then make a request to "wallet_getMultiTransactions" and if there is a time stamp the block has been accepted and otherwise it has been rejected.
This is all that is needed for this issue and can be reflected in the most minimal way possible, i.e the title changing.
We can leave the advanced UI and calculations for transaction confirmed for this issue:
#16934
Data Model Notes -
As suggested by @ulisesmac, transactions should live within an account. The current model has transaction as it's own key on the wallet db model, move this into the specific account keys.
Note: Add the correct navigation into this work for closing this page. i.e it should navigate to the accounts page of that account.
The text was updated successfully, but these errors were encountered: