View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011618 | Taler | wallet-core | public | 2026-07-08 21:50 | 2026-08-19 12:12 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 1.8 | ||||
| Summary | 0011618: refine insufficient balance reporting [4h] | ||||
| Description | * findMatchingWire is only used during coin selection, but not during insufficient balance reporting. Thus the selection function might have different rules than the report function. This could lead to mismatches and wrong reports. * We don't report some more exotic issues, such as a mismatched public key (when the base URL matches) | ||||
| Tags | No tags attached. | ||||
|
|
commit 85cbaaf254166b4da4ffa50e9e6c3411e6b13f5c (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <dold@taler.net> Date: Wed Aug 19 11:37:56 2026 +0200 wallet-core: improve insufficient balance diagnostics Issue: https://bugs.taler.net/n/11618 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-08 21:50 | Florian Dold | New Issue | |
| 2026-07-10 11:38 | Christian Grothoff | Assigned To | => Florian Dold |
| 2026-07-10 11:38 | Christian Grothoff | Status | new => confirmed |
| 2026-08-10 00:45 | Christian Grothoff | Target Version | 1.7 => 1.8 |
| 2026-08-19 12:12 | Florian Dold | Status | confirmed => resolved |
| 2026-08-19 12:12 | Florian Dold | Resolution | open => fixed |
| 2026-08-19 12:12 | Florian Dold | Note Added: 0029511 |