View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003816 | Taler | exchange | public | 2015-06-03 14:35 | 2024-01-12 14:05 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | high | Severity | tweak | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.0 | Fixed in Version | 0.0 | ||
Summary | 0003816: need a way to internally uniquely identify outgoing deposit operations | ||||
Description | Currently the 'coin_pub' is (ab)used as a primary key (0003769), but that may not be unique. However, we do need a unique way to identify transactions to run the outgoing SEPA transfers (and associate those with deposit operations). | ||||
Tags | No tags attached. | ||||
related to | 0003838 | closed | Christian Grothoff | need to expand DB API to return helpful deposit diagnostics from DB |
related to | 0003464 | closed | Christian Grothoff | Need a tool to import wire transfers from the bank |
|
Coin public key plus contract hash should be fine, as we anyway need to forbid the same coin from being used more than once per contract (at the merchant). |
|
Actually, that's useless for the SELECTing. I've now added "id SERIAL" to the deposits table, which gives us really what we want. |
|
Implemented in 37a84c5..f8a730a |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-06-03 14:35 | Christian Grothoff | New Issue | |
2015-06-11 15:09 | Christian Grothoff | Relationship added | child of 0003644 |
2015-06-11 16:30 | Christian Grothoff | Status | new => confirmed |
2015-06-11 16:30 | Christian Grothoff | Target Version | => 0.1 |
2015-06-12 11:54 | Christian Grothoff | Relationship added | related to 0003838 |
2015-06-12 11:55 | Christian Grothoff | Relationship deleted | child of 0003644 |
2015-06-21 12:24 | Christian Grothoff | Relationship added | related to 0003464 |
2015-07-11 23:19 | Christian Grothoff | Assigned To | => Christian Grothoff |
2015-07-11 23:19 | Christian Grothoff | Status | confirmed => assigned |
2015-07-12 01:08 | Christian Grothoff | Priority | normal => high |
2015-09-19 19:36 | Christian Grothoff | Note Added: 0009641 | |
2015-09-19 19:48 | Christian Grothoff | Note Added: 0009642 | |
2015-09-19 20:03 | Christian Grothoff | Note Added: 0009644 | |
2015-09-19 20:03 | Christian Grothoff | Status | assigned => resolved |
2015-09-19 20:03 | Christian Grothoff | Fixed in Version | => 0.0 |
2015-09-19 20:03 | Christian Grothoff | Resolution | open => fixed |
2015-09-19 20:03 | Christian Grothoff | Target Version | 0.1 => 0.0 |
2015-09-19 20:32 | Christian Grothoff | Status | resolved => closed |
2016-02-18 15:44 | Christian Grothoff | Category | mint Postgres DB backend => exchange Postgres DB backend |
2024-01-12 14:05 | Christian Grothoff | Category | exchange Postgres DB backend => exchange |