View Issue Details

IDProjectCategoryView StatusLast Update
0007505Talerwallet-corepublic2024-02-29 22:48
ReporterMarcS Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007505: When incrementing AvailableAmount at coin withdraw, PendingAmount should be decremented
DescriptionCoin withdraw. For each coin the app gets a notification (coin withdrawn) and can getBalances to update the AvailableAmount.
But PendingAmount is only decremented once after all coins are withdrawn.
It is way more informative for the user to see Available increase by X and PendingIncoming decrease by the same X at the same time.
So wallet-core must update both values together.
Tagslow hanging fruit

Activities

Florian Dold

2023-06-26 19:29

manager   ~0020305

According to the new definition and implementation of the available balance, once the withdrawal finishes, the effectiveAmount is added to the available balance and removed from the pending-incoming balance.

Since most withdrawals are just one batch request, we don't do the increments coin-by-coin anymore.

Issue History

Date Modified Username Field Change
2022-11-30 17:51 MarcS New Issue
2022-11-30 17:51 MarcS Status new => assigned
2022-11-30 17:51 MarcS Assigned To => Florian Dold
2022-11-30 17:51 MarcS Tag Attached: low hanging fruit
2022-11-30 17:51 MarcS Tag Attached: Withdraw
2023-04-04 15:52 Florian Dold Target Version git (master) => 0.9.4
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core
2023-06-26 10:32 Florian Dold Target Version 0.9.4 => 0.9.3
2023-06-26 19:29 Florian Dold Status assigned => resolved
2023-06-26 19:29 Florian Dold Resolution open => fixed
2023-06-26 19:29 Florian Dold Note Added: 0020305
2023-09-23 15:07 Christian Grothoff Fixed in Version => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed
2024-02-29 22:48 Christian Grothoff Tag Detached: Withdraw