View Issue Details

IDProjectCategoryView StatusLast Update
0003809Talerexchangepublic2024-01-12 14:05
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.0Fixed in Version0.0 
Summary0003809: reserves_in should have execution_date instead of expiration_date
DescriptionThe "reserves" table has an expiration_date, but for the individual incoming transactions of the "reserves_in" table, we should record the date when the (SEPA) transaction was made, not what the "expiration_date" is we might derive from that.
TagsNo tags attached.

Activities

Christian Grothoff

2015-06-11 13:16

manager   ~0009247

Fixed in babeff1..edc6d38

Christian Grothoff

2021-09-02 18:14

manager   ~0018328

Fix committed to master branch.

Related Changesets

exchange: master edc6d380

2015-06-11 15:14

Christian Grothoff


Details Diff
use execution time for transactions, but expiration time for reserve summary (fixes 0003809) Affected Issues
0003809
mod - src/include/taler_mintdb_plugin.h Diff File
mod - src/include/taler_signatures.h Diff File
mod - src/mint-tools/taler-mint-reservemod.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-03 12:17 Christian Grothoff New Issue
2015-06-11 13:16 Christian Grothoff Note Added: 0009247
2015-06-11 13:16 Christian Grothoff Status new => resolved
2015-06-11 13:16 Christian Grothoff Fixed in Version => 0.0
2015-06-11 13:16 Christian Grothoff Resolution open => fixed
2015-06-11 13:16 Christian Grothoff Assigned To => Christian Grothoff
2015-06-11 13:16 Christian Grothoff Target Version => 0.0
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 edc6d380
2021-09-02 18:14 Christian Grothoff Note Added: 0018328
2024-01-12 14:05 Christian Grothoff Category exchange Postgres DB backend => exchange