View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007505 | Taler | wallet-core | public | 2022-11-30 17:51 | 2024-02-29 22:48 |
Reporter | MarcS | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
Summary | 0007505: When incrementing AvailableAmount at coin withdraw, PendingAmount should be decremented | ||||
Description | Coin 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. | ||||
Tags | low hanging fruit | ||||
|
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. |
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 |