View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003923 | Taler | wallet (WebExtension) | public | 2015-07-29 11:41 | 2019-12-26 21:37 |
Reporter | Marcello Stanisci | Assigned To | Marcello Stanisci | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.0 | ||||
Summary | 0003923: need algorithm to determine which denominations to withdraw | ||||
Description | As 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 | ||||
Tags | No tags attached. | ||||
child of | 0003763 | closed | Marcello Stanisci | wallet needs to support simple spending of coins (sending data for /deposit to merchant) |
child of | 0003955 | closed | Marcello Stanisci | adapt 'create reserve' to real world use cases |
|
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. |
|
the "batched" version of executeAsync() does not call the handler on the second query it gets among its parameters. |
|
Adding the UKP solver in 30f259c48af1e78e741dd06dffc27b1086b19735. A function which empty a given reserve is also provided. |
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) |