View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008041 | Taler | wallet-core | public | 2024-01-08 21:57 | 2024-03-07 20:49 |
Reporter | sebasjm | Assigned To | Florian Dold | ||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | no change required | ||
Product Version | git (master) | ||||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008041: selecting candidate denoms fails on some situation | ||||
Description | consider this a wallet have 2 exchanges with the same currency: * exchange1.com -> amount in wallet CUR:10 * exchange2.com -> amount in wallet CUR:20 when wallet check for candidate denominations (selectPayMerchantCandidates) it will return the denoms of the first exchange that match the criteria. if it happens to be exchange1.com it will fail trying to deposit > 10 if it happens to be exchange2.com it will fail trying to deposit > 20 it should be able to deposit until 30 function -> selectPayMerchantCandidates file -> coinSelection.ts | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-08 21:57 | sebasjm | New Issue | |
2024-01-08 21:57 | sebasjm | Status | new => assigned |
2024-01-08 21:57 | sebasjm | Assigned To | => Florian Dold |
2024-01-09 15:16 | sebasjm | Note Added: 0020837 | |
2024-01-09 15:16 | sebasjm | Status | assigned => resolved |
2024-01-09 15:16 | sebasjm | Resolution | open => no change required |
2024-01-10 20:28 | Christian Grothoff | Product Version | 0.10 => git (master) |
2024-01-10 20:28 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-10 20:28 | Christian Grothoff | Target Version | git (master) => 0.9.4 |
2024-03-07 20:49 | Christian Grothoff | Status | resolved => closed |