View Issue Details

IDProjectCategoryView StatusLast Update
0003811Talerexchangepublic2024-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 
Summary0003811: eliminate 'get_/insert known_coins' from API
DescriptionThis table is just there to normalize internally the storing of information about coins (storing the RSA signature and DK of the coin only once).

It should be exposed in the API, and it is unclear if we should even use it internally (or replicate the two columns in the other tables that operate on the coin).
TagsNo tags attached.

Relationships

related to 0003644 closedChristian Grothoff test DB backend using Postgres 

Activities

Christian Grothoff

2015-06-12 10:51

manager   ~0009273

Removed from public API in 5fe7fd2..3cdee2e

Christian Grothoff

2021-09-02 18:14

manager   ~0018325

Fix committed to master branch.

Related Changesets

exchange: master 3cdee2eb

2015-06-12 12:55

Christian Grothoff


Details Diff
fix 0003811 Affected Issues
0003811
mod - src/include/taler_mintdb_plugin.h 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:24 Christian Grothoff New Issue
2015-06-03 12:31 Christian Grothoff Summary rename table 'known_coins' => eliminate 'get_/insert known_coins' from API
2015-06-03 12:31 Christian Grothoff Description Updated
2015-06-11 15:09 Christian Grothoff Relationship added related to 0003644
2015-06-11 16:29 Christian Grothoff Status new => confirmed
2015-06-11 16:29 Christian Grothoff Target Version => 0.0
2015-06-11 17:46 Christian Grothoff Assigned To => Christian Grothoff
2015-06-11 17:46 Christian Grothoff Status confirmed => assigned
2015-06-12 10:51 Christian Grothoff Note Added: 0009273
2015-06-12 10:51 Christian Grothoff Status assigned => resolved
2015-06-12 10:51 Christian Grothoff Fixed in Version => 0.0
2015-06-12 10:51 Christian Grothoff Resolution open => fixed
2015-06-12 10:52 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 3cdee2eb
2021-09-02 18:14 Christian Grothoff Note Added: 0018325
2024-01-12 14:05 Christian Grothoff Category exchange Postgres DB backend => exchange