View Issue Details

IDProjectCategoryView StatusLast Update
0010678Talerwallet (iOS App)public2025-12-22 19:34
ReporterFlorian Dold Assigned ToMarcS  
PriorityimmediateSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2 
Target Version1.3Fixed in Version1.3 
Summary0010678: iOS wallet should disable p2p payment initiation when flag is set for scope
DescriptionThe flag is provided for each scope in the balances by wallet-core, based on the exchange's configuration.
Additional InformationUpdated getBalances response contains the optional disablePeerPayments flag now.

{
  "balances": [
    {
      "scopeInfo": {
        "currency": "TESTKUDOS",
        "type": "exchange",
        "url": "http://localhost:8081/"
      },
      "available": "TESTKUDOS:4.85",
      "pendingIncoming": "TESTKUDOS:0",
      "pendingOutgoing": "TESTKUDOS:0",
      "flags": [],
      "shoppingUrls": [
        "https://taler-shopping.example.com"
      ],
      "disablePeerPayments": true
    }
  ]
}
TagsNo tags attached.

Activities

MarcS

2025-12-22 19:09

developer   ~0027167

Behavior: The "Send" and "Request" buttons are greyed out if only currencies/exchanges are configured which set the disabled flag. You can access the Send/Request views for currencies/exchanges which don't set the disabled flag, but cannot change in there with the currency/exchange picker because again when the flag is set the entry is greyed out.

Issue History

Date Modified Username Field Change
2025-11-27 23:45 Florian Dold New Issue
2025-11-27 23:45 Florian Dold Issue generated from: 0010677
2025-11-27 23:46 Florian Dold Issue cloned: 0010679
2025-11-28 14:58 Christian Grothoff Assigned To => MarcS
2025-11-28 14:58 Christian Grothoff Status new => assigned
2025-12-21 21:45 Christian Grothoff Priority normal => immediate
2025-12-21 21:45 Christian Grothoff Target Version 1.3 => 1.4
2025-12-22 19:09 MarcS Status assigned => resolved
2025-12-22 19:09 MarcS Resolution open => fixed
2025-12-22 19:09 MarcS Fixed in Version => 1.3
2025-12-22 19:09 MarcS Note Added: 0027167
2025-12-22 19:34 Christian Grothoff Status resolved => closed
2025-12-22 19:34 Christian Grothoff Product Version => 1.2
2025-12-22 19:34 Christian Grothoff Target Version 1.4 => 1.3