View Issue Details

IDProjectCategoryView StatusLast Update
0005766Talerexchangepublic2024-01-12 14:05
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionno change required 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.6Fixed in Version0.6 
Summary0005766: untested libtalerexchange functions
DescriptionThese functions are never used (not even in tests):
[exchange_api_handle.c:2101]: (style) The function 'TALER_EXCHANGE_get_denomination_key_by_hash' is never used.
[exchange_api_handle.c:2136]: (style) The function 'TALER_EXCHANGE_get_keys_raw' is never used.
[exchange_api_reserve.c:1160]: (style) The function 'TALER_EXCHANGE_reserve_withdraw2' is never used.
TagsNo tags attached.

Activities

Christian Grothoff

2019-07-29 17:43

manager   ~0014753

withdraw2 is actually used in the merchant's tipping test.

Christian Grothoff

2019-07-29 17:44

manager   ~0014754

Actually, all 3 are used (and thus tested) in various mechant tests (key_by_hash in tip-pickup, get_keys_raw in pay).

Issue History

Date Modified Username Field Change
2019-06-18 11:32 Christian Grothoff New Issue
2019-06-18 11:32 Christian Grothoff Status new => assigned
2019-06-18 11:32 Christian Grothoff Assigned To => Christian Grothoff
2019-07-28 10:18 Christian Grothoff Target Version => 0.6
2019-07-29 17:43 Christian Grothoff Note Added: 0014753
2019-07-29 17:44 Christian Grothoff Status assigned => resolved
2019-07-29 17:44 Christian Grothoff Resolution open => no change required
2019-07-29 17:44 Christian Grothoff Fixed in Version => 0.6
2019-07-29 17:44 Christian Grothoff Note Added: 0014754
2019-12-20 19:12 Christian Grothoff Status resolved => closed
2024-01-12 14:05 Christian Grothoff Category exchange API (C) => exchange