View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007874 | Taler | exchange | public | 2023-06-27 19:50 | 2023-09-23 15:09 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
Summary | 0007874: doc/impl mismatch in purse status | ||||
Description | The documentation writes for deposit_timestamp in the purse status response: "Time of the deposits being complete, missing if "never".' However, the current implementation returns '{ t_s: "never:" }' in this field. According to the spec, the field should be missing instead. That makes the wallet think that the merge is complete. Easy to work around in the wallet, however, either the exchange spec/doc or implementation should be fixed. | ||||
Tags | No tags attached. | ||||
|
Please give me a way to reproduce, code *looks* correct :-( |
|
Actually, the problem is the *merge_timestamp*. Made it reproducible: $ taler-harness run-integrationtests exchange-purse [...] "merge_timestamp": { "t_s": "never" } [...] |
|
Fixed in db0866fc..3e9a1fc6 |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-06-27 19:50 | Florian Dold | New Issue | |
2023-06-27 19:50 | Florian Dold | Status | new => assigned |
2023-06-27 19:50 | Florian Dold | Assigned To | => Christian Grothoff |
2023-06-27 19:50 | Florian Dold | Target Version | => 0.9.4 |
2023-06-30 16:19 | Christian Grothoff | Assigned To | Christian Grothoff => Florian Dold |
2023-06-30 16:19 | Christian Grothoff | Note Added: 0020326 | |
2023-08-29 09:48 | Florian Dold | Note Added: 0020448 | |
2023-08-29 09:48 | Florian Dold | Assigned To | Florian Dold => Christian Grothoff |
2023-08-29 13:53 | Christian Grothoff | Note Added: 0020452 | |
2023-08-29 13:54 | Christian Grothoff | Status | assigned => resolved |
2023-08-29 13:54 | Christian Grothoff | Resolution | open => fixed |
2023-08-29 13:54 | Christian Grothoff | Fixed in Version | => 0.9.3 |
2023-08-29 13:54 | Christian Grothoff | Target Version | 0.9.4 => 0.9.3 |
2023-09-23 15:09 | Christian Grothoff | Status | resolved => closed |