View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010053 | Taler | wallet-core | public | 2025-05-30 21:17 | 2025-06-05 01:53 |
Reporter | Christian Grothoff | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 1.0 stretch goals | ||||
Summary | 0010053: reserve_pub not used for deposit | ||||
Description | Following 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. | ||||
Tags | ux | ||||
|
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 |
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 |