View Issue Details

IDProjectCategoryView StatusLast Update
0010053Talerwallet-corepublic2025-06-05 01:53
ReporterChristian Grothoff Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0 stretch goals 
Summary0010053: reserve_pub not used for deposit
DescriptionFollowing sequence:
1) Initiate withdraw, but do NOT complete wire transfer
2) receive money via p2p
3) deposit that money into account of (1).

In 3, ivan sees a different account_pub/merchant_pub being used compared to the reserve_pub of (1). So even once the wire transfer of (1) is done, the KYC auth will not be satisfied.

The wallet probably should stick to the reserve_pub of the pending withdraw.
Tagsux

Activities

Florian Dold

2025-06-05 01:53

manager   ~0025136

commit 7c44ca8644c80770ec049e0c50b65801125e8553 (HEAD -> master, origin/master, origin/HEAD)
Author: Florian Dold <florian@dold.me>
Date: Thu Jun 5 01:53:05 2025 +0200

    wallet-core: fall back to pending withdrawals for deposit account pub
    
    Issue: https://bugs.taler.net/n/10053

Issue History

Date Modified Username Field Change
2025-05-30 21:17 Christian Grothoff New Issue
2025-05-30 21:17 Christian Grothoff Status new => assigned
2025-05-30 21:17 Christian Grothoff Assigned To => Florian Dold
2025-05-30 21:19 Christian Grothoff Target Version 1.0 stretch goals => 1.1
2025-05-30 21:19 Christian Grothoff Tag Attached: ux
2025-06-04 23:58 Florian Dold Target Version 1.1 => 1.0 stretch goals
2025-06-05 01:53 Florian Dold Status assigned => resolved
2025-06-05 01:53 Florian Dold Resolution open => fixed
2025-06-05 01:53 Florian Dold Note Added: 0025136