View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009926 | Taler | exchange | public | 2025-05-09 23:10 | 2025-05-14 15:30 |
Reporter | oec | Assigned To | Christian Grothoff | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 1.0 stretch goals | Fixed in Version | 1.0 stretch goals | ||
Summary | 0009926: Fix incorrect SQL statement, parameters and callback signature in exchangedb/pg_select_withdrawals_above_serial_id.c | ||||
Description | The implementation in exchangedb/pg_select_withdrawals_above_serial_id.c, needed for the auditor, still queries field from the withdraw table, that do no longer exists. Also, the callback function has a signature that a) uses fields that are not available any more (h_coin_evs) and misses others (cs_r_values and cs_r_choices). This hasn't triggered issues during tests because the auditor is not ready yet to handle the new withdraw and refresh, anyhow. | ||||
Tags | No tags attached. | ||||
child of | 0009898 | confirmed | Parent issue for cleanup tasks post withdraw refactor and new refresh protocol |
|
e0277b219..b03f77ace fixes this, except I'm not returning the CS values as it is unclear if they are needed (and the auditor already has a comment that we may want to return LESS, not more!) |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-09 23:10 | oec | New Issue | |
2025-05-09 23:10 | oec | Relationship added | child of 0009898 |
2025-05-10 00:21 | Christian Grothoff | Priority | normal => high |
2025-05-10 00:21 | Christian Grothoff | Status | new => confirmed |
2025-05-11 10:56 | Christian Grothoff | Assigned To | => Christian Grothoff |
2025-05-11 10:56 | Christian Grothoff | Status | confirmed => assigned |
2025-05-14 15:30 | Christian Grothoff | Note Added: 0024900 | |
2025-05-14 15:30 | Christian Grothoff | Status | assigned => resolved |
2025-05-14 15:30 | Christian Grothoff | Resolution | open => fixed |
2025-05-14 15:30 | Christian Grothoff | Fixed in Version | => 1.0 stretch goals |