View Issue Details

IDProjectCategoryView StatusLast Update
0008841Talerwallet-corepublic2024-05-13 18:09
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version0.14 
Target Version0.14 
Summary0008841: after a refund is picked up, wallet core waits until reporintg tx done
Descriptiondetected while trying to reproduce this https://bugs.gnunet.org/view.php?id=8745

running taler-harness run-integrationtests refund-auto takes 10 secs but merchant replies as expected.

Still after the transactions is completed, the task waits 10 seconds before sending moving from pending to done.

This is a log from one run:

2024-05-13T16:04:05.066Z AutoRefund INFO NOTIF [
  {
    "type": "transaction-state-transition",
    "oldTxState": {
      "major": "pending"
    },
    "newTxState": {
      "major": "done"
    },
    "transactionId": "txn:refresh:8YERMVYATKN2PZFZF5TA9Y6E6YGNED7HGBA4J1BJSYC7SHTD21CG"
  }
]



2024-05-13T16:04:14.821Z AutoRefund INFO NOTIF [
  {
    "type": "transaction-state-transition",
    "oldTxState": {
      "major": "pending",
      "minor": "auto-refund"
    },
    "newTxState": {
      "major": "done"
    },
    "transactionId": "txn:payment:KFZP5HB1ZXR0PGD832DDE316DCJCGFWCTR0DDD8C56YSK3PGRNH0"
  }
]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-05-13 18:09 sebasjm New Issue
2024-05-13 18:09 sebasjm Status new => assigned
2024-05-13 18:09 sebasjm Assigned To => Florian Dold