View Issue Details

IDProjectCategoryView StatusLast Update
0008041Talerwallet-corepublic2024-03-07 20:49
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeveritymajorReproducibilitysometimes
Status closedResolutionno change required 
Product Versiongit (master) 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008041: selecting candidate denoms fails on some situation
Descriptionconsider 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
TagsNo tags attached.

Activities

sebasjm

2024-01-09 15:16

developer   ~0020837

the function is ok, the problem was with the cache. prepareDeposit was not triggering /keys update

Issue History

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