View Issue Details

IDProjectCategoryView StatusLast Update
0011726TalerCyclos integrationpublic2026-08-16 07:55
ReporterMarcS Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status newResolutionopen 
Product Versionpost-1.0 
Summary0011726: Ensure correctness of Cyclos paytos: handling of receiver strings
DescriptionFor the demo I wrote this workaround code:
        if let cyclos = payto.cyclos, cyclos.count > 1 {
            let receiver = payto.receiver?.replacingOccurrences(of: SPACE, with: "+") ?? DEMO
            return String("payto://cyclos/\(cyclos)?receiver-name=\(receiver)")
        }

wallet-core should ensure that
1) the receiver exists, and
2) doesn't contain any whitespace characters
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-08-16 07:54 MarcS New Issue
2026-08-16 07:55 MarcS Description Updated
2026-08-16 07:55 MarcS Description Updated