View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007275 | Taler | exchange API (HTTP specification) | public | 2022-07-05 13:12 | 2022-12-20 19:38 |
Reporter | Christian Grothoff | Assigned To | MS | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Target Version | 0.9.6 | ||||
Summary | 0007275: debit_account / credit_account are highly redundant in bank-api transaction histories | ||||
Description | When requesting a credit/debit history, the affected account is repeated in every single entry of the account history. This wastes bandwidth and computation time (parsing!) and is simply inelegant. We should refactor the API to only return the main account the credit/debit histories are for ONCE (or zero? after all, the client should know what it requested?), and certainly not for every transaction. Note: this change needs to be coordinated across all bank clients and implementations. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-05 13:12 | Christian Grothoff | New Issue | |
2022-07-05 13:12 | Christian Grothoff | Status | new => assigned |
2022-07-05 13:12 | Christian Grothoff | Assigned To | => Christian Grothoff |
2022-07-05 14:55 | Christian Grothoff | Assigned To | Christian Grothoff => MS |
2022-11-02 15:32 | Christian Grothoff | Priority | urgent => normal |
2022-12-20 19:38 | Christian Grothoff | Target Version | => 0.9.6 |