View Issue Details

IDProjectCategoryView StatusLast Update
0010162Talerwallet-corepublic2025-07-14 23:20
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.0 stretch goals 
Summary0010162: wallet-core should limit batch size of large deposit transactions [3h]
DescriptionExchange supports only a batch size of 64, but wallet-core tries larger sizes.
TagsNo tags attached.

Activities

Florian Dold

2025-07-11 00:53

manager   ~0025490

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.

Florian Dold

2025-07-14 23:20

manager   ~0025502

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.

Issue History

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