fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet
GNU General Public License v3.0
27 stars 15 forks source link

History async updates not accurate #347

Closed olemis closed 4 years ago

olemis commented 4 years ago

Describe the bug Even if transaction data for history view arrives in , corresponding entries in list view not added .

Environment information:

Steps to Reproduce

  1. make clean
  2. make run
  3. Go to history view
  4. Check log in parallel
  5. Eventually there is a log entry for history data being received
  6. Turn filter switch on and off back again

Actual behavior In step 5 above incoming transactions in wallet history are not rendered in wallet GUI. In step 7 they suddenly show up .

Expected behavior Transactions should be rendered async in wallet GUI as soon as they are received .

Additional context Related to code added after merging #295

olemis commented 4 years ago

fixed by #349