View Issue Details

IDProjectCategoryView StatusLast Update
0009926Talerexchangepublic2025-05-10 00:21
Reporteroec Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Versiongit (master) 
Target Version1.0 stretch goals 
Summary0009926: Fix incorrect SQL statement, parameters and callback signature in exchangedb/pg_select_withdrawals_above_serial_id.c
DescriptionThe 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.
TagsNo tags attached.

Relationships

child of 0009898 confirmed Parent issue for cleanup tasks post withdraw refactor and new refresh protocol 

Activities

There are no notes attached to this issue.

Issue History

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