chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

[Bug] - transaction ledger doesn't show all inbound transactions

Open esaung opened this issue 2 years ago • 2 comments

What happened?

I am sending XCH transactions to myself to break my larger coins down into smaller coins, however, when I do that, the transaction ledger only shows what is sent (-2 XCH), and doesn't show what comes back to my wallet (+2 XCH). I would expect that I would see the outgoing transaction and inbound transaction that would then net out to 0 in this specific use case. We should also double check other use cases to make sure the transaction ledger is being updated correctly.

Screen Shot 2022-07-05 at 1 29 29 PM .

Version

1.4.0

What platform are you using?

macOS

What ui mode are you using?

GUI

Relevant log output

No response

esaung avatar Jul 05 '22 20:07 esaung

@esaung are the expected transactions visible in the CLI if you run chia wallet get_transactions, or do they mirror what the GUI is showing?

wallentx avatar Jul 13 '22 08:07 wallentx

it mirrors what the GUI shows

esaung avatar Jul 15 '22 07:07 esaung

I can confirm this problem on v1.6.0. Also, the claimed pool rewards from self-pooling are not shown as incoming transactions using chia wallet get_transactions even though the wallet balance is updated correctly. Please assign this bug a higher priority. We need to be able to review all transactions of our wallets. It is unacceptable that chia wallet get_transactions is dropping certain transactions.

maxpla3 avatar Jan 09 '23 20:01 maxpla3