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

Transactions that are removed from blockchain are still shown in the DApp #257

Open
darcher-framework opened this issue Dec 31, 2020 · 0 comments

Comments

@darcher-framework
Copy link

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 and Link.

Reproduce Steps

One reproduce example is given below.

  1. send a certain amount of ETH using burner-wallet
  2. mine a block and execute the transaction
  3. at this time, the the burner-wallet shows the transaction is successful and shows in the transfer history section.
  4. chain reorganization happens, where the previous transaction is removed
  5. 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.

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

1 participant