aliascash / alias-wallet-archive

The content of this repository was reunited with the history of it's ancestors. It's archived now to keep all former release artifacts. The new repository is available at https://github.com/aliascash/alias-wallet
https://alias.cash/
59 stars 22 forks source link

GUI / JS: 'PRIVATE' balance / transaction history doesn't update with incoming private transactions when wallet is locked #45

Closed aliascash closed 5 years ago

aliascash commented 6 years ago

When receiving incoming 'PRIVATE' to 'PRIVATE' transaction using a stealth address the incoming transactions are shown as 'SENT' in the transaction list w/ an amount of 0.00000000 although the transaction was in fact for 50 SPECTRE.

The 'PRIVATE' balance total does not update as well.

screen shot 2018-06-17 at 17 58 39

When you then unlock the wallet:

screen shot 2018-06-17 at 17 58 58

The 'PRIVATE' balance total is updated but the transaction list is not. You need to restart the wallet for the transaction list to be updated:

screen shot 2018-06-17 at 18 06 29

The transaction is then shown correctly. This may be an issue with the GUI/JS not being able to access the stealthaddress 'spend secret' and 'Scan Secret' to read PRIVATE-2-PRIVATE transactions when the wallet is locked.

shbli commented 6 years ago

I can see it too! Looking into it.