View Issue Details

IDProjectCategoryView StatusLast Update
0009016Talerexchangepublic2024-08-28 23:30
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version0.13Fixed in Version0.13 
Summary0009016: batch withdrawal is not idempotent
DescriptionDiscovered 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
TagsNo tags attached.

Activities

Florian Dold

2024-07-24 06:02

manager   ~0022843

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

Issue History

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