View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009180 | Taler | wallet-core | public | 2024-09-11 11:00 | 2024-09-14 01:08 |
Reporter | MarcS | Assigned To | Florian Dold | ||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.14 | ||||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009180: checkPeerPushDebit needs scopeInfo parameter | ||||
Description | Currently checkPeerPushDebit has only the amount as mandatory parameter (which just has the currency | ISO4217 designation). The optional exchangeBaseUrl parameter is only to select a "Preferred Exchange". When multiple Exchanges by sheer coincidence use the same name for a regional currency (such as demo.taler.net and head.taler.net, which both use KUDOS), wallet-core adds the balances and reports wrong values. checkPeerPushDebit should have scopeInfo as second, mandatory parameter, then wallet-core can tell the currencies apart. | ||||
Tags | No tags attached. | ||||
|
Both checkPeerPushDebit and initiatePeerPushDebit now support the restrictScope arguments. commit f401ab076bb037e46c4b12e371dfe13a777bf582 (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <florian@dold.me> Date: Wed Sep 11 16:29:50 2024 +0200 wallet-core: support restricting scope for peer push payments |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-11 11:00 | MarcS | New Issue | |
2024-09-11 11:00 | MarcS | Status | new => assigned |
2024-09-11 11:00 | MarcS | Assigned To | => Florian Dold |
2024-09-11 16:30 | Florian Dold | Status | assigned => resolved |
2024-09-11 16:30 | Florian Dold | Resolution | open => fixed |
2024-09-11 16:30 | Florian Dold | Note Added: 0023242 | |
2024-09-14 01:08 | Christian Grothoff | Fixed in Version | => 0.14 |