View Issue Details

IDProjectCategoryView StatusLast Update
0007049Talerexchangepublic2022-11-04 20:52
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9Fixed in Version0.9 
Summary0007049: reserve does not get created until manual request to fakebank is made
DescriptionThe following command spawns a test environment with an exchange and a fakebank:

$ taler-wallet-cli advanced env1

The next command should do a withdrawal and deposit:

$ taler-wallet-cli advanced bench1 --config-json '{"bank": "http://localhost:8082/", "exchange":"http://localhost:8081/"}'

However, the command hangs (with the wallet waiting for a non-404 reserve status from the exchange) until the following request is done manually:

$ curl http://localhost:8082/exchange/history/incoming'?delta=5'

This likely points to a long polling issue.
TagsNo tags attached.

Activities

Christian Grothoff

2021-10-20 16:01

manager   ~0018445

Fixed in c75a3a19..c13810ba

Issue History

Date Modified Username Field Change
2021-10-20 13:12 Florian Dold New Issue
2021-10-20 13:12 Florian Dold Status new => assigned
2021-10-20 13:12 Florian Dold Assigned To => Christian Grothoff
2021-10-20 16:01 Christian Grothoff Status assigned => resolved
2021-10-20 16:01 Christian Grothoff Resolution open => fixed
2021-10-20 16:01 Christian Grothoff Fixed in Version => 0.8.5
2021-10-20 16:01 Christian Grothoff Note Added: 0018445
2021-12-26 13:12 Christian Grothoff Target Version 0.9.1 => 0.8.5
2022-10-20 10:45 Christian Grothoff Fixed in Version 0.8.5 => 0.9
2022-10-20 10:45 Christian Grothoff Target Version 0.8.5 => 0.9
2022-11-04 20:52 Christian Grothoff Status resolved => closed