View Issue Details

IDProjectCategoryView StatusLast Update
0010679Talerwallet (WebExtension)public2025-12-01 20:15
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.0 
Target Version1.3Fixed in Version1.3 
Summary0010679: webext 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

sebasjm

2025-12-01 20:06

developer   ~0026684

acdf884ea..0c4bcac46

Issue History

Date Modified Username Field Change
2025-11-27 23:46 Florian Dold New Issue
2025-11-27 23:46 Florian Dold Issue generated from: 0010678
2025-11-28 14:58 Christian Grothoff Assigned To => sebasjm
2025-11-28 14:58 Christian Grothoff Status new => assigned
2025-12-01 20:06 sebasjm Status assigned => resolved
2025-12-01 20:06 sebasjm Resolution open => fixed
2025-12-01 20:06 sebasjm Note Added: 0026684
2025-12-01 20:15 Christian Grothoff Product Version => 1.0
2025-12-01 20:15 Christian Grothoff Fixed in Version => 1.3