View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003825 | Taler | exchange | public | 2015-06-05 13:51 | 2024-01-12 14:05 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | high | Severity | major | 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 | 0003825: postgres_get_collectable_blindcoin fails to initialize some fields in the return values | ||||
Description | Uninitialized are the amount & fee. | ||||
Tags | No tags attached. | ||||
|
While 'select' fails to return those fields, postgres_insert_collectable_blindcoin has the amount_with_fee as a redundant argument 'withdraw'. |
|
h_blind seems to also duplicate the 'h_coin_envelope' field in the 'insert' API. |
|
The same applies to 'postgres_get_reserve_history', which also doesn't initialize the same amount-fields when select()ing from the same table. |
|
Fixed in 95f4cdc..babeff1 |
|
Fix committed to master branch. |
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 |