View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008721 | Taler | wallet (WebExtension) | public | 2024-04-09 19:13 | 2024-05-15 18:01 |
Reporter | sebasjm | Assigned To | sebasjm | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Product Version | 0.11 | ||||
Target Version | 0.11 | Fixed in Version | 0.11 | ||
Summary | 0008721: implements wallet-core cancelation request | ||||
Description | This is needed e.g. for getWithdrawalDetailsForAmount which I call after each digit (or delete) the user entered. When e.g. the user types in 4 digits in less than a second, we don't need the results of the first three getWithdrawalDetailsForAmount calls anymore, but walletCore should immediately compute the data for the 4th cal pass an optional string parameter "clientCancellationId" to every call. If this is not nil, then walletCore checks if there is another request with the same cancellationId still running, and if yes cancels the old one and starts the new one. 14:05 The old one then returns an error WALLET_CORE_REQUEST_CANCELLED. | ||||
Tags | No tags attached. | ||||
related to | 0008720 | closed | Florian Dold | DB requests should support cancellation [estimate: 3h] |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-09 19:13 | sebasjm | New Issue | |
2024-04-09 19:13 | sebasjm | Status | new => assigned |
2024-04-09 19:13 | sebasjm | Assigned To | => sebasjm |
2024-04-09 19:13 | sebasjm | Relationship added | related to 0008720 |
2024-04-16 18:08 | sebasjm | Status | assigned => resolved |
2024-04-16 18:08 | sebasjm | Resolution | open => no change required |
2024-05-15 17:53 | Christian Grothoff | Fixed in Version | => 0.11 |
2024-05-15 18:01 | Christian Grothoff | Status | resolved => closed |