View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009016 | Taler | exchange | public | 2024-07-17 01:59 | 2024-08-28 23:30 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.13 | Fixed in Version | 0.13 | ||
Summary | 0009016: batch withdrawal is not idempotent | ||||
Description | Discovered during testing hintNetworkAvailability on Android, which can interrupt and restart the withdrawal task of the wallet. It should be expected that "/reserves/.../batch-withdraw" is idempotent. But making exactly the the same POST request twice results in a 409 status code from the exchange. Reproducible via: $ taler-harness run-integrationtests withdrawal-idempotent | ||||
Tags | No tags attached. | ||||
|
commit 85e285f73337bbd93d6405ddcc1683d096b4ed95 (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <florian@dold.me> Date: Wed Jul 24 05:59:39 2024 +0200 fix withdrawal idempotency check * The idempotency check used a field that was redundant and improperly initialized * The idempotency check was not done after a failed reserve balance check |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-07-17 01:59 | Florian Dold | New Issue | |
2024-07-17 01:59 | Florian Dold | Status | new => assigned |
2024-07-17 01:59 | Florian Dold | Assigned To | => Christian Grothoff |
2024-07-23 22:29 | Christian Grothoff | Assigned To | Christian Grothoff => Florian Dold |
2024-07-24 06:02 | Florian Dold | Status | assigned => resolved |
2024-07-24 06:02 | Florian Dold | Resolution | open => fixed |
2024-07-24 06:02 | Florian Dold | Note Added: 0022843 | |
2024-08-26 22:29 | Christian Grothoff | Fixed in Version | => 0.13 |
2024-08-28 23:30 | Christian Grothoff | Status | resolved => closed |