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
Transactions can be removed from blockchain due to chain reorganization.
However, burner-wallet does not remove them from the history inside DApp.
When a transaction is removed, its record still shows in the UI.
This bug affects various functionalities including Send and Link.
Reproduce Steps
One reproduce example is given below.
send a certain amount of ETH using burner-wallet
mine a block and execute the transaction
at this time, the the burner-wallet shows the transaction is successful and shows in the transfer history section.
chain reorganization happens, where the previous transaction is removed
the transfer still shows in the history section
Expected Behaviour
The transactions removed by chain reorganization should also be removed from the local storage of burner-wallet, making the DApp consistent with transaction history on blockchain.
The text was updated successfully, but these errors were encountered:
Description
Transactions can be removed from blockchain due to chain reorganization.
However, burner-wallet does not remove them from the history inside DApp.
When a transaction is removed, its record still shows in the UI.
This bug affects various functionalities including
Send
andLink
.Reproduce Steps
One reproduce example is given below.
Expected Behaviour
The transactions removed by chain reorganization should also be removed from the local storage of burner-wallet, making the DApp consistent with transaction history on blockchain.
The text was updated successfully, but these errors were encountered: