View Issue Details

IDProjectCategoryView StatusLast Update
0009972Talerwallet-corepublic2025-05-20 20:28
ReporterChristian Grothoff Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0 stretch goalsFixed in Version1.0 stretch goals 
Summary0009972: taler-wallet-cli does not work with pay-push URIs
DescriptionFor testing, I wanted to do:

$ taler-wallet-cli handle-uri taler://pay-push/exchange.chf.taler.net/0TA9ZM9BE2JKAEF5YRJ9D1WS1NEN9RHKP9BSDSVGX4M8Q3HK3J10
2025-05-18T11:20:15.333Z host-impl.node.ts INFO using sqlite3 DB backend
started sqlite3 helper at /home/grothoff
2025-05-18T11:20:15.346Z host-impl.node.ts INFO using database /home/grothoff/.talerwalletdb.sqlite3
2025-05-18T11:20:15.347Z host-impl.node.ts INFO using node thread crypto worker
URI type (pay-push) not handled
2025-05-18T11:20:15.375Z shepherd.ts INFO Stopping task shepherd.

:-(
TagsNo tags attached.

Activities

Florian Dold

2025-05-19 19:07

manager   ~0024931

commit 65359049ef9c5f2d8af1223a0f81c21975d24a46 (HEAD -> master, origin/master, origin/HEAD)
Author: Florian Dold <florian@dold.me>
Date: Mon May 19 19:06:40 2025 +0200

    wallet-cli: handle pay-push URIs
    
    Issue: https://bugs.taler.net/n/9972

Florian Dold

2025-05-19 19:07

manager   ~0024932

Implemented now. Technically, it was already possible via the "taler-wallet-cli p2p" subcommands, but that was not very convenient.

Issue History

Date Modified Username Field Change
2025-05-18 13:21 Christian Grothoff New Issue
2025-05-18 13:21 Christian Grothoff Status new => assigned
2025-05-18 13:21 Christian Grothoff Assigned To => Florian Dold
2025-05-19 19:07 Florian Dold Note Added: 0024931
2025-05-19 19:07 Florian Dold Status assigned => resolved
2025-05-19 19:07 Florian Dold Resolution open => fixed
2025-05-19 19:07 Florian Dold Note Added: 0024932
2025-05-20 20:28 Christian Grothoff Fixed in Version => 1.0 stretch goals