View Issue Details

IDProjectCategoryView StatusLast Update
0011575Talerwallet (iOS App)public2026-06-29 16:38
ReporterMarcS Assigned ToMarcS  
PrioritynormalSeverityminorReproducibilityN/A
Status acknowledgedResolutionopen 
Product Version1.7 
Target Version1.7 
Summary0011575: update checkPeerPushDebit to checkPeerPushDebitV2
DescriptioniOS uses the non-V2 op (Model+P2P.swift:58) whose response is ok-only;
  its struct has no "type" discriminator / insufficient-balance branch, so it surfaces a thrown error instead of the structured insufficient-balance result.
Android uses checkPeerPushDebitV2 with a sealed ok|insufficient-balance type (peer/PeerManager.kt:192-216).
Both ops exist -> divergence, not a break.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-29 16:37 MarcS New Issue
2026-06-29 16:37 MarcS Assigned To => MarcS
2026-06-29 16:37 MarcS Status new => assigned
2026-06-29 16:38 MarcS Status assigned => acknowledged