View Issue Details

IDProjectCategoryView StatusLast Update
0003923Talerwallet (WebExtension)public2019-12-26 21:37
ReporterMarcello Stanisci Assigned ToMarcello Stanisci  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.0 
Summary0003923: need algorithm to determine which denominations to withdraw
DescriptionAs of now, the test-ish withdrawing just takes one coin of a fixed denomination.
We may want to let the user decide how much/many money/coins
TagsNo tags attached.

Relationships

child of 0003763 closedMarcello Stanisci wallet needs to support simple spending of coins (sending data for /deposit to merchant) 
child of 0003955 closedMarcello Stanisci adapt 'create reserve' to real world use cases 

Activities

Christian Grothoff

2015-08-02 21:49

manager   ~0009516

Last edited: 2015-08-02 21:50

We definitively do NOT want to bother the user with such details. The wallet should obtain a list of coins from /keys and compute a "good" set of coins to withdraw. Initially, I'd go for a simple knapsack solver that withdraws the full amount available with the minimum fees/number of coins.

Marcello Stanisci

2015-10-06 17:58

reporter   ~0009703

the "batched" version of executeAsync() does not call the handler
on the second query it gets among its parameters.

Marcello Stanisci

2015-10-13 22:52

reporter   ~0009725

Adding the UKP solver in 30f259c48af1e78e741dd06dffc27b1086b19735.
A function which empty a given reserve is also provided.

Issue History

Date Modified Username Field Change
2015-07-29 11:41 Marcello Stanisci New Issue
2015-07-29 11:41 Marcello Stanisci Status new => assigned
2015-07-29 11:41 Marcello Stanisci Assigned To => Marcello Stanisci
2015-08-02 21:49 Christian Grothoff Note Added: 0009516
2015-08-02 21:49 Christian Grothoff Product Version => git (master)
2015-08-02 21:49 Christian Grothoff Target Version => 0.0
2015-08-02 21:49 Christian Grothoff Summary let the user choose the quantity of coins to withdraw => need algorithm to determine which denominations to withdraw
2015-08-02 21:50 Christian Grothoff Note Edited: 0009516
2015-08-08 15:32 Christian Grothoff Relationship added child of 0003763
2015-08-08 23:05 Christian Grothoff Severity minor => feature
2015-09-30 09:31 Marcello Stanisci Relationship added child of 0003955
2015-10-06 17:58 Marcello Stanisci Note Added: 0009703
2015-10-13 22:52 Marcello Stanisci Note Added: 0009725
2015-10-13 22:52 Marcello Stanisci Status assigned => resolved
2015-10-13 22:52 Marcello Stanisci Resolution open => fixed
2015-10-14 16:58 Christian Grothoff Status resolved => closed
2019-12-26 21:37 Florian Dold Category wallet (browser-based) => wallet (WebExtensions)
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)