View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009161 | Taler | wallet (iOS App) | public | 2024-09-03 13:45 | 2024-10-17 09:25 |
Reporter | t3sserakt | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 0.13 | ||||
Target Version | 1.0 | ||||
Summary | 0009161: Sending a small amount returns an error message. | ||||
Description | When sending a small amount ( > 1 Kudo) there is an error message displayed. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
|
Problem is that the amountAvailable as reported by wallet-core is not the "spendable" amount since fees need to be added (or rather subtracted from amountAvailable). And those fees might differ for different kind of transactions... ==> wallet-core needs to return the amountSpendable for each "prepare" or "check" call, so the wallets can show the user how much they can spend instead of throwing an ugly error message. |
|
Here we want the `checkPeerPushDebitV2` request that only throws on unrecoverable panics but returns a (typed) error on insufficient balance. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-03 13:45 | t3sserakt | New Issue | |
2024-09-03 13:45 | t3sserakt | Status | new => assigned |
2024-09-03 13:45 | t3sserakt | Assigned To | => MarcS |
2024-09-03 13:45 | t3sserakt | File Added: IMG_1315.PNG | |
2024-09-03 13:45 | t3sserakt | File Added: IMG_1316.PNG | |
2024-09-03 14:34 | MarcS | Note Added: 0023149 | |
2024-09-03 14:35 | MarcS | Assigned To | MarcS => Florian Dold |
2024-10-17 09:25 | Florian Dold | Target Version | => 1.0 |
2024-10-17 09:25 | Florian Dold | Note Added: 0023540 |