View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010162 | Taler | wallet-core | public | 2025-07-08 22:41 | 2025-07-14 23:20 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 1.0 stretch goals | ||||
Summary | 0010162: wallet-core should limit batch size of large deposit transactions [3h] | ||||
Description | Exchange supports only a batch size of 64, but wallet-core tries larger sizes. | ||||
Tags | No tags attached. | ||||
|
Additionally, when aborting a deposit transaction (one that fails because of this very issue!), we don't store immediate results of refunds in the database. That means for a large deposit group, we run into throttling but won't ever recover properly, since potentially hundreds of refund requests would need to succeed in immediate succession. |
|
commit 3847b84436df8985b6143606e7eeced2141e9baa (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <florian@dold.me> Date: Mon Jul 14 23:19:26 2025 +0200 wallet-core: split deposit batches The exchange only accepts a limited number of deposits per batch deposit request, so we need to split batches. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-07-08 22:41 | Florian Dold | New Issue | |
2025-07-08 22:41 | Florian Dold | Status | new => assigned |
2025-07-08 22:41 | Florian Dold | Assigned To | => Florian Dold |
2025-07-09 01:58 | Florian Dold | Summary | wallet-core should batch large deposit transactions => wallet-core should limit batch size of large deposit transactions |
2025-07-09 01:58 | Florian Dold | Description Updated | |
2025-07-09 01:58 | Florian Dold | Summary | wallet-core should limit batch size of large deposit transactions => wallet-core should limit batch size of large deposit transactions [3h] |
2025-07-11 00:53 | Florian Dold | Note Added: 0025490 | |
2025-07-14 23:20 | Florian Dold | Status | assigned => resolved |
2025-07-14 23:20 | Florian Dold | Resolution | open => fixed |
2025-07-14 23:20 | Florian Dold | Note Added: 0025502 |