View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007857 | Taler | wallet-core | public | 2023-06-05 14:00 | 2023-06-05 14:00 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 0.9.4 | ||||
Summary | 0007857: wallet-core should immediately re-try processing a transaction once a dependent transaction changes status | ||||
Description | We currently check with exponential back-off, as if this were some network request. That's slow and inefficient. Examples: * withdrawals of peer-(push,pull)-credit transactions * refreshes of certain aborting transactions Instead we should simply run the code to process a transaction that's waiting for another one once the dependee changes state. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-06-05 14:00 | Florian Dold | New Issue | |
2023-06-05 14:00 | Florian Dold | Status | new => assigned |
2023-06-05 14:00 | Florian Dold | Assigned To | => Florian Dold |