View Issue Details

IDProjectCategoryView StatusLast Update
0003825Talerexchangepublic2024-01-12 14:05
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PriorityhighSeveritymajorReproducibilityN/A
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.0Fixed in Version0.0 
Summary0003825: postgres_get_collectable_blindcoin fails to initialize some fields in the return values
DescriptionUninitialized are the amount & fee.
TagsNo tags attached.

Activities

Christian Grothoff

2015-06-05 13:56

manager   ~0009231

While 'select' fails to return those fields,
postgres_insert_collectable_blindcoin has the amount_with_fee as a redundant argument 'withdraw'.

Christian Grothoff

2015-06-05 13:57

manager   ~0009232

h_blind seems to also duplicate the 'h_coin_envelope' field in the 'insert' API.

Christian Grothoff

2015-06-05 14:58

manager   ~0009233

The same applies to 'postgres_get_reserve_history', which also doesn't initialize the same amount-fields when select()ing from the same table.

Christian Grothoff

2015-06-11 13:04

manager   ~0009246

Fixed in 95f4cdc..babeff1

Christian Grothoff

2021-09-02 18:14

manager   ~0018329

Fix committed to master branch.

Related Changesets

exchange: master babeff19

2015-06-11 15:02

Christian Grothoff


Details Diff
fix 0003825 Affected Issues
0003825
mod - src/include/taler_mintdb_plugin.h Diff File
mod - src/mint/taler-mint-httpd_db.c Diff File
mod - src/mintdb/plugin_mintdb_postgres.c Diff File
mod - src/mintdb/test_mintdb.c Diff File

Issue History

Date Modified Username Field Change
2015-06-05 13:51 Christian Grothoff New Issue
2015-06-05 13:51 Christian Grothoff Summary postgres_get_collectable_blindcoin fails to initialize some fields in the return values, might include reserve in select() => postgres_get_collectable_blindcoin fails to initialize some fields in the return values
2015-06-05 13:51 Christian Grothoff Description Updated
2015-06-05 13:56 Christian Grothoff Note Added: 0009231
2015-06-05 13:57 Christian Grothoff Note Added: 0009232
2015-06-05 14:58 Christian Grothoff Note Added: 0009233
2015-06-11 13:04 Christian Grothoff Note Added: 0009246
2015-06-11 13:04 Christian Grothoff Status new => resolved
2015-06-11 13:04 Christian Grothoff Fixed in Version => 0.0
2015-06-11 13:04 Christian Grothoff Resolution open => fixed
2015-06-11 13:04 Christian Grothoff Assigned To => Christian Grothoff
2015-06-11 15:04 Christian Grothoff Status resolved => closed
2016-02-18 15:44 Christian Grothoff Category mint Postgres DB backend => exchange Postgres DB backend
2021-09-02 18:14 Christian Grothoff Changeset attached => Taler-exchange master babeff19
2021-09-02 18:14 Christian Grothoff Note Added: 0018329
2024-01-12 14:05 Christian Grothoff Category exchange Postgres DB backend => exchange